Skip to content
View SamG101-Developer's full-sized avatar
😀
😀
  • 17:31 (UTC +01:00)

Highlights

  • Pro

Block or report SamG101-Developer

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
SamG101-Developer/README.md

Tools

Projects

  • S++ Programming Language: Compiler, STL (WIP)
  • SNetwork: Distributed-Network, Onion-Routed, Anonymous-Access (WIP)
  • Mercury: Intra-Network E2E Encrypted IPv6 Messaging + Server-Queue
  • SBrowser: Browser Engine API Implementations (WIP)
  • WhatsApp Auto-Translator Tool
  • Browser Interface: PyQt6 + QtWebEngine Wrapper + Full UI
  • Project Euler
  • Comprehensive Elliptic Curve Library (Python)

Interests

  • Cryptography
  • Networking
  • Compiler Design

How to use my C++ libraries:

Build

git clone https://github.com/SamG101-Developer/ColEx
cd ColEx
cmake -B build -GNinja
cmake --build build
sudo cmake --install build
<enter password>

Use in a cmake project

find_package(ColEx REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE ColEx::ColExLib)

Pinned Loading

  1. spp spp Public

    s++ language compiler

    C++ 1

  2. SPP-STL SPP-STL Public

  3. spp-idea spp-idea Public

    Kotlin

  4. sppc sppc Public

    C++

  5. snet snet Public

    C++