# Software

- [Video Standardization and Compression](https://codingmace.gitbook.io/masterward/software/video-standardization-and-compression.md)
- [TOBIAS](https://codingmace.gitbook.io/masterward/software/tobias.md): My Personal Assistant to deal with everything I want
- [Tracking Phone](https://codingmace.gitbook.io/masterward/software/tracking-phone.md)
- [Image Compression](https://codingmace.gitbook.io/masterward/software/image-compression.md)
- [Do Not Call Database](https://codingmace.gitbook.io/masterward/software/dnc-database.md): Getting from the database to detect spam callers
- [Color Blind Simulator](https://codingmace.gitbook.io/masterward/software/color-blind.md)
- [Gmail Unsubscriber](https://codingmace.gitbook.io/masterward/software/gmail-unsub.md): A software to help cleanup Gmail current and future state
- [MP4 to GIF Converter](https://codingmace.gitbook.io/masterward/software/mp4-to-gif.md): Help with space by converting MP4 into time elapse
- [Optical Character Reading](https://codingmace.gitbook.io/masterward/software/optical-character-reading.md)
- [Soft Jobs](https://codingmace.gitbook.io/masterward/software/soft-jobs.md)
- [OBD Project](https://codingmace.gitbook.io/masterward/software/obd-project.md)
- [Online Movie Finder](https://codingmace.gitbook.io/masterward/software/online-movie-finder.md)
- [Work In Progress](https://codingmace.gitbook.io/masterward/software/work-in-progress.md)
- [Incremental Backup](https://codingmace.gitbook.io/masterward/software/work-in-progress/incremental-backup.md)
- [Web Scraper - Wallpaper Edition](https://codingmace.gitbook.io/masterward/software/work-in-progress/web-scraper-wallpaper-edition.md)
- [Web Blocker](https://codingmace.gitbook.io/masterward/software/work-in-progress/web-blocker.md)
- [File Manipulator](https://codingmace.gitbook.io/masterward/software/work-in-progress/file-converter.md)
- [AppFiller](https://codingmace.gitbook.io/masterward/software/work-in-progress/appfiller.md)
- [Cyber Security Projects](https://codingmace.gitbook.io/masterward/software/work-in-progress/cyber-security-projects.md)
- [Bsaber AI](https://codingmace.gitbook.io/masterward/software/work-in-progress/bsaber-ai.md)
- [Ideas](https://codingmace.gitbook.io/masterward/software/ideas.md): Pages that working on that are not completely written or thought out
- [CAN Programming](https://codingmace.gitbook.io/masterward/software/ideas/can-hacking.md)
- [Malicious Programs](https://codingmace.gitbook.io/masterward/software/ideas/malicious-programs.md)
- [Remove Yourself from the Internet](https://codingmace.gitbook.io/masterward/software/ideas/remove-yourself-from-the-internet.md)
- [DNA Classic](https://codingmace.gitbook.io/masterward/software/ideas/dna-classic.md)
- [Auto Clicker](https://codingmace.gitbook.io/masterward/software/ideas/auto-clicker.md)
- [Adding Depth to a Video](https://codingmace.gitbook.io/masterward/software/ideas/adding-depth-to-a-video.md)
- [Collage Mosaic Generator](https://codingmace.gitbook.io/masterward/software/ideas/collage-mosaic-generator.md): Create an image using many smaller images through computer vision
- [Game Destroyer](https://codingmace.gitbook.io/masterward/software/ideas/game-destroyer.md)
- [Hearing aid Technology](https://codingmace.gitbook.io/masterward/software/ideas/hearing-aid-technology.md)
- [Sign Language Recognition](https://codingmace.gitbook.io/masterward/software/ideas/sign-language-recognition.md)
- [Text Summarizer](https://codingmace.gitbook.io/masterward/software/ideas/text-summarizer.md)
- [Video to audio to text](https://codingmace.gitbook.io/masterward/software/ideas/video-to-text.md)
- [Video Object Detection](https://codingmace.gitbook.io/masterward/software/ideas/video-object-detection.md): Detect the objects in an image and video
- [VR demonstration](https://codingmace.gitbook.io/masterward/software/ideas/vr-demonstration.md)
- [More Ideas to Elaborate on](https://codingmace.gitbook.io/masterward/software/ideas/more-ideas-to-elaborate-on.md)
- [Failure](https://codingmace.gitbook.io/masterward/software/failure.md)
- [Police Camera Radar](https://codingmace.gitbook.io/masterward/software/failure/police-camera-radar.md)
- [Already Created](https://codingmace.gitbook.io/masterward/software/failure/us-accident-information.md)
- [Google Maps Game](https://codingmace.gitbook.io/masterward/software/failure/google-maps-game.md)
- [Car price prediction](https://codingmace.gitbook.io/masterward/software/failure/car-price-prediction.md)
- [Bullshit Detector](https://codingmace.gitbook.io/masterward/software/failure/bullshit-detector.md)
- [Automated Code writter](https://codingmace.gitbook.io/masterward/software/failure/automated-code-writter.md)
- [Career Prediction](https://codingmace.gitbook.io/masterward/software/failure/personal-prediction.md)
- [Samsung Remote Control Hack](https://codingmace.gitbook.io/masterward/software/failure/samsung-remote-control-hack.md)
- [Invalid Finder](https://codingmace.gitbook.io/masterward/software/failure/invalid-finder.md)
- [PiHole Regex Filter](https://codingmace.gitbook.io/masterward/software/failure/pihole-regex-filter.md)
- [Group Archiver](https://codingmace.gitbook.io/masterward/software/failure/group-archiver.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codingmace.gitbook.io/masterward/software.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
