Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 75 / 167
Newer►
  • python 2.7 quick reference : string.format
    Je cherchais depuis longtemps une page qui détaille "".format() en python... quelques exemples :

    >>> "{:05d}".format(36)
    '00036'
    >>> "{:4x}".format(255)
    '  ff'
    >>> "{:#4x}".format(255)
    '0xff'
    >>> "{:b}".format(9)
    '1001'
    >>> "{:08b}".format(9)
    '00001001'
    >>> "{:c}".format(97)
    'a'
    >>> "{:d}".format(0xff)
    '255'
    >>> "{:x}".format(105199)
    '19aef'
    >>> "{:X}".format(105199)
    '19AEF'
    >>> "{:<#9X}".format(105199)
    '0X19AEF  '
    permalink -
    - http://infohost.nmt.edu/tcc/help/pubs/python/web/format-spec.html
    memo python
  • Android permissions explained, security tips, and avoiding malware - Android Forums
    permalink -
    - http://androidforums.com/android-applications/36936-android-permissions-explained-security-tips-avoiding-malware.html
    android
  • totp [sebsauvage]
    Tuto : One Time Authentication
    permalink -
    - http://sebsauvage.net/wiki/doku.php?id=totp
    android php sécurité
  • Firefox Marketplace
    permalink -
    - https://marketplace.firefox.com/
  • Batch Picture Resize
    permalink -
    - http://www.rw-designer.com/picture-resize
    image software
  • AJAX-enabled Sticky Notes With PHP & jQuery | Tutorialzine
    permalink -
    - http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/
    php stickynotes
  • About | CKEditor.com
    permalink -
    - http://ckeditor.com/about
    php
  • Installer OpenVPN Client sur Android | AlexNogard: Tutos IT
    permalink -
    - http://alexnogard.com/installer-utiliser-openvpn-android/
    android openvpn
  • Monter un serveur Firefox Sync (Raspberry Pi / Debian)
    permalink -
    - http://www.wakdev.com/wiki/linux/148-monter-un-serveur-firefox-sync-raspberry-pi-debian.html
    firefox raspberry
  • Oregon Scientific sensors with Raspberry PI | disk91.com – technology blog
    permalink -
    - http://www.disk91.com/2013/technology/hardware/oregon-scientific-sensors-with-raspberry-pi/
    433Mhz
  • 433Mhtz RF communication between Arduino and Raspberry Pi: Raspberry Pi as receiver | Homautomation
    permalink -
    - http://www.homautomation.org/2013/09/21/433mhtz-rf-communication-between-arduino-and-raspberry-pi/
    433Mhz
  • javascript - Can't pass event to addEventListener: closure issue - Stack Overflow
    permalink -
    - https://stackoverflow.com/questions/8714472/cant-pass-event-to-addeventlistener-closure-issue
    javascript
  • Javascript - Les événements
    permalink -
    - http://www.commentcamarche.net/contents/573-javascript-les-evenements
    javascript
  • javascript - Getting the ID of the element that fired an event using jQuery - Stack Overflow
    permalink -
    - https://stackoverflow.com/questions/48239/getting-the-id-of-the-element-that-fired-an-event-using-jquery
    javascript
  • javascript - How to pass arguments to addEventListener listener function? - Stack Overflow
    permalink -
    - https://stackoverflow.com/questions/256754/how-to-pass-arguments-to-addeventlistener-listener-function
    javascript
  • element.addEventListener - Document Object Model (DOM) | MDN
    permalink -
    - https://developer.mozilla.org/fr/docs/DOM/element.addEventListener
    javascript
  • [PHP] Faire plusieurs requêtes HTTP simultanées avec cURL - Le Hollandais Volant
    permalink -
    - http://lehollandaisvolant.net/?d=2014/05/20/19/21/36-php-faire-plusieurs-requetes-http-simultanees-avec-curl
    curl php
  • Configurer et surveiller un onduleur avec NUT - wiki.debian-fr
    permalink -
    - https://www.isalo.org/wiki.debian-fr/Configurer_et_surveiller_un_onduleur_avec_NUT
    nut
  • Installation Onduleur - EoleWiki
    Interface web pour nut
    permalink -
    - http://eole.orion.education.fr/oldwiki/index.php/Installation_Onduleur#Installation_de_nut-cgi_.28Interface_de_surveillance_Web.29
    nut
  • WinNUT-2.0.0.4a-Installer.exe - winnut - Forgot to update some of the supporting documentation. - Windows client for the Network Ups Tools server - Google Project Hosting
    permalink -
    - https://code.google.com/p/winnut/downloads/detail?name=WinNUT-2.0.0.4a-Installer.exe&can=2&q=
    nut windows
Links per page: 20 50 100
◄Older
page 75 / 167
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.