List All Pages
Earphones
Etymotic, very expensive but appearantly very good
Audiobooks
Voorlezer.net, free and payed audiobooks
VPRO Boeken Dossiers: Audioboeken, some free audiobooks
LibriVox, public domain...
Honda CRX
CRX Club Holland, forum
Please change this page according to your needs
Palm
Space Trader Centre, home page of Space Trader for Palm (also links to Space Trader for Windows)
Little John, NES/SNES/Gameboy emulator, works really well!
Cooperative games
Co-op...
Low-noise PCs
HDD Vibe-Fixer
fit-PC, really small fully functional PC (Dutch reseller)
SheevaPlug Dev Kit, cheap very low-power plug-computer
Benchmark
CrystalDiskMark, disk benchmark, some...
It seems it's not possible to clone a VM, but it is possible to clone a disk image. You just have to create a new VM which uses that image, which is pretty simple.
To clone the image that's located...
Use DVD Decrypter to rip the contents of the DVD:
Mode: IFO
Tools->Settings->IFO, File Splitting: None, OK
In the Input tab, select the stream you want to rip
Press the Decrypt...
Make sure that the movie contains audio! If it doesn't, the PSP will give the message 'unsupported data'.
For best results make sure the movie is already in 320x240 format (or 368x208 for...
Use XMPEG (google it, site appears to be down) to convert to an uncompressed AVI:
start XMPEG, the wizard will show, select Next
select Open DVD root, then Next
select the correct audio and...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor with a toolbar pallette with options.
To create a link to a new page,...
public IEnumerator GetEnumerator()
{
foreach (FileInfo file_info in mList)
yield return file_info;
}
public FileInfo this [int index]
{
get
{
return mList[index];
}
}
using System.IO;
...
StringReader reader = new StringReader(inOutput);
String line;
while ((line = reader.ReadLine()) != null)
{
...
}
How to convert DVD to AVI
How to convert a movie for use on PSP
How to convert a DVD for use on PSP
eHow, How to do just about everything
Work at home:
turn on external drive
mount g:\guerrilla.tc...
For WinXP:
Add a shared folder using the VirtualBox interface (Details when it's turned off, or the shared folders icon in the bottom right when the VM is running), call it share, make it...
using System.Text.RegularExpressions;
...
String pattern = @"^\s*(\d+\.\d+)\s*(\w+):\s*(.+)$";
Regex regex = new Regex(pattern);
Match match = regex.Match(inLine);
if (!match.Success ||...
Introduction
The C++ include mechanism makes it possible to develop big applications using comprehensive
modules. When used correctly they greatly add to the maintainability of source code. But...
Security
Unmask parasites, check if a website has been hacked
AuditMyPC, check the security of your PC (not tested)
Firefox
Fasterfox, add-on that can be used to tweak Firefox to run faster
IE Tab,...
Please change this page according to your policy (configure first using Site Manager) and remove this note.
Who can join?
You can write here who can become a member of this site.
Join!
So you...
Info about digital photography
Digital Photography School
Photography Composition Articles
Geometrical Composition Guides
How to compose a photograph
Composition 101
Canon Powershot S2 IS
CHDK,...
Perforce
Setting Up a Ubuntu Perforce Server
Networking
Changing from DHCP to static IP address, don't forget to change the firewall rule on the host, and for some reason the name resolving for the...
There are two ways to migrate a VirtualBox VM to another machine. The first is the 'official' way and requires to create a new virtual machine with the exact same settings as the original machine....
install Firefox on the new machine
copy the whole directory C:\Documents and Settings\<username>\Application Data\Mozilla to the new machine
start Firefox, even the old plugins have been...
Install Lightroom on the new machine
Copy the directory containing all your foto's to the exact same location on the new machine
Copy some directories from the old machine:
catalogs:...
install Thunderbird on the new machine
run it once, don't configure anything, exit as soon as possible (this step might not be needed)
from the old computer copy the whole directory C:\Documents...
Palm Treo 680
Java Virtual Machine
Opera Mini, free mobile web browser, my review
Crash log reader
Retrieve last crash log: #*377
Article about battery life
Hotsync troubleshooting...
Hotmail
xs4all webmail
stackoverflow, really active programmer's Q&A site
Weerplaza.nl
Filenieuws
Nu en straks op TV
Wikipedia
PTT Telefoongids
Omgekeerd telefoonnummers zoeken
Postcodes...
Harry Potter and the Order of the Phoenix, July 28 2007, was good.
Product home page
The good stuff:
easy to use, creating and comparing heap snapshots is very easy, as is navigating through the results
integrates with Developer Studio 2005
responsive...
Net Profiles, network connection settings manager
Shields Up!, firewall tester (port scan)
Synergy, use other computers as extra monitors
AdvancedRemoteInfo, get information about Windows...
Eens per jaar:
ontdooien (niet steken!)
reinigen en ontsmetten met speciale spray (te koop bij BCC): spuiten op elke zijkant, met keukendoek van boven naar onder schoonvegen
rubbers insmeren met...
Na ieder gebruik (yeah right):
schoonmaken met speciale spray (te koop bij BCC)
(kruimels verstoren microgolven)
Eens per drie maanden:
zeepbak eruit halen en schoonmaken
gaten boven zeepbak schoonmaken
hele liter azijn erin en zonder was op 90 graden wassen
pluizenfilter eruithalen en leeg maken
Tested version 3 and version 4 beta, July 2007.
Needs a JVM, which can be downloaded from here or here (should be version 5.7.2).
Appeared to be very unstable at first, the application plainly quit...
Opera 9.50 alpha
pro
feels faster than Firefox
small download
imports Firefox bookmarks without any action
when hovering over tabs, it shows a thumbnail of the page
con
search dialog doesn't...
Sailing
Lesgeven in zeilen
Allemansend, my favorite sailing school!
Zeilschool "Het Uitgeestermeer", ook verhuur
Haven De Roemer in het Twiske, ook verhuur
De Otter, zeilbotenverhuur aan de...
On old machine:
regedit /ea putty.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
Copy putty.reg to new machine, then
regedit /s putty.reg
Object-oriented programming offers a sustainable way to write spaghetti code.
Paul Graham, http://www.paulgraham.com/hundred.html
(Visual Studio 2005 and above)
You probably already have some xml you want to read. Use xsd.exe to generate xsd from the xml:
"c:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\xsd.exe"...
Welcome page
What is a Wiki Site?
How to edit pages?
How to join this site?
Site members
Recent changes
List all pages
Page Tags
Site Manager
Page tags
Add a new page
edit this panel
Members:
Moderators
Admins
C++
memtracer, tool for tracing and analyzing memory usage
TDD
NUnit, C# unit testing framework
TDD in Python
CppUTest, C++ unit test framework by Bas Vodde et al.
Continuous integration
BuildBot,...
Total Commander, brilliant replacement for Explorer
Crimson Editor, free text editor
Firefox + IE Tab + Fasterfox
ZoneAlarm
Free Download Manager
Workrave, RSI prevention
GIMPShop, Photoshop-like...
GPS receiver is very small, looks very nice. Has its own battery, can be charged using a normal mini-USB connector (look and learn, mr. Palm!)
Installing and getting it up and running was very...
home
links
audio
cars
digital photography
games
hardware
how-to's
internet
mobile
movies
networks
outdoor
software
software...
Home->Options->Preferences->View by: List
Preferences->Color Theme->Treo
Preferences->Owner
Preferences->Format->Preset to: Netherlands
Preferences->Keyguard:
5 seconds...
Creating the raid
If gparted is not yet installed:
sudo apt-get install gparted
For each disk: create partition, apply, manage flags->raid.
Install mdadm:
sudo apt-get install...
- start Xming
- use PuTTY to login through ssh, enable X11 port forwarding, leave display empty
- in the shell on the remote machine, for xubuntu type sudo xfce4-session &, for ubuntu type sudo...
Linux
How to choose the best linux distro
Time management
Urgent vs Important
The Digital Age
Electronic Survival Guide, how to keep your important digital data safe
Quotes
BrainyQuote
Watching TV...
DVD
DVD Flick, convert movie files to DVD
VideoDVDMaker Free, easily create DVD from video (not tested)
movie files
HandBrake, open source application to convert DVD to mpeg4
SUPER, free versatile...
If this is your first site
Then there are some things you need to know:
You can configure all security and other settings online, using the Site Manager. When you invite other people to help build...
According to Wikipedia, the world largest wiki site:
A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
The good
Free!
Easy to set up, I created a wiki for my girlfriend in a couple of minutes.
Simple, no wysiwyg, but a wiki language editor. For me that means more control, so I don't mind. I have...
Backup
Open source backup software
Anti-virus
AVG free edition
Avast! Home Edition, free, requires registration
System tools
Whoami, show name of machine on desktop
JkDefrag, freeware defragger,...





