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!
- Host: GitHub
- URL: https://github.com/nicpwns/codingpractice
- Owner: NicPWNs
- Created: 2022-04-09T03:34:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T22:57:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T10:40:27.704Z (3 months ago)
- Language: Python
- Homepage:
- Size: 646 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-tools/log-parser/README.md
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)