Fulltext results:
- How To Create a Moveable VM with VirtualBox @blog:2010
- ease the handling of "moveable" VMs, I created a script which creates a VM and a disk image in a given di... ts to activate and deactivate the VM. ====== The Script ====== So let's have a look at the script. I'll go thought some snippets here, but there is a link to the full script below. At the top, there are two settings which
- Dice Roller @blog:2009
- ====== I programmend a small dice roller in javascript. You enter the number of dice, sides and the offset and press the button “roll”. The script shows the individual dice and the resulting sum. ... name="r" size="4"/> </form> </code> ===== Javascript Code ===== <code javascript> function roll() { var count = parseInt(document.rolldice.n.value); var
- Virtual Network Visualization @blog:2009
- sualize the internal network(s), I created a perl script which takes the output of dladm show-link and gen... raphviz.org/|Graphviz]]. Update: The dladm2dot.pl script now also shows the non-global zones of the interf
- Set PHP Variables in .htaccess Files @blog:2010
- either set it to unlimited, run the long running script and then comment it out or set it to some reasonable value like 120 or 300, depending on the time the script usually needs. {{tag>apache php webhosting}}
- Travian Village Planner - Tribe & Village Name @blog:2009
- ck it out here: * [[http://travian.andunix.net/village-planner/index.html]] {{tag>javascript travian}}
- Travian Village Planner @blog:2009
- clicks * Village Name - add another parameter which is shown as village name {{tag>javascript travian}}