0
favorites
favorites
0
comments
comments
Lisp - min
return the minimun value of a list ...
0
favorites
favorites
0
comments
comments
sis-sermepa VPOS send data (very simple request)
Easy example for sermepa VPOS. ...
0
favorites
favorites
0
comments
comments
Word List Python Script
A few of my projects have required a dictionary or word list. Here is a python script that gets the word list used for scrabble from the website: http://www.scraddle.com/wordfeud-dictionary/. You need a file on your C drive called wordlist.txt. This can be changed on the line:
fOb = open('C:/wordlist.txt','w')
The word list you get has just under 180000 words.
Hope this might be useful to someone.
...
0
favorites
favorites
3
comments
comments
HTML Mail Form
Form to send POST data to a php file and send its data to a email. ...
0
favorites
favorites
2
comments
comments
REDIMENCIONAR IMAGENES
ES PARA REDIMCNEIONAR ...
0
favorites
favorites
0
comments
comments
Input Field Tricks XHTML . CSS
These are common attributes that we normally have to type in, in order to get a transparent, no bordered auto-length forming input field that doesnt have that hideous yellow outline that Chrome makes around forms. ...
0
favorites
favorites
0
comments
comments
MD5 Encryption (Method Extension)
This snippet will allow you to simply branch any string type within the same namepsace with the static class's name to return a web-safe (familiar) MD5 string. ...
0
favorites
favorites
2
comments
comments
PHP String Crop
Useful little function that finds and returns a chunk of a string between point A and point B.. ...
0
favorites
favorites
0
comments
comments
Default Language Google Chrome
Changes the default language of Google Chrome to English on Mac OSX ...
0
favorites
favorites
1
comment
comment
Replace all occurrences of __MyCompanyName__ with MyCompanyName
This snippet searches through a directory recursively and replaces all occurrences of __MyCompanyName__ with mycompanyname. ...