Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamemann/misc
Smaller projects I've made starting from over 10 years ago. Projects in this repository are NOT supported.
https://github.com/gamemann/misc
bash batch css examples html php python sourcemod sourcepawn sp
Last synced: 17 days ago
JSON representation
Smaller projects I've made starting from over 10 years ago. Projects in this repository are NOT supported.
- Host: GitHub
- URL: https://github.com/gamemann/misc
- Owner: gamemann
- Created: 2020-07-15T04:29:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T02:08:30.000Z (3 months ago)
- Last Synced: 2024-10-11T02:25:18.161Z (about 1 month ago)
- Topics: bash, batch, css, examples, html, php, python, sourcemod, sourcepawn, sp
- Language: JavaScript
- Homepage: https://moddingcommunity.com/
- Size: 21.5 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Misc
## Description
Small projects I've made in the past that don't need their own repository. These projects may be outdated or even broken.I would recommend taking a look at my other GitHub [repositories](https://github.com/gamemann?tab=repositories) for supported/official projects.
## SourcePawn
* DodgeBall Fix - Simply sets all player's to specific models on start.
* Load Timer - Loads a timer (e.g. CKSurf) for MiniGames course maps.
* Edicts - Simply counts edicts using "sm_edicts" command.
* Locked CVars - Prints out all the CVars found in sourcemod/logs/convars.txt.
* Time Limit Logger - Logs whenever somebody changes mp_timelimit.
* Frag Radio - An updated version of Frag Radio. Uses client cookies, etc.
* TF2Ware Time Limit - Enforces time limit on TF2Ware TF2 servers.
* GFL Donators - Attempts to add a sprite over GFL Supporter's player model. I'm sure this doesn't work currently.
* GFL Dynamic Slots - Attempts to change the slot count based on the amount of players playing on the server. I am not sure if this works anymore.
* Entity Classnames - Print all entity classnames to a log file. You can filter them as well!
* DodgeBall Model - Change Decoy Dodgeball projectiles to a chicken!## PHP
* Test Website #1 - A website I've made in BootStrap long ago. One of the first websites I've made in Bootstrap.## Batch
* Update SM SDKs - Automatically clones the master branch of SourceMod and MetaMod along with all the branches in the HL2SDK. If they are already cloned, it will do a "git checkout" (to ensure there are no corrupted files, etc) and "git pull" (to keep the branch up-to-date).## Bash
* Music Downloader - Uses `youtube-dl` (audio) and `ffmpeg` (volume tuning) to download videos from YouTube in the .mp3 format.## Python
* Small Discord Bot - A small Discord bot that notifies my partner of some things at 8 AM CST in a server we have together.## C Test Programs
In this directory you'll find **many** C programs I made for testing purposes while I learn it more and more. Please keep in mind these programs are informal, so you may see odd variable names such as `lol` or `xd` along with other things.