Fulltext results:
- Dice Roller @blog:2009
- > ===== Javascript Code ===== <code javascript> function roll() { var count = parseInt(document.rolldice... yId("rolls").innerHTML = rolls; return false; } function load() { var n; var s; var o; var params
- Program @p:dmx
- lowing structure is reserved: * uint16 flags, function & channel * 0-9 (0x01FF) - channel: the DMX c... alue over two DMX channels * 11+12 (0x0C00) - function * 0 (0x0000) - linear * 1 (0x0400) -
- rmdir for OSX @info:mac
- $ /bin/rmdir test </code> I wrote a small bash function to remove directories together with the contained... "${d}" || ls -al "${d}" done } </code> With this function you can remove the directory at once: <code bash>