Shaare your links...
3342 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 125 / 168
Newer►
  • Le W3C entérine les DRM - sebsauvage.net - Les trucs qui m'énervent -
    permalink -
    - http://sebsauvage.net/rhaa/index.php?2013/10/03/10/09/24-le-w3c-enterine-les-drm
  • La NSA admet avoir exagéré la menace terroriste pour justifier la surveillance
    permalink -
    - http://www.numerama.com/magazine/27146-la-nsa-admet-avoir-exagere-la-menace-terroriste-pour-justifier-la-surveillance.html
    PRISM viePrivée
  • PRISM : la transparence souhaitée par les géants du net rejetée par Washington
    via http://sebsauvage.net/links/?izhvYQ
    permalink -
    - http://www.numerama.com/magazine/27154-prism-la-transparence-souhaitee-par-les-geants-du-net-rejetee-par-washington.html
    PRISM viePrivée
  • Cours de PHP - La librairie GD - Le PHP Facile
    permalink -
    - http://www.lephpfacile.com/cours/22-la-librairie-gd
    gd php
  • Creating a PDF preview « Mikko’s blog
    permalink -
    - http://valokuva.org/?p=7
    imagick pdf php
  • PHP: Imagick::getImageBlob - Manual
    permalink -
    - http://php.net/manual/en/imagick.getimageblob.php
    imagick php
  • Manuel PHP - imagecreatefrompng - La référence en Cours et Manuels PHP / MYSQL / HTML en francais
    permalink -
    - http://www.manuelphp.com/php/function.imagecreatefrompng.php
    gd php
  • PHP: Opérateur de contrôle d'erreur - @ Manual
    permalink -
    - http://php.net/manual/fr/language.operators.errorcontrol.php
    php
  • 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/
Links per page: 20 50 100
◄Older
page 125 / 168
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.