Skip to content
View st1vms's full-sized avatar
๐Ÿ˜Ž
๐Ÿ˜Ž

Highlights

  • Pro

Block or report st1vms

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

๐Ÿ‡ฎ๐Ÿ‡น Hi I'm Steve ๐Ÿ‡ฎ๐Ÿ‡น

During my learning journey in software development:

  • I worked with C for embedded IoT devices and system programming.
  • I learned Python, which became very useful for rapid prototyping and creating automation tools on the go.
  • I also learned Android development in Java, creating a smart home application to control many light bulbs over LAN, without communicating with external servers.
  • I worked extensively with Windows and Linux based desktop systems.
  • I researched some of the fundamental concepts of cybersecurity during my journey at university, HTB, PicoCTF...

I almost completed my degree in software engineering, while programming as a freelancer.

I hope that any of my open source projects can make someone's life a little easier.

Any donation will be appreciated and will make my life easier too...

๐ŸŒ Socials:

LinkedIn Reddit YouTube

๐Ÿ’ป Tech Stack:

C HTML5 Java JavaScript Markdown PowerShell Python R Shell Script Windows Terminal AWS Google Cloud OpenCV MariaDB MySQL SQLite Adobe Photoshop Adobe Premiere Pro Krita NumPy Pandas GitHub Git GitHub Actions Arduino CMake Docker Espressif Gradle Postman Raspberry Pi TOR Twilio XFCE

๐Ÿ“Š GitHub Stats:



๐Ÿ’ฐ You can help me by Donating

BuyMeACoffee PayPal

Pinned Loading

  1. unofficial-claude-api unofficial-claude-api Public

    Unofficial Claude API supporting direct HTTP chat creation/deletion/retrieval, messages with multiple file attachments and auto session gathering using Firefox with geckodriver.

    Python 120 12

  2. gptauto gptauto Public

    A fully functional ChatGPT selenium scraper written in Python

    Python 14 2

  3. selgym selgym Public

    Selenium scripting utility library for building scrapers with geckodriver and Firefox

    Python 2 2

  4. onesecmail-api onesecmail-api Public

    1secmail unofficial API, supporting random email generation, fetching messages and downloading attachments

    Python 2

  5. Linear Regression in Python Linear Regression in Python
    1
    """Linear Regression module"""
    2
    
                  
    3
    import numpy as np
    4
    
                  
    5
    
                  
  6. dynamic-bits dynamic-bits Public

    Fast de/serialization library supporting variable-bits arrangement

    C 1