Skip to content
View SamG101-Developer's full-sized avatar
😀
😀
  • 14:49 (UTC)

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
SamG101-Developer/README.md

Tools

Projects

  • S++ Programming Language: Compiler, STL (WIP)
  • SNetwork: Distributed-Network, Onion-Routed, Anonymous-Access (WIP)
  • SBrowser: Browser Engine API Immplementations (WIP)
  • Mercury: Intra-Network E2E Encrypted IPv6 Messaging + Server-Queue
  • Whatsapp Auto-Translator Tool
  • Browser Interface: PyQt6 + QtWebEngine Wrapper + Full UI
  • Project Euler
  • Comprhensive 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-STL SPP-STL Public

  2. spp spp Public

    C++

  3. snet snet Public

    C++