- 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)
- Cryptography
- Networking
- Compiler Design
git clone https://github.com/SamG101-Developer/ColEx
cd ColEx
cmake -B build -GNinja
cmake --build build
sudo cmake --install build
<enter password>
find_package(ColEx REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE ColEx::ColExLib)
