2010-03-30

Kenel Panic (game)



Kernel Panic is a game about computers. Systems, Hackers and Networks wage war in a matrix of DOOM! The only constraints are time and space; unlike other real time strategy games, no resource economy exists in KP.

All units are free in this game, every factory built will be spamming units at all times. You can build more factories, but only on pre-defined areas (geothermal vents). All that remains is pure strategy and tactics.

KP makes for a frantically fast-paced, action-oriented game, with a very unique graphical style.

http://springrts.com/wiki/Kernel_Panic

2010-03-29

2010-03-23

Christ-Like Cruisin

B-SHOC - Christ-Like Cruisin Music Video
http://www.youtube.com/watch?v=s7cAYV_lVNI

Paródia?

Segmentation fault, division by zero.

Webmail notifier / webmail értesítő

  • Gmail (Gmail & Google Apps)
  • Yahoo (yahoo.com, ymail.com, yahoo.co.jp)
  • Hotmail (hotmail.com, msn.com, live.com)
  • AOL (aol.com, aim.com, mail.com)
  • Daum (daum.net, hanmail.net)
  • Naver
  • Nate (nate.com, empas.com)
  • Paran (paran.com, hanmir.com)
  • POP3/IMAP
http://webmailnotifier.mozdev.org/

2010-03-22

Human karaoke

[HUN] Tavaszi szél vizet áraszt

http://www.youtube.com/watch?v=NXUZZYV66gk

JSON formatter and viewer

Simple: http://www.jsonlint.org/
Shiny: http://jsonviewer.stack.hu/

2010-03-19

Örökzöld / evergreen

Russian Singer Eduard Khil
http://hup.hu/treyblog/20100310/trolo_roll

Russian Singer Eduard Khil Remix
http://www.youtube.com/watch?v=MQ78IlJs5JQ

[HUN]
Mocsári Józsi (Jozin z Bazin magyarul)
http://hup.hu/treyblog/20100311/orokzold

2010-03-18

Project Euler

http://projecteuler.net/

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.

Who are the problems aimed at?

The intended audience include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the edge.

...

282 problems so far.

2010-03-17

[HUN] Társkeresés (x)

http://www.youtube.com/watch?v=IxsMPYHum5A



Non-artistic translation

I am a widow,
I live for my profession,
I am free of addictions,
I do serious scientific work,
I am a university professor.

I seek for a lady
who enjoys music,
likes nature,
goes to theatre,
romantic-minded, intelligent,
educated, and nice

who would suck me.

Hello World!

#include <iostream>
int main()
{
    std::cout << "Hello World!" << std::endl;
    return 0;
}