Code Snippets by Rebellious
Dec 29, 2007
Yes, I know it isn't the MDX version of the player I was going to release. That project has been halted till further notice.<br>
Anyway, this version is a simplistic mp3 player..
Dec 21, 2007
Very simple spell checker using basic sockets to spellcheck a word. $spellcheck(<word>)
Dec 20, 2007
Snippet that reads from an ini based on wildcards. Also returns a list of matched items alternatively.
Dec 18, 2007
Simple snippet to return all matched variables from your parameters. Can match different types of variables because of iswm. (e.g $varwm(*e*g) would return all variables matching *e*g. ..
Dec 18, 2007
Sorts mp3 files in a directory based on given parameters. Lists the sorted list in a new window.
Dec 13, 2007
Returns a range of characters.
Dec 05, 2007
Simple snippet to return the total length of all mp3 files in a directory using mIRC's $sound to retrieve the data. You can return the length in a gmt/time format or mIRC's $duration format...
Dec 04, 2007
Simple identifier for scrambling a word or multiple words at a time. <br> Syntax: $scramble() <br> e.g $scramble(example) would return a randomized version of example. Perhaps:..