Below are snippets for lavaramano.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

7
Date Submitted Fri. Jul. 20th, 2007 11:49 PM
Revision 1
Helper lavaramano
Tags "remove string" | cli | console | gnu/linux | Grep
Comments 1 comments
how to remove a string from a plain text using just grep.
6
Date Submitted Fri. Jul. 20th, 2007 11:46 PM
Revision 1
Helper lavaramano
Tags "array" | awk | bash | cat | gnu/linux/cli | less | sort
Comments 5 comments
how to sort words separated by a ','.
5
Date Submitted Fri. Jul. 20th, 2007 11:44 PM
Revision 1
Helper lavaramano
Tags arrays | bash | cli | gnu/linux
Comments 0 comments
how to handle arrays in bash
6
Date Submitted Fri. Jul. 20th, 2007 11:42 PM
Revision 1
Helper lavaramano
Tags DOM | JavaScript | mouse | onclick | pointer
Comments 1 comments
it give us the position of the mouse. works on IE and Firefox

use:
onclick="posicion_mouse(event)"
6
Date Submitted Fri. Jul. 20th, 2007 11:17 PM
Revision 1
Helper lavaramano
Tags DOM | JavaScript | Key | onkeyup
Comments 0 comments
Returns the keycode of the key we wrote on a textarea/input. works on IE and Firefox
7
Date Submitted Fri. Jul. 20th, 2007 11:12 PM
Revision 1
Helper lavaramano
Tags Array | getelementsby | JavaScript
Comments 1 comments
Returns an array with all the objects with certain class. tested on IE 6 and Firefox 2
5
Date Submitted Fri. Jul. 21st, 2006 4:00 AM
Revision 1
Helper lavaramano
Tags colors | Random
Comments 3 comments
A very simple script to generate random hexa colors.
just modify line 36 to generate more/less colors.