Skip to content
View aaronsbytes's full-sized avatar

Block or report aaronsbytes

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
aaronsbytes/README.md

aaronsbytes ~# ❚

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.

Signal:  aaronsbytes.01
PGP:     D393 ECEA EA0D DD97 DCBD F716 C967 E18E 2436 7C75

Pinned Loading

  1. nfetch nfetch Public

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

    Go 6

  2. weather.py weather.py Public

    A simple python script for fetching the weather

    Python 1

  3. crackrat crackrat Public

    C++ 1

  4. 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:
  5. 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