4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 139 / 217
Newer►
  • Bash String Manipulation Examples – Length, Substring, Find and Replace

    Manipulation de string en bash

    September 9, 2013 at 4:58:40 PM GMT+2 - permalink - archive.org - http://www.thegeekstuff.com/2010/07/bash-string-manipulation/
    bash concat string
  • PythonVsPhp - Python Wiki

    Différence entre python et php
    Et un site pour débuter en python lorsqu'on vient de php :
    http://www.inspyration.org/tutoriels/debuter-python-lorsque-lon-vient-de-php

    September 9, 2013 at 8:26:17 AM GMT+2 - permalink - archive.org - https://wiki.python.org/moin/PythonVsPhp
    php python
  • Unicode HOWTO — Python v3.3.2 documentation

    Qu'est ce que l'unicode ? qu'est-ce qu'un encodage ? Comment python gère ça
    Autres liens dans l'article à lire :
    http://www.cs.tut.fi/~jkorpela/unicode/guide.html
    http://www.joelonsoftware.com/articles/Unicode.html
    http://en.wikipedia.org/wiki/Character_encoding
    http://en.wikipedia.org/wiki/UTF-8

    September 9, 2013 at 8:17:25 AM GMT+2 - permalink - archive.org - http://docs.python.org/3/howto/unicode.html
    encodage python unicode utf8
  • When sysadmins ruled the earth - Blog - Quentin Fonteneau
    September 8, 2013 at 9:51:52 PM GMT+2 - permalink - archive.org - http://blog.quentinfonteneau.com/blog/2013/09/07/when-sysadmins-ruled-the-earth/
    fiction histoire sys sysadmin virus
  • thumbnail
    GitHub · Build software better, together.

    wget -O /usr/bin/bd https://raw.github.com/vigneshwaranr/bd/master/bd
    chmod +rx /usr/bin/bd
    echo 'alias bd=". bd -s"' >> ~/.bashrc
    source ~/.bashrc

    September 8, 2013 at 9:27:27 PM GMT+2 - permalink - archive.org - https://github.com/vigneshwaranr/bd/blob/master/README.md
    bd cd shell
  • Ungit, enfin un client git joli et multiplateforme - git-ressources
    September 8, 2013 at 9:24:49 PM GMT+2 - permalink - archive.org - http://www.blogduwebdesign.com/git-ressources/ungit-client-git-joli-multiplateforme/1032
    git ui
  • thumbnail
    Vim: What is the difference between the remap, noremap, nnoremap and vnoremap mapping commands? - Stack Overflow

    Explication des commandes de map de vim (pour compléter son .vimrc)

    September 8, 2013 at 4:01:46 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/3776117/vim-what-is-the-difference-between-the-remap-noremap-nnoremap-and-vnoremap-ma
    map vim
  • thumbnail
    A Tcpdump Tutorial and Primer | Daniel Miessler

    Super tuto qui me servira de mémo pour tcpdump

    September 7, 2013 at 2:27:29 PM GMT+2 - permalink - archive.org - http://danielmiessler.com/study/tcpdump/
    tcpdump
  • SSL/TLS & Perfect Forward Secrecy | Vincent Bernat
    September 6, 2013 at 5:39:41 PM GMT+2 - permalink - archive.org - http://vincent.bernat.im/fr/blog/2011-ssl-perfect-forward-secrecy.html
    dh PFS TLS
  • Understanding Python's "with" statement

    with statement

    September 6, 2013 at 10:25:43 AM GMT+2 - permalink - archive.org - http://effbot.org/zone/python-with-statement.htm
    python with
  • Calculating Color Contrast with PHP [splitbrain.org]

    Comment déterminer mathématiquement le contraste entre deux couleurs

    September 4, 2013 at 4:33:52 PM GMT+2 - permalink - archive.org - http://www.splitbrain.org/blog/2008-09/18-calculating_color_contrast_with_php
    couleur css
  • Utiliser un clavier PC AZERTY sous Mac OS X | Lousodrome
    September 3, 2013 at 5:18:46 PM GMT+2 - permalink - archive.org - http://lousodrome.net/blog/blog/2009/10/29/utiliser-un-clavier-pc-azerty-sous-mac-os-x/
    mac
  • Programmation Bash/Flux et redirections - Wikilivres

    com > fic redirige la sortie standard de com dans le fichier fic,
    com 2> fic redirige la sortie des erreurs de com dans le fichier fic,
    com 2>&1 redirige la sortie des erreurs de com vers la sortie standard de com,
    com < fic redirige l'entrée standard de com dans le fichier fic,
    com1 | com2 redirige la sortie standard de la commande com1 vers l'entrée standard de com2.

    September 3, 2013 at 2:33:05 PM GMT+2 - permalink - archive.org - http://fr.wikibooks.org/wiki/Programmation_Bash/Flux_et_redirections
    bash in out std
  • explainshell.com - match command-line arguments to their help text

    Petit outil sympa qui donne l'explication de n'importe quelle commande shell (on peut c/c ce qu'on veut)l

    August 30, 2013 at 2:24:02 PM GMT+2 - permalink - archive.org - http://www.explainshell.com/
    bash help linux man shell
  • L'ergonomie assis au bureau

    PDF posistion de travail

    August 29, 2013 at 2:07:25 PM GMT+2 - permalink - archive.org - http://www.travailsecuritairenb.ca/docs/OFFICEFRdist.pdf
    bureau ergonomie
  • Java ArrayList to Array

    ArrayList<DeviceId> reslist = new ArrayList<DeviceId>();
    reslist.add....

    return reslist.toArray(new DeviceId[reslist.size()]);

    August 29, 2013 at 11:07:57 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?b7gz8g
    array arraylist java
  • Annuler un commit sur svn

    Comment annuler un commit sur svn...
    Git est vraiment mieux foutu..

    August 28, 2013 at 3:36:18 PM GMT+2 - permalink - archive.org - https://wiki.bordeaux.inria.fr/runtime/doku.php?id=svn
    svn
  • Forums Python — AFPY

    Forum pour demander de l'aide/chercher des réponses sur Python

    August 27, 2013 at 2:02:13 PM GMT+2 - permalink - archive.org - http://www.afpy.org/forums/forum_python
    forum help python
  • OSSEC | Home | Open Source SECurity
    August 23, 2013 at 4:49:21 PM GMT+2 - permalink - archive.org - http://www.ossec.net/
    hids
  • thumbnail
    Submitting a Patch (2.0) - Symfony
    August 22, 2013 at 4:50:57 PM GMT+2 - permalink - archive.org - http://symfony.com/doc/2.0/contributing/code/patches.html
    git
Links per page: 20 50 100
◄Older
page 139 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation