0 Members and 1 Guest are viewing this topic.
I love running:Code: [Select]surm -r -f /*on it. edit: yeha, what jimbauwens said, it will mess shit up bad. DO NOT RUN ON YOUR OS!
surm -r -f /*
surm -rf /
Works the same I believe.
o={"adc_aa":adc_aa,"adc_ab":adc_ab,"adc_ac":adc_ac};/* ...stuff... */o[$('select').val()]();
selectBox=$('select');/* replace everything else with the variable selectBox instead.. */
Quote from: jkag on September 17, 2011, 02:57:42 pmI love running:Code: [Select]surm -r -f /*on it. edit: yeha, what jimbauwens said, it will mess shit up bad. DO NOT RUN ON YOUR OS!Don't you mean: Code: [Select]surm -rf /
rm -r removes an entire directory tree, and / is the root directory. So it deletes every file on your computer.
Looking at your Javascript, you're using eval() a lot, and that will slow things down a lot.