EVOLViA - Home

Images

Be sure to check out the images on this site!

Pandaboard blog

While waiting for the Raspberry Pi, I'm going to play with the PandaBoard ES.

POV-Ray and other stuff

To be seen here.

Programming

Stuff like this:

// intro.cpp
#include <iostream>

int main()
{
    std::cout << "Hi there!\n";
    return 0;
}

and:

// intro.java

class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hi there!");
    }
}

should be coming soon...

Licensing information

Wondering if you can copy-paste any of the source code snippets on evolvia.nl into your own (commercial) software programs? Check the EVOLViA license.

Website design

Mostly minimalistic, hand-crafted, strict XHTML 1.0 and CSS 2.1. Should be readable on both screen and on paper. No Java, no Flash.

Private

If you're me, you can log in here. Or go to local servers.

Last modified: 2012/07/10 by JGS
© 2010 evolvia.nl
Contact me on LinkedIn