1.
Colocation in Scotland and Edinburgh
At the start of 2006 the London providers have started charging much more for electricity which makes Edinburgh etc suddenly more attractive. ...
2.
Searching the EU and UK Patent Archives
Searching the EU and UK Patent Archives .... Poor old management eh. The present invention provides method and apparatus for correlating web page files ...
3.
#!/usr/bin/perl -w # Webedit - a CGI website editor # Copyright ...
e $file) { print "<h2>That file does not exist - creating a new one</h2>"; ... w $file) { print "<h2>You do not have permition to write to that file</h2>"; ...
4.
Lock Down KDE with Kiosk Mode
The easiest way to setup a Kiosk profile is to use the Kiosk Admin Tool. Some distributions include this by default, for others you can download the source ...
5.
Searching the EU and UK Patent Archives
The archives at Espacenet contains thousands of patents from dozens of countries including the UK, the European Patent Office and WIPO patents. ...
6.
Umbrello UML Modeller
In 2002/2003 I worked on Umbrello UML Modeller as my honours project. Umbrello lets you draw diagrams of software. Half the project was about the technical ...
7.
Thinkpad R40e and Debian GNU/Linux
Mostly useless "Thinkpad" button has turned into a mostly useless "Access IBM" button. Function-Space is zoom (changes resolution in Windows), Function-F5 ...
8.
Thinkpad R40e and Debian GNU/Linux
I bought an IBM Thinkpad R40e in February 2004 after my R31 was quite impolitely stolen. It is a very cheap machine (<£600) and lacks several features that ...
9.
Const use in C++
const int myconstant = 10: An int which can't change value. Similar to #define in C but better. const int * myconstant: Variable pointer to a constant ...
10.
Const use in C++
Summaried from The C++ const declaration, why and how. ... Similar to #define in C but better. const int * myconstant: Variable pointer to a constant ...