Profile
Achievement
numberwhun's Recent Snippets
- All /
« Prev 1 Next »
This is a script that simply prints the current month. I produced this a couple years ago and use it as a reference for using the localtime() function.
0
1472
posted 13 years ago by numberwhun
This is a handy little bit that will show you all of the installed modules on the system.
0
581
posted 13 years ago by numberwhun
This code will validate not only the four octets contain between 1 and 3 numbers each, but also that the number they contain is between 0 and 255.
In all, there are 3 different regex's that I tried and all seem to work fine. The three regex's a...
0
2441
posted 17 years ago by numberwhun