Shaare your links...
3394 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 128 / 170
Newer►
  • vim - How do I indent multiple lines quickly in vi? - Stack Overflow
    918 down vote accepted


    Use the > command. To indent 5 lines, 5>>. To mark a block of lines and indent it, Vjj> to indent 3 lines (vim only). To indent a curly-braces block, put your cursor on one of the curly braces and use >%.

    If you’re copying blocks of text around and need to align the indent of a block in its new location, use ]p instead of just p. This aligns the pasted block with the surrounding text.

    Also, the shiftwidth setting allows you to control how many spaces to indent.
    permalink -
    - http://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi
    vim
  • PHP: Utilisation simple - Manual
    permalink -
    - http://www.php.net/manual/fr/imagick.examples-1.php
    imagick php
  • How to join filesystem path strings in PHP? - Stack Overflow
    function join_paths() {
       $paths = array();

       foreach (func_get_args() as $arg) {
           if ($arg !== '') { $paths[] = $arg; }
       }

       return preg_replace('#/+#','/',join('/', $paths));
    }
    permalink -
    - http://stackoverflow.com/questions/1091107/how-to-join-filesystem-path-strings-in-php
    php
  • PHP Tutorials Examples Imagick
    permalink -
    - http://www.phpro.org/tutorials/Imagick.html
    imagick php
  • Problem with Image Magick thumbnaill background colour
    <?php

    //Note that the function returns an Imagick object and does not modify the existing object. Below is my code for converting a PNG with transparency into a JPG with a background color. This code illustrates the difference.


    $im = new Imagick('image.png');
    $im->setImageBackgroundColor('white');

    $im->flattenImages(); // This does not do anything.
    $im = $im->flattenImages(); // Use this instead.

    $im->setImageFormat('jpg');
    $im->writeImage('image.jpg');

    ?>
    permalink -
    - http://www.sitepoint.com/forums/showthread.php?805131-Problem-with-Image-Magick-thumbnaill-background-colour
    imagick php
  • Raspberry Pi • View topic - Raspbian: omxplayer now has x11 dependency?
    permalink -
    - http://www.raspberrypi.org/phpBB3/viewtopic.php?f=29&t=46350
    raspberry
  • Arduino & Raspberry Pi Projects: Headless Raspbian installation
    permalink -
    - http://www.ardupi.com/2013/02/headless-raspbian-installation.html
    linux raspberry
  • SAUTE DE PORC AUX PRUNEAUX - Le Carnet de Recettes de Michèle
    permalink -
    - http://michele79.canalblog.com/archives/2012/02/16/23471297.html
    cuisine
  • VPN avec tunnel SSH - IT Wars
    permalink -
    - http://www.it-wars.com/article199/vpn-avec-tunnel-ssh
    ssh tunnel
  • En quel navigateur avez-vous le plus confiance ? Partagez votre expérience et désignez le navigateur le plus sûr selon vous
    Firefox +1 !
    permalink -
    - http://www.developpez.com/actu/61792/En-quel-navigateur-avez-vous-le-plus-confiance-Partagez-votre-experience-et-designez-le-navigateur-le-plus-sur-selon-vous/
    navigateur
  • Des fenêtres modales natives en HTML5, Chrome Canari supporte déjà le nouvel élément dialog
    permalink -
    - http://web.developpez.com/actu/61943/Des-fenetres-modales-natives-en-HTML5-Chrome-Canari-supporte-deja-le-nouvel-element-dialog/
    html
  • Les nanotubes de carbone remplaceront-ils le silicium dans les transistors ? Le premier ordinateur réalisé exclusivement avec du carbone sort
    permalink -
    - http://www.developpez.com/actu/61994/Les-nanotubes-de-carbone-remplaceront-ils-le-silicium-dans-les-transistors-Le-premier-ordinateur-realise-exclusivement-avec-du-carbone-sort/
  • Tavis Ormandy: Security Debianisms
    permalink -
    - http://blog.cmpxchg8b.com/2013/08/security-debianisms.html
    debian linux sécurité
  • On vous a bien entubé (conclusion + PDF) | Horyax
    disques durs
    permalink -
    - http://horyax.fr/on-vous-a-bien-entube-conclusion-pdf.html
  • php Imagemagick jpg black background - Stack Overflow
    permalink -
    - http://stackoverflow.com/questions/6099644/php-imagemagick-jpg-black-background
  • Tutorial TCPdump | Le blog de NicoLargo
    permalink -
    - http://blog.nicolargo.com/2007/02/tutorial-tcpdump.html
    linux réseau
  • Convert .doc to html in php - Stack Overflow
    permalink -
    - http://stackoverflow.com/questions/253834/convert-doc-to-html-in-php
    php
  • PHP: Imagick::resizeImage - Manual
    permalink -
    - http://php.net/manual/en/imagick.resizeimage.php
    imagick php
  • Faut-il ou non laisser son ordinateur portable branché en permanence sur le courant ? | Korben
    permalink -
    - http://korben.info/laisser-batterie-branchee.html
  • Graphist Gallery
    a tester ...
    permalink -
    - http://radek411.github.io/graphistgallery/
    gallerie
Links per page: 20 50 100
◄Older
page 128 / 170
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.