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

https://github.com/rykerwilder/notes

Some notes about software
https://github.com/rykerwilder/notes

error-404 error-404-page error-laravel ffmpeg framework gmail gmail-smtp homebrew laravel laravel-framework mongodb mongodb-database nosql nosql-database php python yt-downloader zipfile

Last synced: 3 months ago
JSON representation

Some notes about software

Awesome Lists containing this project

README

          

# Index
---

## Encryption
- **[ROT13 encryption](./encryption/ROT-13.md)**
- **[Caesar Cipher with Secret Key + Salt](./encryption/ceasar-key-salt.md)**

---

## Python
- **[Youtube Downloader w/ Python](./python/yt-downloader.md)**
- **[Use an API to get info about an IP address](./python/IP-API-python.md)**
- **[Create fake data](./python/fake-data.md)**
- **[Create captcha](./python/create-captcha.md)**
- **[Send Laptop Notification](./python/send-laptop-notification.md)**
- **[Generate OTP (One Time Password)](./python/generate-otp.md)**
- **[Check if a website is secure or not](./python/check-websites-security.md)**

---

## Rust
- **[Rust Fundamentals](./rust/rust-fundamentals.md)**

---

## Cybersecurity Tools
- **[Nmap](./cybersecurity/nmap.md)**
- **[John The Ripper](./cybersecurity/john-the-ripper.md)**
- **[Steghide](./cybersecurity/steghide.md)**
- **[Hydra](./cybersecurity/hydra.md)**
- **[Medusa](./cybersecurity/medusa.md)**
- **[Binwalk](./cybersecurity/binwalk.md)**
- **[Dirbuster](./cybersecurity/dirbuster.md)**

---

## Linux
- **[Linux file system](./linux/file-system.md)**
- **[Linux base commands](./linux/linux-commands.md)**
- **[How to install and customize kitty](./linux/kitty.md)**

---

## PHP
- **[Send email with GMail in Laravel](./php/email-gmail-laravel.md)**
- **[Customize errors pages in Laravel](./php/customize-laravel-errors-pages.md)**
- **[Extract contents of a ZIP file](./php/unzip.php.md)**

---

## API
- **[Use an API to get info about an IP address](./api/IP-API-python.md)**
- **[HTTP Status](./api/http-status.md)**

---

## JavaScript

- **[Local Storage JS](./javascript/local-storage-javascript.md)**
- **[Monkey Patching querySelector JS](./javascript/monkey-patching-selector-javascript.md)**

---

## CSS

- **[CSS Masking](./css/css-masking.md)**
- **[CSS Reflect Effect](./css/css-reflect.effect.md)**