2 Jan 2001 pawal   » (Master)

Now my life can begin. I just turned 30. Hade a nice new years, and a slow birthday with lots of interesting birthday greetings...

------

try {
        Greeting g = Congratulation.createInstance();
        for (int i = 0; i < 4; ++i) {
                g.add(new Hooray());
        }
Person p = users.findUser("Pawal"); p.notify(g); } catch (WrongDayException e) { } catch (PawalDrunkException e) { } catch (MusicloudCouldntHearException e) { }

------

%!PS-Adobe-3.0

/hooray {( hurra) show} def

/Times-Bold findfont 18 scalefont setfont

200 400 moveto

(Hipp hipp) show 1 1 4 {hooray} for (!\n) show

showpage %%EOF

------

$C000 LDX #$00                                  
$C002 LDA $C00E,X
$C005 BEQ $C00D
$C007 STA $0400,X
$C00A INX
$C00B BNE $C002
$C00D RTS
$C00E .BYTE $47 $52 $41 $54 $54 $49 $53 $00

------

10 REM *** PAWAL-GENERATOR 1.0 ***
20 REM ***    THE BYMP 2001    ***
30 PRINT "GRATTIS PAWAL! ";
40 POKE 53280,I
50 I=I+1
60 POKE 53281,I
70 GOTO 30

------

       Identification Division.
       Program-Id. "happy".
       
       Procedure Division.
       say-grattis section.
           display "Grattis!".
           exit.
 
       main-section.
           perform sub-grattis 4 times.
           stop run.

------

And then some... I'm fixing my entire apartment this month as well, I hope it is all painted and filled with new nice furniture by the end of the month. What else is new... Yes, I fixed my homepage as well. Next project is to make realtime generated audiostreams of my content, with automatic language detection for the speech synthesis or something.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!