And yes... we have now the possibility to connect with IMAP to GMAIL.
Great news...
24.10.07
21.10.07
Google launched Presentations
After a word processor and spreadsheet, now Google has launched a presentation program that fives it a full set of Web-based productivity tools.
It's available directly in http://documents.google.com
It's available directly in http://documents.google.com
17.9.07
Google Earth Flight Simulator
Now a flight simulator is integrated in Google Earth, you have just to take the last release...
http://earth.google.com/download-earth.html
More information on this blog...
http://earth.google.com/download-earth.html
More information on this blog...
15.9.07
13.9.07
bash / split a line
I was searching on the web to find a method to split a line directly in bash... and I found some interesting information... it seems that bash has some string handling functions, an example:
#!/bin/bash
line="first test;second test"
VAL1=${line%;*}
VAL2=${line#*;}
echo $VAL1
echo $VAL2
The output would be:
first test
second test
Some explanation:
${variable%pattern}
Trim the shortest match from the end
${variable##pattern}
Trim the longest match from the beginning
${variable%%pattern}
Trim the longest match from the end
${variable#pattern}
Trim the shortest match from the beginning
#!/bin/bash
line="first test;second test"
VAL1=${line%;*}
VAL2=${line#*;}
echo $VAL1
echo $VAL2
The output would be:
first test
second test
Some explanation:
${variable%pattern}
Trim the shortest match from the end
${variable##pattern}
Trim the longest match from the beginning
${variable%%pattern}
Trim the longest match from the end
${variable#pattern}
Trim the shortest match from the beginning
26.5.07
23.5.07
Allociné has started a test for free VoD (financed by advertising)...
More information: Journal du Net (French article)
More information: Journal du Net (French article)
3.5.07
howto?
Belgian_Guy: arf http://www.youtube.com/watch?v=LY8Wi7XRXCA
Niddle: ahhhh les howto ;)
Belgian_Guy: il est trop bon celui là :)
Niddle: http://www.youtube.com/watch?v=qgf91j8UMgk
Belgian_Guy: lol
Niddle: ahhhh les howto ;)
Belgian_Guy: il est trop bon celui là :)
Niddle: http://www.youtube.com/watch?v=qgf91j8UMgk
Belgian_Guy: lol
23.4.07
VirtualBox
If you want to test some virtualization products... you can try virtualbox which is now an open-source product...
VirtualBox.org - French article about VirtualBox
VirtualBox.org - French article about VirtualBox
20.4.07
17.4.07
gcalsync
Great tool to synchronize your pda or your mobile phone with Google Calendar...
I tested with a Nokia E61, it works perfectly...
http://www.gcalsync.com/
I tested with a Nokia E61, it works perfectly...
http://www.gcalsync.com/
10.4.07
7.4.07
22.1.07
15.1.07
Emaëlle ;)
Je suis heureux de vous annoncer aujourd'hui que je suis papa d'une jolie petite fille appelée Emaëlle (3kg220 pour 50cm)
11.1.07
5.1.07
The ultimate answer to Life, the Universe, and Everything.
ultimate_answer_t deep_thought(void){sleep(years2secs(7500000));return 42;}
Inscription à :
Articles (Atom)