Skip to content
View NeuroException's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report NeuroException

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NeuroException/README.md
Banner

π™‰π™šπ™ͺ𝙧𝙀

22-year-old fullstack developer from Germany. My skillset includes, but is not limited to, C++, Go, Python & Bash. I'm interested in GNU/Linux, open-source, privacy, security, hacking & malware. If you want to get in touch, contact me over signal or get to know me on mastodon.

Pinned

  1. nfetch nfetch Public

    ⚑️ A customizable, fast and dependency free system fetching tool written in Go (98% faster than neofetch)

    Go 5

  2. crackrat crackrat Public

    C++ 1

  3. weather.py weather.py Public

    A simple python script for fetching the weather

    Python 1

  4. A small project of mine to recieve G... A small project of mine to recieve GitHub notifications on GrapheneOS through my ntfy instance
    1
    import requests
    2
    from requests import Response
    3
    from dotenv import load_dotenv
    4
    import os
    5
    from datetime import datetime
  5. Get weather from openweathermap Get weather from openweathermap
    1
    import requests
    2
    import json
    3
    import sys
    4
    
                  
    5
    def get_weather(cityID: str, apiKey: str) -> dict: