Votre Forum de ISITCOM
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Derniers sujets
» Splinky Binggggggggggggggg Haw jekom ^^7ottou ceinture^^
World Of Ubuntu (linux for human beings) EmptyDim 15 Aoû - 4:32 par splinky

» Les Profs!!!!!!!!!!
World Of Ubuntu (linux for human beings) EmptySam 27 Juin - 2:40 par winx55

» Des informations
World Of Ubuntu (linux for human beings) EmptyJeu 30 Avr - 21:03 par aminefly128

» Megaupload Forever
World Of Ubuntu (linux for human beings) EmptyJeu 30 Avr - 20:57 par aminefly128

» Astuce ne sert a rien, mai ..
World Of Ubuntu (linux for human beings) EmptyJeu 30 Avr - 20:40 par aminefly128

» mettez des astuces ici, tous ensembles
World Of Ubuntu (linux for human beings) EmptyJeu 30 Avr - 20:25 par aminefly128

» Amitié Homme-Femme
World Of Ubuntu (linux for human beings) EmptyMar 20 Jan - 20:00 par anti_it

» Proposition d'une rubrique pour le cycle d'ingénieur
World Of Ubuntu (linux for human beings) EmptySam 29 Nov - 19:08 par wala

» Forca pour les etudiants de isitcom !!!
World Of Ubuntu (linux for human beings) EmptyMer 19 Nov - 1:16 par MESTIRI

Rechercher
 
 

Résultats par :
 


Rechercher Recherche avancée

Meilleurs posteurs
Dousdou (81)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
AS31 (26)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
Safsoufa (14)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
Zarbot (7)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
madmed (6)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
aminefly128 (4)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
anti_it (3)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
firestorm (3)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
MESTIRI (3)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 
skible (2)
World Of Ubuntu (linux for human beings) Vote_lcapWorld Of Ubuntu (linux for human beings) Voting_barWorld Of Ubuntu (linux for human beings) Vote_rcap 

Qui est en ligne ?
Il y a en tout 2 utilisateurs en ligne :: 0 Enregistré, 0 Invisible et 2 Invités

Aucun

[ Voir toute la liste ]


Le record du nombre d'utilisateurs en ligne est de 101 le Mar 16 Mar - 9:25
Le deal à ne pas rater :
Display Star Wars Unlimited Ombres de la Galaxie : où l’acheter ?
Voir le deal

World Of Ubuntu (linux for human beings)

Aller en bas

World Of Ubuntu (linux for human beings) Empty World Of Ubuntu (linux for human beings)

Message  Dousdou Lun 1 Sep - 12:17

Bonjour a tous voici mes premieres lignes de code pour ubuntu ..

J'ai decouvert un truc genial sur ubuntu pour ameliorer les fonds d'ecran et je voudrais ameliorer le mien

La possibilite de creer un slideshow via un fichier xml.

Je voudrais savoir si il est possible de mettre des conditions. C'est a dire pour l'instant je change de fond d'ecran qu'en fonction de l heure ( toutes les deux heures), et je voudrais que mon slideshow soit un peu plus performant et m indique a la maniere de weather applet la meteo qu il fait via une selection de fond d'ecran selectionne sur flickr...

je vous passe ma premiere ligne de code.
Attention le choix des papiers peints est nul!!!
Ce sont juste des test pour savoir si il est possible d ameliorer.
Pour le voir en action Menu>systeme>preferences>apparence
Arriere plan est ajouter un fichier
Code:
<background>

  <starttime>

    <year>2008</year>

    <month>06</month>

    <day>16</day>

    <hour>0</hour>

    <minute>00</minute>

    <second>01</second>

  </starttime>



<static>

<duration>18000.0</duration>

<file>http://farm4.static.flickr.com/3130/2646981814_41489dacf2.jpg</file>

</static>

<!-- il est 5h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm4.static.flickr.com/3130/2646981814_41489dacf2.jpg</from>

    <to>http://farm4.static.flickr.com/3081/2646967908_d4d10fdc9d.jpg</to>

</transition>

<!-- il est 7h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm4.static.flickr.com/3081/2646967908_d4d10fdc9d.jpg</from>

    <to>http://farm4.static.flickr.com/3086/2786895727_193cbbc9b2.jpg</to>

</transition>

<!-- il est 9h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm4.static.flickr.com/3086/2786895727_193cbbc9b2.jpg</from>

    <to>http://farm1.static.flickr.com/135/329695409_b5ae29b871.jpg</to>

</transition>

<!-- il est 11h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm1.static.flickr.com/135/329695409_b5ae29b871.jpg</from>

    <to>http://farm1.static.flickr.com/143/329668215_6a2336ef79_b.jpg</to>

</transition>

<!-- il est 13h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm1.static.flickr.com/143/329668215_6a2336ef79_b.jpg</from>

    <to>http://farm4.static.flickr.com/3167/2809583145_b141603f2c.jpg</to>

</transition>

<!-- il est 15h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm4.static.flickr.com/3167/2809583145_b141603f2c.jpg</from>

    <to>http://farm4.static.flickr.com/3248/2809179593_e0ebff9887_b.jpg</to>

</transition>

<!-- il est 17h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm4.static.flickr.com/3248/2809179593_e0ebff9887_b.jpg</from>

    <to>http://farm3.static.flickr.com/2004/2759046367_af6d3bf4c9_o.jpg</to>

</transition>

<!-- il est 19h -->

<transition type="overlay">

    <duration>7200.0</duration>

    <from>http://farm3.static.flickr.com/2004/2759046367_af6d3bf4c9_o.jpg</from>

    <to>http://farm4.static.flickr.com/3202/2806181019_81f2c5d746_o.jpg</to>

</transition>

<!-- il est 21h -->

<static>

<duration>10800.0</duration>

<file>http://farm4.static.flickr.com/3130/2646981814_41489dacf2.jpg</file>

</static>

<!-- il est 0h -->

</background>
Copier/coller ce code dans editeur de texte et sauver sous nom.xml
Dousdou
Dousdou
Admin

Messages : 81
Date d'inscription : 13/08/2008
Age : 36
Localisation : Mahdia

http://isitcom.jeunforum.com

Revenir en haut Aller en bas

World Of Ubuntu (linux for human beings) Empty Re: World Of Ubuntu (linux for human beings)

Message  Dousdou Lun 1 Sep - 12:38

Romdan sur Net

Code:
while (Romdan)
{
  FixMind();
  int n=count (Kaftejiste_Member);
  for (int i=0;i<n;i++)
  {
        cout >> "Romdan Moubarek" >> endl;
  }
}

Do
{
    Siam=True;
} while (Romdan);

if (Romdan==false)
{
    float stomach=NULL;
  for (int i=0;i<n;i++)
  {
        cout >> "3id Moubarek" >> endl;
  }
  Do
  {
      Eat (charmoula, 7out, 7low);
  }while (stomach==NULL);
 
  while (1) { dodo(); } // ^_^
}
Dousdou
Dousdou
Admin

Messages : 81
Date d'inscription : 13/08/2008
Age : 36
Localisation : Mahdia

http://isitcom.jeunforum.com

Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser