An open API service indexing awesome lists of open source software.

https://github.com/nicpwns/codingpractice

A series of projects, code snippets, and general coding practice. For coding interviews and being a better cybersecurity professional!
https://github.com/nicpwns/codingpractice

Last synced: 2 months ago
JSON representation

A series of projects, code snippets, and general coding practice. For coding interviews and being a better cybersecurity professional!

Awesome Lists containing this project

README

        

# NicPWNs' Coding Practice
## Purpose
A series of projects, code snippets, and general coding practice. For coding interviews and being a better cybersecurity professional!

## Projects
### Security Tools
- [Port Scanner](/security-tools/port-scanner)
- [Port Scan Detector](/security-tools/port-scan-detector)
- [ROT Cipher](/security-tools/rot-cipher)
- [Log Parser](/security-tools/log-parser)

### Data Structures & Algorithms
- [Data Structures](/data-structures-algorithms/data-structures)
- [Algorithms](/data-structures-algorithms/algorithms)