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
- Host: GitHub
- URL: https://github.com/triforcex/codingexperiments
- Owner: TriForceX
- Created: 2019-01-15T17:57:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T03:20:42.000Z (over 1 year ago)
- Last Synced: 2025-04-01T10:01:52.483Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 8
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.