Next year I plan to visit more. No pictures at the moment, hopefully I can get some from one of my colleagues.
Edit: And the promised picture is here:

ADAM - Professional Audio (Ogg that is :)

@echo off
rem (c) 2008 Cristian Adam
if [%1] == [] (
echo Usage: make_manifest file.exe
) else (
if exist %1.manifest goto :EOF
echo ^<?xml version="1.0" encoding="UTF-8" standalone="yes" ?^> >> %1.manifest
echo ^<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"^> >> %1.manifest
echo ^<description^>Windows Forms Common Control manifest^</description^> >> %1.manifest
echo ^<dependency^> >> %1.manifest
echo ^<dependentAssembly^> >> %1.manifest
echo ^<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /^> >> %1.manifest
echo ^</dependentAssembly^> >> %1.manifest
echo ^</dependency^> >> %1.manifest
echo ^</assembly^> >> %1.manifest
)
* Support for Microsoft Windows Vista
* Updated compiler to Visual Studio 2008 Express, which drops support for Windows 9x, NT 4.
* Updated libspeex to version 1.2 beta 1
* Updated libvorbis to version 1.2.1 (20080501)
* Updated libogg to version 1.1.3
* Updated libtheora to version 1.0beta3 (20080416)
* Updated libFLAC to version 1.2.1
* Fixed crash at the end of incomplete Theora files.
guest@goosh.org:/web> translate en ro This is a great victory for the glorious people of Romania!translating "This is a great victory for the glorious people of Romania!" from "english" to "romanian":
"Aceasta este o mare victorie pentru oamenii de glorie a Romaniei!"
986.875 oggcodecs.7zIt's better than zip and a bit worse as 7-zip.
1.150.890 oggcodecs.cab
1.618.917 oggcodecs.zip
for %%i in (oggcodecs\*.*) do echo "%cd%\%%i" >> files.ddfPretty hard core. One might say that this is not a tool to be used from a command line as rar or other popular archiving programs. This is done only once by me in a script file, so I can live with it.
makecab /L . /D CompresionMemory=21 /D CompressionType=LZX /D DestinationDir=oggcodecs /F files.ddf
del files.ddf
move disk1\1.cab oggcodecs.cab
rmdir disk1
del setup.inf
del setup.rpt
mkdir oggcodecsWhy not use 7-zip and ignore all this trouble? A cab file I can digitally sign and you can see it's coming from me and you don't need a 3rd party program to unpack!
expand oggcodecs.cab -F:* oggcodecs\



#include <cstdio>
#include "romanian.h"
folosim spatiunume::std;
int principal()
{
scrie("Salutare Lume!\n");
}
#ifndef ROMANIAN_H
#define ROMANIAN_H
#define asm asm
#define auto auto
#define pausa break
#define caz case
#define cara char
#define const const
#define continua continue
#define predefinit default
#define fa do
#define dublu double
#define altfel else
#define enum enum
#define extern extern
#define flotador float
#define pentru for
#define dutela goto
#define daca if
#define expandeaza inline
#define int int
#define lung long
#define registru register
#define restrict restrict
#define intoarce return
#define mic short
#define semnat signed
#define marimede sizeof
#define static static
#define structura struct
#define comuta switch
#define definestetip typedef
#define tipde typeof
#define uniune union
#define farasemn unsigned
#define vid void
#define inflamabil volatile
#define atitcit while
/* definitii pentru C++ */
#define bool bool
#define prinde catch
#define clasa class
#define mold_const const_cast
#define sterge delete
#define mold_dinamic dynamic_cast
#define explicit explicit
#define export export
#define fals false
#define prieten friend
#define mutabil mutable
#define spatiunume namespace
#define nou new
#define operator operator
#define privat private
#define protejat protected
#define public public
#define mold_reinterpreteaza
#define molda_static static_cast
#define sablon template
#define acesta this
#define arunca throw
#define adevarat true
#define intentioneaza try
#define numetip typename
#define idtip typeid
#define folosim using
#define virtual virtual
#define lchar_t wchar_t
/* definitii de functii comune */
#define principal main
#define scrie printf
#endif
What's new for MFC developers:Ribbon Customisable Menubar / Toolbar Visual Studio 2005 like Docking Tabbed MDI New status bar and many more

cacls "%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml" /E /P %USERNAME%:Ncacls "%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml" /E /P %USERNAME%:F
@ECHO OFF
TITLE Remove ads from Yahoo Messenger 9
> %TEMP%.\noYMads.reg ECHO REGEDIT4
>>%TEMP%.\noYMads.reg ECHO.
>>%TEMP%.\noYMads.reg ECHO [HKEY_CURRENT_USER\Software\Yahoo\Pager\YUrl]
>>%TEMP%.\noYMads.reg ECHO "First Login Beacon"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Change Room Banner"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Finance Disclaimer"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Messenger Ad"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Chat Adurl"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Calendar Alert Ad URL"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Conf Adurl"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Mail Alert Ad URL"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "News Alert Ad URL"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Personals Alert Ad URL"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Stock Alert Ad URL"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Webcam Viewer Ad Medium"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Webcam Viewer Ad Big"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Webcam Viewer Ad"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Webcam Upload Ad"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Chat Transition Ad"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "N2Phone Adurl"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Webcam Viewer Ad Bid"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "IMVironment Ad URL"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Auction Alert Ad URL"="noads.html"
>>%TEMP%.\noYMads.reg ECHO "Login Mobile Ad"="noads.html"
REGEDIT /S %TEMP%.\noYMads.reg
DEL %TEMP%.\noYMads.reg
cacls "%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml" /E /P %USERNAME%:N
#include <stdio.h>
int main()
{
int i = ceil(2.9f);
printf("i is: %d\n", i);
}
test.c(5) : warning C4013: 'ceil' undefined; assuming extern returning int
test.cc(5) : error C3861: 'ceil': identifier not found