Welcome to the official Cyber Saguaro's Programming Repository!
This repo is a central hub for our coding projects, organized by programming language and category. Here, we share our scripts, projects, and tools to grow as developers and support each other in cybersecurity and programming.
-
Clone the repo
git clone https://github.com/CyberSaguaros/Programming.git
cd Programming
-
Navigate to your language of choice
cd Python/Algorithms
-
Run a script
python3 bubble_sort.py
Each language folder has a docs/ directory containing:
- Cheat sheets
- Setup and installation guides
- Tutorials
- Notes for CTFs and cybersecurity applications
We welcome contributions from all members of Cyber Saguaro!
To contribute:
- Fork the repo
- Create a new branch
git checkout -b <feature-name>- Add your project/script to the correct folder
- Commit and push your changes
- Submit a Pull Request
📌 Be sure to check out CONTRIBUTING.md for detailed guidelines.
This repository is licensed under the MIT License — feel free to use and share!
The Cyber Saguaro Club is dedicated to building skills in programming, cybersecurity, and Capture the Flag (CTF) competitions.
We believe in open learning, collaboration, and sharing knowledge to strengthen our community.