Skip to content

SamG101-Developer/SamG101-Developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published