Login Password

snippets

Last 10 snippets ...

0
favorites
0
comments
Avatar Image

Lisp - min

return the minimun value of a list ...
posted by A. Miezan E. 2 years, 3 months ago
0
favorites
0
comments
Avatar Image

sis-sermepa VPOS send data (very simple request)

Easy example for sermepa VPOS. ...
posted by Matteo Mazzanti 2 years, 3 months ago
0
favorites
0
comments
Avatar Image

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. ...
posted by declan 2 years, 3 months ago
0
favorites
3
comments
Avatar Image

HTML Mail Form

Form to send POST data to a php file and send its data to a email. ...
posted by Geraldo Andrade 2 years, 4 months ago
0
favorites
2
comments
Avatar Image

REDIMENCIONAR IMAGENES

ES PARA REDIMCNEIONAR ...
posted by uh-perez 2 years, 4 months ago
0
favorites
0
comments
Avatar Image

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. ...
posted by andrew-allen-west 2 years, 4 months ago
0
favorites
0
comments
Avatar Image

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. ...
posted by Anthony Steiner 2 years, 4 months ago
0
favorites
2
comments
Avatar Image

PHP String Crop

Useful little function that finds and returns a chunk of a string between point A and point B.. ...
posted by Rainner Lins 2 years, 5 months ago
0
favorites
0
comments
Avatar Image

Default Language Google Chrome

Changes the default language of Google Chrome to English on Mac OSX ...
posted by 2 years, 5 months ago
0
favorites
1
comment
Avatar Image

Replace all occurrences of __MyCompanyName__ with MyCompanyName

This snippet searches through a directory recursively and replaces all occurrences of __MyCompanyName__ with mycompanyname. ...
posted by Tom Willemsen 2 years, 5 months ago
1 2 3 ... 7
bettercodes.org is released as free software without warranties under GNU Affero GPL v3