Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2526 connectés 

 


 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  154  155  156  ..  189  190  191  192  193  194
Auteur Sujet :

[Topic Outil] sauvegardez le contenu de votre presse papier

n°1976154
Lone Morge​n
Posté le 23-03-2010 à 00:27:49  profilanswer
 

Reprise du message précédent :
quand est ce que t'arrête de viser la tête

mood
Publicité
Posté le 23-03-2010 à 00:27:49  profilanswer
 

n°1977051
mareek
Et de 3 \o/
Posté le 24-03-2010 à 23:26:09  profilanswer
 

Mouais, en même temps, Firefox sur smartphone, c'est limite aussi comique que Duke Nukem Forever hein...


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1977075
souk
Tourist
Posté le 25-03-2010 à 01:31:42  profilanswer
 

On mac, to maximize the Chrome window to its full size, hold Shift while clicking the green maximize button

n°1977272
the real m​oins moins
Posté le 25-03-2010 à 14:17:37  profilanswer
 

han les bâtards :O ça pourrait être un truc du systeme ça serait pas mal :O


---------------
Hey toi, tu veux acheter des minifigurines Lego, non ?
n°1977591
Lone Morge​n
Posté le 25-03-2010 à 23:49:22  profilanswer
 
n°1978970
stiffler
Lâche mon profil putain ! :o
Posté le 30-03-2010 à 15:27:21  profilanswer
 

Ceux qui nous ont enlever Arthur, voudront aussi nous enlever Harko, car nous en avons fait l'outil idéal de l'humour et de la désinfection de pouce


---------------
I'm failing as fast as I can !! -- Vision-360, vos photos en grand format -- !! -- Les nouilles c'est bon
n°1979227
mareek
Et de 3 \o/
Posté le 30-03-2010 à 23:12:51  profilanswer
 

Similarly, the Russian Soyuz capsule’s computer ran on only 6 kilobytes of RAM


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1979235
Lone Morge​n
Posté le 30-03-2010 à 23:22:41  profilanswer
 

HMP

n°1979277
Lone Morge​n
Posté le 31-03-2010 à 00:58:16  profilanswer
 

if exist c:\scripts\mark\%computername% goto fin
 
rem maqueur d execution
echo %computername% >> c:\scripts\mark\%computername%
 
rem info > log
echo %date% >> c:\scripts\startup-date-time-ipcfg.log
echo %time% >> c:\scripts\startup-date-time-ipcfg.log
ipconfig /all >> c:\scripts\startup-date-time-ipcfg.log
 
:fin

n°1979278
Lone Morge​n
Posté le 31-03-2010 à 00:59:35  profilanswer
 

15692

mood
Publicité
Posté le 31-03-2010 à 00:59:35  profilanswer
 

n°1979690
mareek
Et de 3 \o/
Posté le 31-03-2010 à 22:43:21  profilanswer
 

Tir d'arme à feu dans un lycée de Strasbourg


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1979701
masklinn
í dag viðrar vel til loftárása
Posté le 31-03-2010 à 23:30:46  profilanswer
 

           | sed "s@commit refs/heads@commit refs/remotes@g" \


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1979881
stiffler
Lâche mon profil putain ! :o
Posté le 01-04-2010 à 11:25:17  profilanswer
 

He spent fifteen years getting loaded
Fifteen years 'till his liver exploded
Now what's Bob gonna do now that he can't drink?
The doctor said, "What you been thinkin' 'bout?"
Bob said, "That's the point,
I won't think about nothing
Now I gotta do something else,"


---------------
I'm failing as fast as I can !! -- Vision-360, vos photos en grand format -- !! -- Les nouilles c'est bon
n°1980897
Raistlin M​ajere
i bouh at you !
Posté le 05-04-2010 à 03:30:04  profilanswer
 
n°1980898
the real m​oins moins
Posté le 05-04-2010 à 03:35:03  profilanswer
 
n°1981328
Lone Morge​n
Posté le 06-04-2010 à 18:15:54  profilanswer
 
n°1981431
mareek
Et de 3 \o/
Posté le 06-04-2010 à 23:06:04  profilanswer
 

Code :
  1. private static Collection<ResourceDictionary> CreatePalette()
  2.        {
  3.            var palette = new Collection<ResourceDictionary>();
  4.  
  5.            // Blue
  6.            palette.Add(CreatePaletteItem(
  7.                            (Color)ColorConverter.ConvertFromString("#FFB9D6F7" ),
  8.                            (Color)ColorConverter.ConvertFromString("#FF284B70" )));
  9.            // Red
  10.            palette.Add(CreatePaletteItem(
  11.                            (Color)ColorConverter.ConvertFromString("#FFFBB7B5" ),
  12.                            (Color)ColorConverter.ConvertFromString("#FF702828" )));
  13.            // Light Green
  14.            palette.Add(CreatePaletteItem(
  15.                            (Color)ColorConverter.ConvertFromString("#FFB8C0AC" ),
  16.                            (Color)ColorConverter.ConvertFromString("#FF5F7143" )));
  17.            // Yellow
  18.            palette.Add(CreatePaletteItem(
  19.                            (Color)ColorConverter.ConvertFromString("#FFFDE79C" ),
  20.                            (Color)ColorConverter.ConvertFromString("#FFF6BC0C" )));
  21.            // Indigo
  22.            palette.Add(CreatePaletteItem(
  23.                            (Color)ColorConverter.ConvertFromString("#FFA9A3BD" ),
  24.                            (Color)ColorConverter.ConvertFromString("#FF382C6C" )));
  25.            // Magenta
  26.            palette.Add(CreatePaletteItem(
  27.                            (Color)ColorConverter.ConvertFromString("#FFB1A1B1" ),
  28.                            (Color)ColorConverter.ConvertFromString("#FF50224F" )));
  29.            // Dark Green
  30.            palette.Add(CreatePaletteItem(
  31.                            (Color)ColorConverter.ConvertFromString("#FF9DC2B3" ),
  32.                            (Color)ColorConverter.ConvertFromString("#FF1D7554" )));
  33.            // Gray Shade
  34.            palette.Add(CreatePaletteItem(
  35.                            (Color)ColorConverter.ConvertFromString("#FFB5B5B5" ),
  36.                            (Color)ColorConverter.ConvertFromString("#FF4C4C4C" )));
  37.            // Blue
  38.            palette.Add(CreatePaletteItem(
  39.                            (Color)ColorConverter.ConvertFromString("#FF98C1DC" ),
  40.                            (Color)ColorConverter.ConvertFromString("#FF0271AE" )));
  41.            // Brown
  42.            palette.Add(CreatePaletteItem(
  43.                            (Color)ColorConverter.ConvertFromString("#FFC1C0AE" ),
  44.                            (Color)ColorConverter.ConvertFromString("#FF706E41" )));
  45.            // Cyan
  46.            palette.Add(CreatePaletteItem(
  47.                            (Color)ColorConverter.ConvertFromString("#FFADBDC0" ),
  48.                            (Color)ColorConverter.ConvertFromString("#FF446A73" )));
  49.            // Special Blue
  50.            palette.Add(CreatePaletteItem(
  51.                            (Color)ColorConverter.ConvertFromString("#FF2F8CE2" ),
  52.                            (Color)ColorConverter.ConvertFromString("#FF0C3E69" )));
  53.            // Gray Shade 2
  54.            palette.Add(CreatePaletteItem(
  55.                            (Color)ColorConverter.ConvertFromString("#FFDCDCDC" ),
  56.                            (Color)ColorConverter.ConvertFromString("#FF757575" )));
  57.            // Gray Shade 3
  58.            palette.Add(CreatePaletteItem(
  59.                            (Color)ColorConverter.ConvertFromString("#FFF4F4F4" ),
  60.                            (Color)ColorConverter.ConvertFromString("#FFB7B7B7" )));
  61.            // Gray Shade 4
  62.            palette.Add(CreatePaletteItem(
  63.                            (Color)ColorConverter.ConvertFromString("#FFF4F4F4" ),
  64.                            (Color)ColorConverter.ConvertFromString("#FFA3A3A3" )));
  65.            
  66.            return palette;
  67.        }
  68.  
  69.        private static ResourceDictionary CreatePaletteItem(Color startColor, Color endColor)
  70.        {
  71.            var paletteItem = new ResourceDictionary();
  72.            
  73.            var gradBrush = new RadialGradientBrush();
  74.            gradBrush.GradientOrigin = new Point(-0.1, -0.1);
  75.            gradBrush.Center = new Point(0.075, 0.015);
  76.            gradBrush.RadiusX = 1.05;
  77.            gradBrush.RadiusY = 0.9;
  78.            gradBrush.GradientStops = new GradientStopCollection()
  79.                                        {
  80.                                            new GradientStop(startColor, 0) ,
  81.                                            new GradientStop(endColor, 1)
  82.                                        };
  83.            paletteItem.Add("Background", gradBrush);
  84.  
  85.            var pointStyle = new Style(typeof(Control));
  86.            pointStyle.Setters.Add(new Setter(Control.BackgroundProperty, gradBrush));
  87.            paletteItem.Add("DataPointStyle", pointStyle);
  88.  
  89.            return paletteItem;
  90.        }


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1981458
masklinn
í dag viðrar vel til loftárása
Posté le 07-04-2010 à 08:10:20  profilanswer
 

http://www.ochsdesign.com/pages/po [...] rg_06.html


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1983043
mareek
Et de 3 \o/
Posté le 11-04-2010 à 23:20:03  profilanswer
 

Citation :

That way, if the developer does not conform to the coding purity required by Apple, they could be identified and sent to a camp to help them concentrate on being better programmers.


http://gamehaxe.com/2010/04/10/bravo-apple/


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1983048
KangOl
Profil : pointeur
Posté le 11-04-2010 à 23:48:30  profilanswer
 

#! 10 Updates/Upgrades


---------------
Nos estans firs di nosse pitite patreye...
n°1983188
Lone Morge​n
Posté le 12-04-2010 à 11:40:27  profilanswer
 

12/04/2010

n°1983193
masklinn
í dag viðrar vel til loftárása
Posté le 12-04-2010 à 11:48:02  profilanswer
 

and you need fuel for an island too.


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1983775
mareek
Et de 3 \o/
Posté le 13-04-2010 à 23:30:29  profilanswer
 

rg.objectweb.asm.Opcodes


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1983780
Lone Morge​n
Posté le 14-04-2010 à 00:20:21  profilanswer
 

Kingston HyperX 4 Go

n°1983810
Dion
Acceuil
Posté le 14-04-2010 à 10:08:27  profilanswer
 

Mb pro 3749€


---------------
It is not called show art
n°1983824
masklinn
í dag viðrar vel til loftárása
Posté le 14-04-2010 à 10:45:48  profilanswer
 

As if we don't still have enough stockpiled nukes to wipe out nearly every bit of known life in the universe.


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1983903
Lone Morge​n
Posté le 14-04-2010 à 13:50:16  profilanswer
 
n°1984265
Raistlin M​ajere
i bouh at you !
Posté le 15-04-2010 à 11:53:43  profilanswer
 
n°1985146
mareek
Et de 3 \o/
Posté le 17-04-2010 à 20:13:12  profilanswer
 

http://www.youtube.com/watch?v=cCJBOZC7XdQ


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1985462
Profil sup​primé
Posté le 19-04-2010 à 14:06:36  answer
 

if((!empty($_POST['files']) || !empty($_POST['directories'])) && (DELETE_NEED_CONFIRM == 0 || (!empty($_POST['submit']) && $_POST['submit'] == DELETE)))  {
 $confirm = true;
 
 if(!empty($_POST['directories'])) {
  if($user->rights['delete_dir'] == 1) {
   foreach($_POST['directories'] as $directory)
   {
    $dir = new Dir($directory);
    if($dir->exists() && $dir->is_dir()) {
     if(is_child($directory, ROOT)) {
      $delete = $dir->delete();
      if($delete) {
       $deleted_files[] = $directory;
      } else {
       $errors_files[$directory] = sprintf(DELETE_FAIL, 'directory', $filename);
      }
     } else {
      $errors_files[$directory] = $errors[] = sprintf(ACCESS_DENIED, $directory);
     }
    } else {
     $errors_files[$directory] = sprintf(NOT_FOUND, 'directory', $directory);
    }
   }
  } else {
   foreach($directories as $directory)
   {
    $errors_files[$directory] = sprintf(ACTION_DENIED, 'delete', $directory);
   }
  }
 }
 
 if(!empty($_POST['files'])) {
  if($user->rights['delete_dir'] == 1) {
   foreach($_POST['files'] as $filename)
   {
    $file = new File($filename);
    if($file->exists() && !$file->is_dir()) {
     if(is_child($filename, ROOT)) {
      $delete = $file->delete();
      if($delete) {
       $deleted_files[] = $filename;
      } else {
       $errors_files[$filename] = sprintf(DELETE_FAIL, 'file', $filename);
      }
     } else {
      $errors_files[$filename] = $errors[] = sprintf(ACCESS_DENIED, $filename);
     }
    } else {
     $errors_files[$filename] = sprintf(NOT_FOUND, 'file', $filename);
    }
   }
  } else {
   foreach($_POST['files'] as $filename)
   {
    $errors_files[$filename] = sprintf(ACTION_DENIED, 'delete', $filename);
   }
  }
 }

n°1985466
masklinn
í dag viðrar vel til loftárása
Posté le 19-04-2010 à 14:16:42  profilanswer
 

 <xi:include href="index.xml"/>


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1985536
the real m​oins moins
Posté le 19-04-2010 à 18:14:50  profilanswer
 

select * from nt:base where controlType like 'data%'


---------------
Hey toi, tu veux acheter des minifigurines Lego, non ?
n°1985571
mareek
Et de 3 \o/
Posté le 19-04-2010 à 20:28:35  profilanswer
 

Code :
  1. public static readonly DependencyProperty ValueProperty = DependencyProperty.Register("Value",
  2.                typeof(int), typeof(Digit),
  3.                new FrameworkPropertyMetadata(0, new PropertyChangedCallback(OnValueChanged)));
  4.        
  5.        public int Value
  6.        {
  7.            get { return (int)GetValue(Digit.ValueProperty); }
  8.            set { SetValue(Digit.ValueProperty, value); }
  9.        }


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1985577
flo850
moi je
Posté le 19-04-2010 à 20:42:54  profilanswer
 
n°1986658
jdbh
multi
Posté le 22-04-2010 à 14:31:01  profilanswer
 

Offline NT Password


---------------
[quote]Pour tous vos problèmes de sql, envoyez un MP a Harkonnen ! [/quote]
n°1987200
Raistlin M​ajere
i bouh at you !
Posté le 23-04-2010 à 22:51:24  profilanswer
 

We the people, in order to form a more perfect union, establish justice and ensure domestic tranquility, provide for the common defense, PROMOTE THE GENERAL WELFARE and secure the blessings of liberty to ourselves and our posterity, do ordain and establish this Constitution, for the United States of America.


---------------
Слава Україні  Feedback
n°1987399
masklinn
í dag viðrar vel til loftárása
Posté le 25-04-2010 à 16:14:55  profilanswer
 

Extends.for_class = lambda cls: tuple(bases[cls].__subclasses__())


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1990485
vapeur_coc​honne
Stig de Loisir
Posté le 05-05-2010 à 15:18:25  profilanswer
 

http://hfr-rehost.net/worldofwonder.net/ti/2009/03/05/a6328f6f.jpg


Message édité par vapeur_cochonne le 05-05-2010 à 16:00:07

---------------
marilou repose sous la neige
n°1990493
mareek
Et de 3 \o/
Posté le 05-05-2010 à 15:32:02  profilanswer
 

webmail.MaBoite.com/owa/


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1990573
Raistlin M​ajere
i bouh at you !
Posté le 05-05-2010 à 18:39:38  profilanswer
 
n°1992011
souk
Tourist
Posté le 11-05-2010 à 01:49:12  profilanswer
 
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  154  155  156  ..  189  190  191  192  193  194

Aller à :
Ajouter une réponse
 

Sujets relatifs
Récupérer le contenu d'une frame[ASP] Récupérer le contenu du buffer
afficher le contenu d'un requette SQL dans 1 DataGrid ou autre ?Recherche un outil de help-desk
effacer le contenu d'une text areaRécupérer le contenu d'un fichier distant. readfile(), include().
Lire une page web (php) à partir de vb pour afficher le contenuoutil de test de charge
(HTML/JS aussi)Recuperation de valeur contenu entre les TAGtype contenu ds un vector
Plus de sujets relatifs à : [Topic Outil] sauvegardez le contenu de votre presse papier


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)