2194 links
356 private links
  • Best of the best links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 4 / 5
Newer►
97 results tagged prog x
  • thumbnail
    Making Wrong Code Look Wrong - Joel on Software

    Wow.
    Un long billet de Joel sur les conventions d'écriture de code.
    Ça déchire.
    Ça explique aussi comment le Hungarian System est né, par une mauvaise compréhension des symboles de Simonyi.
    Must read par n'importe quel développeur confirmé.

    February 20, 2013 at 3:42:11 PM GMT+1 - permalink -
    QRCode
    - http://www.joelonsoftware.com/articles/Wrong.html
    prog
  • thumbnail
    Hungarian notation - Wikipedia, the free encyclopedia

    Hungarian system : préfixer le nom d'une variable par son type comme o_toto serait un objet appelé toto.
    versus
    Apps hungarian qui préfixe par le sens de la variable, mais l'exemple avec strName est un peu douteux.

    February 20, 2013 at 3:23:03 PM GMT+1 - permalink -
    QRCode
    - http://en.wikipedia.org/wiki/Hungarian_notation#Systems_vs._Apps_Hungarian
    prog
  • thumbnail
    JavaScript document.referrer - Stack Overflow

    document.referrer est vide quand on appelle le fichier avec file://///.

    Pourquoi on me dit jamais rien ?

    February 20, 2013 at 2:50:16 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/4145534/javascript-document-referrer
    prog js web
  • thumbnail
    Software maintenance - Clarity in Code

    Ça a l'air très intéressant, un peu costaud pour que je lise tout ce midi though.

    February 14, 2013 at 1:19:31 PM GMT+1 - permalink -
    QRCode
    - http://clarityincode.com/software-maintenance/
    prog tips
  • thumbnail
    JavaScript query string - Stack Overflow

    C'est bon ça.
    Une fonction qui récupère la querystring en javascript :]

    January 30, 2013 at 5:30:36 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/647259/javascript-query-string
    prog js
  • thumbnail
    So, you think you know JavaScript? - Dmitry Baranovskiy’s Web Log

    J'suis un naab en js je crois

    January 29, 2013 at 5:25:33 PM GMT+1 - permalink -
    QRCode
    - http://dmitry.baranovskiy.com/post/91403200
    prog js
  • thumbnail
    PHP Pass by reference in foreach - Stack Overflow

    P'tite subtilité de l'enchaînement de foreach avec la même variable de parcours et les références.

    January 29, 2013 at 2:08:57 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/3307409/php-pass-by-reference-in-foreach
    php prog tips
  • thumbnail
    URL Decoder/Encoder

    Un outil online pour décoder des chaînes url encodées, avec par exemple des %20 à la place des espaces.

    January 24, 2013 at 9:22:32 AM GMT+1 - permalink -
    QRCode
    - http://meyerweb.com/eric/tools/dencoder/
    tool prog web
  • thumbnail
    dean.edwards.name/packer/ - A JavaScript compressor

    Un outil pour compresser du javascript.
    Avec les settings minimaux, ça enlève les commentaires les retours à la ligne et les tabs.
    Possible de Base62 encoder (ça rend le truc dégueulasse).
    Possible de minimiser le nom des variables.

    January 22, 2013 at 2:42:28 PM GMT+1 - permalink -
    QRCode
    - http://dean.edwards.name/packer/
    prog js tool
  • thumbnail
    CheckIO

    Ça a l'air fun ça.
    Un jeu où pour avancer, il faut programmer en python.

    December 8, 2012 at 2:14:46 PM GMT+1 - permalink -
    QRCode
    - http://www.checkio.org/
    game prog py
  • thumbnail
    Regex tester

    Un testeur d'expressions régulières, c'est nice.

    December 3, 2012 at 4:57:01 PM GMT+1 - permalink -
    QRCode
    - http://www.lumadis.be/regex/test_regex.php
    tools prog
  • thumbnail
    JS Style Guide — Webdev Bootcamp 0.2 documentation

    Encore des coding guide lines pour le JS, cette fois-ci de Mozilla.

    December 2, 2012 at 11:26:50 PM GMT+1 - permalink -
    QRCode
    - https://mozweb.readthedocs.org/en/latest/js-style.html
    prog js
  • thumbnail
    JavaScript Garden

    La référence js de ma boîte m'a linké cela en tant que "tuto js extrêmement complet".

    November 23, 2012 at 12:13:44 PM GMT+1 - permalink -
    QRCode
    - http://bonsaiden.github.com/JavaScript-Garden/
    js prog tuto
  • thumbnail
    5 More HTML5 APIs You Didn’t Know Existed

    Mmmmm.
    Le nombre de liens que je stocke pour la prog web, alors que je vais jamais les réutiliser.
    Rigolo.

    November 8, 2012 at 11:57:14 PM GMT+1 - permalink -
    QRCode
    - http://davidwalsh.name/more-html5-apis
    prog web tools
  • thumbnail
    Apprendre le Python en s’amusant | Korben

    Le Python ça a l'air d'être un langage qui roxx.
    Les blocs d'instructions sont définis grâce à l'identation !

    J'avais commencé à l'apprendre vite fait, ce site pourrait me servir quand j'aurai décidé de continuer.

    November 8, 2012 at 1:42:44 PM GMT+1 - permalink -
    QRCode
    - http://korben.info/checkio.html
    prog tuto
  • thumbnail
    Paris Web – On a monté une équipe de zéro

    La vidéo de la près' de Julien Fusco, ancien collègue.
    Faudra que je mate ça, c'est sûrement plein de bons trucs.
    Leur job est de monter un plateforme de diffusion du livre numérique.

    November 8, 2012 at 10:04:18 AM GMT+1 - permalink -
    QRCode
    - http://www.paris-web.fr/2012/conferences/on-a-monte-une-equipe-de-zero.php
    business dev prog
  • thumbnail
    http - The definitive guide to forms based website authentication - Stack Overflow

    Merci seby.
    TL;DRY
    (ahah)

    November 8, 2012 at 9:49:07 AM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/549/the-definitive-guide-to-forms-based-website-authentication
    tr prog
  • thumbnail
    vim - How do I indent multiple lines quickly in vi? - Stack Overflow

    Un bon post qui explique comment indenter des blocs sous vi et vim.

    November 6, 2012 at 11:11:33 AM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi
    tips prog vim
  • thumbnail
    Properly calculating time differences in JavaScript | synyx - Blog

    Un truc un peu sioux à propos des dates en javascript et du changement d'heures.

    Tellement relou les dates...

    November 6, 2012 at 11:00:08 AM GMT+1 - permalink -
    QRCode
    - http://blog.synyx.de/2012/11/properly-calculating-time-differences-in-javascript/
    prog tips js
  • thumbnail
    PHP: The Right Way

    Un site qui recense les bonnes pratiques php ?
    Nice !

    November 5, 2012 at 10:31:47 AM GMT+1 - permalink -
    QRCode
    - http://www.phptherightway.com/#site-header
    prog tips php
Links per page: 20 50 100
◄Older
page 4 / 5
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation