Welcome to Serpia's blog!

Recent articles Feed


RT2561/RT61 on ubuntu 9.04

My wireless Internet connection suddenly stopped working after upgrading Ubuntu Linux to 9.04 (Jaunty Jackalope). The LSPCI command told me my interface was using a ...
read more...

Date: May 11, 2009
2 Comments

C++ deel-6

Naar deel 5

Classes

in ontwikkeling!

De maker van C++, Bjarne Stroustrop, ontwikkelde C++ mede omdat hij Classes wilde toevoegen. Een concept afkomstig van ...
read more...

Date: April 2, 2009
0 Comments

C++ deel-5

Naar deel 4

Dynamisch geheugen

Als je deze tutorial serie tot nu toe hebt gevolgd, dan is je misschien opgevallen dat we de lengte ...
read more...

Date: March 30, 2009
0 Comments

C++ deel-4

Naar deel 3

Arrays

Een array is een opeenvolgende reeks van elementen van hetzelfde type opgeslagen in het geheugen, waarvan ieder element kan worden ...
read more...

Date: March 30, 2009
0 Comments

C++ deel-3

Naar deel 2

Functies

Een functie (function) is een groep van bewerkingen die door het programma kunnen worden uitgevoerd. De syntax is: type naam ...
read more...

Date: March 29, 2009
0 Comments

C++ deel-2

Naar deel 1

Condities, loops etc.

Condities en loops gebruik je om bijvoorbeeld een waarde te evalueren, waarna je kunt besluiten om daar iets ...
read more...

Date: March 29, 2009
0 Comments

C++ deel-1

Inleiding

Deze tutorial serie is gebaseerd op deze tutorial en volgt dezelfde opbouw, echter ingekort. Aanvullingen zijn afkomstig uit de boeken 'Object-Oriented Programming ...
read more...

Date: March 29, 2009
0 Comments

Android on my freerunner

More later....
read more...

Date: January 29, 2009
0 Comments

Funny eBay reply from seller

I bought a DVD on eBay and got this reply from the seller telling me the DVD is on its way to me:

...
read more...

Date: August 6, 2008
2 Comments

Odd temperature controller

This one was in a train in Germany or Switzerland.
When you turn it clockwise, the temperature decreases to the value of '0'. Turning ...
read more...

Date: August 4, 2008
0 Comments

The Django book

The definitive guide to Django

This book is a must-read for everyone who wants to build websites and webapplications using the Django web development framework. ...
read more...

Date: January 15, 2008
3 Comments

A true story

A true story: let's make a web application!

This is a true story, the names have been changed to protect the guilty...

Once upon ...
read more...

Date: December 22, 2007
1 Comment

Get visitor's country

Get visitor's country from IP address

You want to know what country your website visitor is from, so you can automatically translate the page.

...
read more...

Date: December 22, 2007
0 Comments

From HAL to IBM

From HAL to IBM

You want to translate the string 'HAL'
into:
IBM (Go see the movie, if this doesn't ring a bell ;-)

...
read more...

Date: December 22, 2007
3 Comments

Tupleware

Removing items from a tuple and rebuilding the tuple using the builtin zip function

You have a tuple like:
mytuple = [('harry',60,5),('susan',35,3),('guy',28,9),('peter',56,1)]
and ...
read more...

Date: December 22, 2007
0 Comments



Django!