Oups !
Wednesday, 10. September 2008, 17:50:51
Pour le moment elle m'enchante beaucoup. Ma future femme aussi... Surtout quand j'essaie de lui mettre un pampers !
Merci à tous ceux qui contribue à notre bonheur.
Blog-note d'un informaticien procrastinate...
Wednesday, 10. September 2008, 17:50:51
Tuesday, 11. September 2007, 08:56:32
Tuesday, 24. July 2007, 15:54:15
Wednesday, 20. June 2007, 06:45:28
Thursday, 7. June 2007, 05:01:10
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Twitter Party Badge</title> <script type="text/javascript" src="groumphy.js"></script> </head> <body> <!-- Service Twitter et Google Reader (Shared) Auteur : Google Inc., Twitter Modification : Groumphy Copyright : respectif aux scripts Version : 1.0.0 alpha --> <div id="twitter_and_googlereader"> <!-- debut de Twitter --> <div> <object type="application/x-shockwave-flash" data="http://static.twitter.com/flash/twitter_timeline_badge.swf" width="250" height="600"> <param name="movie" value="http://static.twitter.com/flash/twitter_timeline_badge.swf"> <param name="FlashVars" value="user_id=6611282&color1=0x999999&color2=0x999999&textColor1=0x5E5E5E&textColor2=0x0&backgroundColor=0xCCCCCC&textSize=12"> <param name="allowScriptAccess" value="always"> <param name="wmode" value="transparent"> <!-- debut de Twitter (alternatif 1) --> <div id="twitter"> <ul id="twitter_list"> <li id="texte_twitter"><li> <li id="temps_passe"></li> </ul> <script type="text/javascript" src="http://www.twitter.com/statuses/user_timeline/6611282.json?callback=twitterCallback&count=1"></script> <p><a href="http://twitter.com/statuses/friends_timeline/6611282.rss">Suivez ce que fais le Groumphy (RSS)</a></p> </div> <!-- fin de Twitter (alternatif 1)--> <!-- debut de Twitter (alternatif 2) --> <noscript> <p> <a href="http://twitter.com/statuses/friends_timeline/6611282.rss">Suivez ce que fais le Groumphy (RSS)</a> </p> </noscript> <!-- fin de Twitter (alternatif 3) --> <!-- debut de Twitter (alternatif 4) --> <p><a href="http://twitter.com/Groumphy">Suivez les aventures de Groumphy</a><p> <!-- fin de Twitter (alternatif 4) --> </object> <p><a href="http://twitter.com/statuses/friends_timeline/6611282.rss">Suivez ce que fais le Groumphy (RSS)</a></p> </div> <!-- fin de Twitter --> <!-- debut de Google Reader --> <div id="google_reader"> <script type="text/javascript" src="http://www.google.com/reader/public/javascript/user/15343427923727093981/state/com.google/broadcast?n=10&callback=GRC_p(%7Bc%3A%22gray%22%2Ct%3A%22Je%20lis%20en%20ce%20moment%22%2Cs%3A%22true%22%7D)%3Bnew%20GRC"></script> <noscript><p><a href="http://www.google.com/reader/public/atom/user/15343427923727093981/state/com.google/broadcast">Lisez ce que lis le Groumphy(RSS)</a></p></noscript> <p><a href="http://www.google.com/reader/public/atom/user/15343427923727093981/state/com.google/broadcast">Lisez ce que lis le Groumphy(RSS)</a></p> </div> <!-- fin de Google Reader --> </div> </body> </html>
// ---------------------------------------------------------------
// Script de partage de flux de Google Reader (labs)
// Auteur : Google Inc. (c) 2006
// Modification : Groumphy.net (c) 2007
// Information : v.Labs 1.0
// ---------------------------------------------------------------
(function (){
var z = "/reader/shared/";;;
var G = G || { },
H = this;
if(!Function.prototype.apply){
Function.prototype.apply = function(a,b){
var c = [],
d,
g;
if(!a) a = H;
if(!b) b = [];
for(var e = 0; e < b.length; e++){
c[e] = "args[" + e + "]" }
g = "oScope.__applyTemp__.peek().(" + c.join(",") + ");";
if(!a.__applyTemp__){
a.__applyTemp__ = [] }
a.__applyTemp__.push(this);
d = eval(g);
a.__applyTemp__.pop();
return d } };
if(!Array.prototype.push){
Array.prototype.push = function(){
for(var a = 0; a < arguments.length; a++){
this[this.length] = arguments[a] }
return this.length } }
if(!Array.prototype.pop){
Array.prototype.pop= function(){
var a;
if(this.length){
a = this[this.length-1];
this.length--}
return a } }
Array.prototype.peek = function(){
return this[this.length-1] };
if(!Array.prototype.shift){
Array.prototype.shift = function(){
var a;
if(this.length){
a = this[0];
for( var b = 0; b < this.length-1; b++){
this[b] = this[b+1] }
this.length-- }
return a } }
if(!Array.prototype.unshift){
Array.prototype.unshift = function(){
var a = arguments.length;
for(var b = this.length-1; b >= 0; b--){
this[b+a] = this[b] }
for(var c = 0; c < a; c++){
this[c] = arguments[c] }
return this.length } }
var I = function(a){ return/^\s*$/.test(a) },
J = function(a){ return I(K(a)) },
K = function(a){ return a == null ? "":String(a) },
x = new p;
function p(){
if(document.all){ this.r = true }
else { this.r = false }
this.O = "pop" in Array.prototype;
this.z = "contains" in document;
this.M = "implementation" in document && "createDocument" in document.implementation;
this.L = "compatMode" in document;
this.N = "XMLHttpRequest" in window;
vara = navigator.userAgent,
b = /\(.*\) AppleWebKit\/(.*) \((.*)/.exec(a);
if(b){ this.B = true; this.Q = parseInt(b[1],10) }
else{ this.B = false }
this.A = window.opera;
this.P = a.indexOf("Wii")!= -1 }
p.prototype.n = function(){
return this.r && !this.z && !this.o() };
p.prototype.o = function(){
return this.A };
function v(a,b){
var c = b || document;
return c.getElementById(a) }
function i(a,b,c){
var d = c || document, g = d.createElement(a);
if(b){ for(var e in b){
var h = b[e];
if(x.n() && e == "class"){
e = "className" }
g.setAttribute(e,h) } }
return g }
function j(a){
return document.createTextNode(a) }
var C = function(a){
if(!a) return "";
var b = /<[^>]*>/gi;
return a.replace(b,"") };
function D(a,b){
if(a.length <= b){ return a}
var c = a.split(/\s+/);
a = [];
for(var d = 0; d < c.length && a.join(" ").length <= b; d++){
a.push(c[d]) }
a = a.join(" ");
if(d != c.length){ a += "..."}
return a}
var m = {},
y = { blue: {f:"#fff",
e:"#bccceb",
k:"#090992",
j:"#bccceb",
i:"#1010c8",
d:"#7a7ee0",
h:"#e5ecf9",
b:"#898de9" },
green: {f:"#fff",
e:"#d8dbbc",
k:"#2d8509",
j:"#d8dbbc",
i:"#58bf2f",
d:"#97e07a",
h:"#f5fbeb",
b:"#adb094" },
slate: {f:"#123",
e:"#345",
k:"#5e805e",
j:"#5e6f80",
i:"#abc",
d:"#5e6f80",
h:"#152939",
b:"#abc" },
gray:{ f:"#fff",
e:"#ccc",
k:"#666",
j:"#ccc",
i:"#999",
d:"#ccc",
h:"#eee",
b:"#aaa" },
khaki:{f:"#f2e9ca",
e:"#8e7c6a",
k:"#d52",
j:"#cba",
i:"#543",
d:"#ba9",
h:"#eae0c6",
b:"#987" },
pink:{ f:"#fff",
e:"#aaa",
k:"#d69",
j:"#ddd",
i:"#e684ad",
d:"#ebc",
h:"#fcf0f7",
b:"#a88" },
black:{f:"#000",
e:"#aaa",
k:"#ccc",
j:"#d8dbbc",
i:"#d52",
d:"#7a2b0e",
h:"#111",
b:"#999" } },
u = {margin:0,
padding:0,
background:"transparent none",
border:"none",
textAlign:"left",
textIndent:"0",
textDecoration:"none",
fontWeight:"normal" };
function k(a,b){
//this.l = "readerpublishermodule" + this.p();
this.l = "id_div_googlereader" + this.p();
this.g = a;
this.u = m["c"];
this.v = m["t"];
this.K = m["s"] == "true";
if(b){
b.innerHTML = "";
b.id = this.l;
this.m(v(this.l)) }
else{
document.write('<div id="' + this.l + '" class="reader-publisher-module"></div>');
var c = this;
window.setTimeout( function(){ c.m(v(c.l)) }, 0) } }
k.prototype.p = function(){
if(!("GRC_c" in window)){ window["GRC_c"] = 0 }
return window["GRC_c"]++ };
function A(a){ m =a }
k.prototype.m = function(a){
function b(F){
return F }
var c = this.q();
this.a(c.J, a);
if(this.v){
var d = i("h3");
this.a(c.I, d);
d.appendChild(j(this.v));
a.appendChild(d) }
var g = i("ul");
this.a(c.H, g);
for( var e = 0, h; h = this.g.items[e]; e++){
if(!h.alternate){ continue }
var o = i("li");
this.a(c.G, o);
var t = i("a",{href:b(h.alternate.href),
title:h.title,
"class":"i" });
this.a(c.C, t);
var f = C(h.title);
if(!J(f)){ f = D(f,48) }
t.appendChild(j(f));
o.appendChild(t);
if(this.K && h.origin.title){
var q = h.origin,
l = i("div", {
"class":"s" });
this.a(c.F, l);
o.appendChild(l);
l.appendChild(j(" from "));
var f = q.title;
if(f.length > 48){
f = f.substring(0,48) }
if(q.htmlUrl){ var r = i("a", {
href:b(q.htmlUrl),
title:f });
this.a(c.D,r);
r.appendChild(j(f));
l.appendChild(r) }
else{ l.appendChild(j(f)) } }
g.appendChild(o) }
a.appendChild(g);
var s = i("div", {
"class":"f"});
this.a(c.w, s);
if(this.g.id){
var w = this.g.id.indexOf("feed/") == 0,
E = this.g.alternate && this.g.alternate.href;
if(!w || E){
var n = i("a");
this.a(c.b, n);
//n.href = w ? this.g.alternate.href:"http://www.google.com" + z + this.g.id;
n.href = w ? this.g.alternate.href:"http://my.opera.com/groumphy";
n.appendChild(j("Lire plus..."));
s.appendChild(n) } }
a.appendChild(s)};
k.prototype.q = function(){
if(this.u == "-"){
return{ } }
var a = y[this.u];
return{
J:{ fontFamily:"arial, sans-serif",
fontSize:"10pt",
MozBorderRadius:"8px",
background:a.f,
border:"solid 4px " +a.e,
margin:"0.5em" },
I:{ padding:"0.2em 0",
margin:"0 0.5em",
MozBorderRadius:"8px 8px 0 0",
borderBottom:"solid 1px " + a.j,
color:a.k },
H:{ padding:"0.2em",
margin:"0 0.5em",
overflow:"hidden" },
G:{ listStyleType:"none",
padding:"0.4em 0 0.4em 0" },
C:{ color:a.i,
borderBottom:"solid 1px " + a.d },
F:{ paddingLeft:"0.5em",
color:a.d },
D:{ color:a.d },
w:{textAlign:"right",
borderTop:"solid 1px " +a.e,
background:a.h,
MozBorderRadius:"0 0 4px 4px",
padding:"0.2em 8px",
fontSize:"small",
whiteSpace:"nowrap" },
b:{ color:a.b,
textDecoration:"underline" } } };
k.prototype.a = function(a,b){
if(!a) return;
B(b);
for(var c in a){
b.style[c] = a[c] } };
function B(a){
for(var b in u){
a.style[b] = u[b] } }
window["GRC_p"] = A;
window["GRC"] = k; })();
// ---------------------------------------------------------------
// Script de boite Twitter, pour le microblogging
// Auteur : Twitter (c) 2007
// Modification : Groumphy.net (c) 2007
// Information : 1.0.1modification par Groumphy 06.06.2007
//1.0 version originale
// ---------------------------------------------------------------
function relative_time(time_value) {
var values = time_value.split(" ");
time_value = values[1] + " " + values[2] + ", " + values[5] + " " + values[3];
var parsed_date = Date.parse(time_value);
var relative_to = (arguments.length > 1) ? arguments[1] : new Date();
var delta = parseInt((relative_to.getTime() - parsed_date) / 1000);
delta = delta + (relative_to.getTimezoneOffset() * 60);
if (delta < 60) { return '(moins d\'une minute)'; }
else if(delta < 120) { return '(il y \à une minute)'; }
else if(delta < (45*60)) { return '(Il y \à' + (parseInt(delta / 60)).toString() + ' minutes)'; }
else if(delta < (90*60)) { return '(Il y \à une heure)'; }
else if(delta < (24*60*60)) { return '(plus de ' + (parseInt(delta / 3600)).toString() + ' heures)'; }
else if(delta < (48*60*60)) { return '(Il y \à un jour)'; }
else { return '(Il y \à ' + (parseInt(delta / 86400)).toString() + ' jours'; } }
function twitterCallback(obj) {
var id = obj[0].user.id;
document.getElementById('texte_twitter').innerHTML = obj[0].text;
document.getElementById('temps_passe').innerHTML = relative_time(obj[0].created_at); }
Wednesday, 6. June 2007, 06:16:04
Sunday, 3. June 2007, 13:36:56
Sunday, 3. June 2007, 08:29:01
Saturday, 20. January 2007, 07:10:36
Thursday, 11. January 2007, 07:17:35
Saturday, 12. August 2006, 12:14:52
var skeletonConfig = {
feedURL : "http://www.lesoir.be/services/rss/le_fil_Info/index.xml",
feedTitle : "Journal Le Soir : le fil de l'info",
feedVersion : "generic",
maxItems : 10
};
<?xml version="1.0"?>
<widget>
<widgetname>Le Soir.be</widgetname>
<description>Le fil de l'information</description>
<id>
<host>localhost</host>
<name>Lecteur RSS</name>
<revised>2006-08-12</revised>
</id>
<width>400</width>
<height>250</height>
<author>
<name>Opera widgets</name>
<link>http://widgets.opera.com/</link>
<organization>Opera Software ASA</organization>
</author>
</widget>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--
/**
* Copyright (c) 2006, Opera Software ASA
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of Opera Software ASA nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY OPERA SOFTWARE ASA AND CONTRIBUTORS ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL OPERA SOFTWARE ASA AND CONTRIBUTORS BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-->
<!--
Auteur : Opera Software ASA - version d'origine
Groumphy (http://users.skynet.be/digital-nation/blog/) - modification
Licence : (c) Opera Software ASA 2006 All rights reserved
Changelog : francisation
personnalisation du widget
Version : 1.0.0- version d'origine
1.0.1- version modifiée par Groumphy
-->
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Lecteur RSS</title>
<link rel="stylesheet" type="text/css" href="skin/base.css">
<link rel="stylesheet" type="text/css" href="skin/skin-specific.css">
<script type="text/javascript" src="config.js"></script>
<script type="text/javascript" src="js/date.js"></script>
<script type="text/javascript" src="js/general.js"></script>
<script type="text/javascript" src="js/animation.js"></script>
<script type="text/javascript" src="js/Feed.js"></script>
<script type="text/javascript" src="js/Tooltip.js"></script>
<script type="text/javascript" src="js/parsers.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo"></div>
<h1 id="widgetTitle"> </h1>
<span id="unread" title="Unread items">0</span>
<button id="flip">Basculer</button>
<button id="close" onclick="window.close()">Fermer</button>
</div>
<div id="cbody">
<div id="content">
<ul id="itemList"></ul>
<div id="back">
<h2>Widgetize!</h2>
<p><a href="http://widgets.opera.com/widgetize/">Widgetize!</a> est un produit de Opera Software sur lequel vous
pouvez créer vos propres
widget. (version modifiée par <a href="http://users.skynet.be/digital-nation/blog/">Groumphy</a>)</p>
<p class="downcenter"><input type="checkbox" id="disanim">Désactiver animations</p>
</div>
</div>
</div>
<div id="footer">
<button id="reload">Recharger</button>
<span id="lastUpdate"> </span>
<button id="expandMinimize" class="minimize"></button>
</div>
</div>
</body>
</html>
var months = [
'Janvier',
'Fevrier',
'Mars',
'Avril',
'Mai',
'Juin',
'Juillet',
'Aout',
'Septembre',
'Octobre',
'Novembre',
'Decembre'
];
var tw = {
second : 'seconde',
seconds : 'secondes',
minute : 'minute',
minutes : 'minutes',
hour : 'heure',
hours : 'heures',
yesterday : 'Hier',
and : 'et',
ago : 'depuis',
today : 'Ce jour',
at : ', ',
future : 'dans le futur',
date : '%DATE% %MONTH%',
longdate : '%DATE% %MONTH%, %YEAR%'
}
Date.prototype.toAge = function() {
var now = new Date();
var yesterday = new Date( now.getFullYear(), now.getMonth(), now.getDate() );
var delta = yesterday.getTime() - this.getTime();
var ticks = now.getTime() - this.getTime();
if ( delta > 0 || ticks < 0 ) {
// Yesterday or before
if ( delta < 1000 * 60 * 60 * 24 && ticks > 0 ) {
// Yesterday
return tw.yesterday;
} else {
// Long ago
var d = (now.getFullYear() != this.getFullYear()) ? tw.longdate.replace( '%YEAR%', this.getFullYear() ) : tw.date;
d = d.replace( '%MONTH%', months[this.getMonth()] ).replace( '%DATE%', this.getDate() );
if (ticks < 0) d += ' (' + tw.future + ')';
return d;
}
} else {
// Today
if (ticks < 0) {
return tw.future;
}
// Seconds
ticks = Math.floor( ticks / 1000 );
if (ticks < 60) {
//return ticks + ' ' + (ticks == 1 ? tw.second : tw.seconds) + ' ' + tw.ago;
return tw.ago + ' ' + ticks + ' ' + (ticks == 1 ? tw.second : tw.seconds);
}
// Less than, or an hour ago
ticks = Math.floor( ticks / 60 );
if (ticks <= 60) {
if (ticks < 60) {
//return ticks % 60 + ' ' + (ticks == 1 ? tw.minute : tw.minutes) + ' ' + tw.ago;
return tw.ago + ' ' + ticks % 60 + ' ' + (ticks == 1 ? tw.minute : tw.minutes);
} else {
return tw.ago + ' ' + '1 ' + tw.hour;
}
}
// Less than, or two hours ago
if (ticks <= 120) {
if (ticks < 120) {
return tw.ago + ' ' + '1 ' + tw.hours + ' ' + tw.and + ' ' + ticks % 60 + ' ' +
(ticks == 1 ? tw.minute : tw.minutes);
} else {
return tw.ago + ' ' + '2 ' + tw.hours;
}
}
// Otherwise, write out the time
else {
return tw.today + tw.at + ' ' + padZero(this.getHours()) + ':' + padZero(this.getMinutes());
}
}
};
function onNewItemsHandler(noChange, err) {
/* Advanced - lastupdate */
updateStatus(err);
/* End advanced */
var container = document.getElementById('itemList');
var list = feed.getItemList();
/* Advanced - modified for lastupdate */
if (err) {
if (container.firstChild) {
return;
}
var li = document.createElement('li');
li.appendChild( document.createTextNode( '(Affichage RSS non possible)' ) );
container.insertBefore( li, container.firstChild );
li.id = 'noContent';
return;
}
/* End advanced */
if (list.length == 0) {
container.innerHTML = '';
var li = document.createElement('li');
li.appendChild( document.createTextNode( '(Pas de News)' ) );
container.appendChild(li);
li.id = 'noContent';
return;
}
// Unchanged feed, leave it alone
if (noChange) return;
// Display feed items
container.innerHTML = '';
var pointer = null, li = null, content = null;
for (var i = 0; pointer = list[i]; i++) {
li = document.createElement('li');
li.className = pointer.read ? 'read' : '';
li.guid = pointer.getGUID();
container.appendChild( li );
var tit = pointer.getTitle() || '(Pas de titre)';
if ( typeof tit == 'string' ) tit = document.createTextNode( tit );
var h2 = document.createElement('h2');
h2.className = 'postTitle';
h2.appendChild( tit );
li.appendChild( h2 );
var content = document.createElement('div');
var h3 = document.createElement('h3');
h3.className = 'dateTime';
/* Advanced - lastupdate */
var pub = pointer.getDate();
h3.appendChild( document.createTextNode( pub ? pub.toAge() : '(Pas de date)' ) );
h3.timestamp = pub ? pub.getTime() : 0;
/* End advanced */
content.appendChild( h3 );
li.appendChild( content );
li.expander = content;
var desc = pointer.getDesc() || document.createTextNode( '(No text)' );
if ( typeof desc == 'string' ) desc = document.createTextNode( desc );
content.appendChild( desc );
var link, href = pointer.getLink();
if ( href ) {
link = document.createElement('a');
link.href = href;
link.appendChild( document.createTextNode( ' Voir ' ) );
} else {
link = document.createTextNode( '(Pas de lien)' );
}
link.className = 'morelink';
content.appendChild(link);
}
updateUnread();
/* Advanced - fancy unread */
if (feed.getUnreadCount() > 0) {
document.getElementById('unread').style.visibility = 'visible';
var animation = document.getElementById('unread').createAnimation();
animation.style.opacity = 0;
animation.speed = 5;
animation.accelerationProfile = animation.constant;
animation.addAnimation('opacity', animation.style.opacity, '1').run();
}
/* End advanced */
}
Thursday, 20. July 2006, 17:35:34
Friday, 30. June 2006, 08:24:01
Thursday, 29. June 2006, 16:22:50
dans mon titre de blog. Alors j'adresse un petit mot à Franck, ne crois en rien que j'ai voulu te copier ou te faire de l'ombre. Si tu le désire, je puis encore changer le titre du blog. Ici c'était une erreur "d'inatention".Carnet
Thursday, 29. June 2006, 11:53:34
Thursday, 29. June 2006, 09:04:54
Salut, En fait il n'y a pas de difficulté ne réside pas dans ...
anonymous
arno writes: Salut, je ne sais pas si tu peux m'aider mais je ...
Windev n'est pas tellement le sujet du post, je l'ai cité en ex ...
anonymous
Certainement... Mais c'est en plus personnalisable avec Firefox ...
anonymous
Anonymous writes: Peut-être parce que c'est avec Internet Expl ...
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||
Groumphy: @Danysworld > +1 !! Je plussoie entièrement :)
Groumphy: regarde le fonctionnement d'un logiciel...
Groumphy: va aller rechercher son monstrosaure , à dans 2 jours :)
Groumphy: @eMich > +1 (et à mon avis je suis pas le dernier à faire un "plus") :(
Groumphy: @melissa_bxl > 'scuse mais je suis vraiment nul en géo / tradition etc. :) #madamejesaistout