https://github.com/eric15342335/misc
Miscellaneous scripts. Stored here for backup.
https://github.com/eric15342335/misc
batch c cpp inno-setup misc python
Last synced: 7 months ago
JSON representation
Miscellaneous scripts. Stored here for backup.
- Host: GitHub
- URL: https://github.com/eric15342335/misc
- Owner: eric15342335
- Created: 2024-05-20T15:18:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T02:55:01.000Z (10 months ago)
- Last Synced: 2025-02-19T22:36:31.539Z (8 months ago)
- Topics: batch, c, cpp, inno-setup, misc, python
- Language: Python
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Miscellaneous Scripts
## Warning
This repository contains miscellaneous scripts that does not fit in one repository, yet I will use them sometimes for my personal use. Note that some of the scripts might contain *hardcoded paths* and opinionated *presets*, and you are advised to inspect them before actually using.
## What are these folders for?
Here are the list of some folders that I think can be used by the general public, or I am interested telling you what is it about:
* [`hku-examinations`](./hku-examinations/)
* Analyze the list of enrolled courses that has examinations by HKU students.
* [For more information, click here.](./hku-examinations/README.md)
* [`ungrouped`](./ungrouped/)
* Random scripts that I haven't come up with an idea on how to pack them yet
* [`gradientdescent.py`](./ungrouped/gradientdescent.py): Help me do my `APAI1001` assignments
* [`download-ges.js`](./ungrouped/download-ges.js): Download [HKU Graduate Employment Survey](https://www.cedars.hku.hk/careers/graduate-employment-survey/statistics-of-a-specific-programme/) by ***batch***
* [`tex`](./tex/)
* My $\LaTeX{}$ template used for school assignments, no more handwriting $\sigma \ \phi \ \theta \ \alpha \ \epsilon \ \varepsilon \ \vartheta \ \rho$!
* Feel free to copy&use it! (*star* this repo if you done it)
* [`yt-dlp`](./yt-dlp/)
* Do your friends want to download youtube videos without using online services?
* They don't know how to install `python` and `yt-dlp` (or `youtube-dl`)?
* Use this script (on Windows `Command Prompt`) to package `yt-dlp` with `pyinstaller`, and let your friends download video via `./yt-dlp.exe https://www.youtube.com/watch?v=dQw4w9WgXcQ` terminal command