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

https://github.com/triforcex/codingexperiments

Some random coding experiments that i have done while i was learning programming languages
https://github.com/triforcex/codingexperiments

Last synced: 11 months ago
JSON representation

Some random coding experiments that i have done while i was learning programming languages

Awesome Lists containing this project

README

          

# Coding Experiments

Some random coding experiments that i have done while i was learning programming languages.

**Python**
- [App Launcher](python/app_launcher)
- [Mouse Jiggler](python/mouse_jiggler)
- OBS Score Updater
- [Discord Rich Presence](python/discord_rp)

**C++**
- GitHub Releases Downloader
- [Jedi Knight Plus Launcher](cpp/jkplus_launcher)
- Quake III Command Simulation

**Batch**
- [Python Compiler](batch/py_compiler)
- Create Symbolic Links
- [File Modified Checker](batch/mod_checker)
- Clear Icon Cache

**Bash**
- Screen Resolution Changer
- Direct URL Downloader
- Raspberry Pi System Info

**PowerShell**
- [Referenced PK3 lists](powershell/ref_autolist)
- Get Screen Info
- Check LAN & WAN Info
- [Dynamic DNS Update](powershell/update_ddns)

> Some of the code in this repository has been based on other code i have found in documentation or forum threads from internet sites like StackOverflow or Google.