236 links
  • Zertrin's links
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 8 / 12
Newer►
  • Luminance HDR
    A complete open source solution for HDR photography
    Mon Aug 26 15:08:50 2013 - permalink -
    - http://qtpfsgui.sourceforge.net/
    HDR opensource photography
  • crypto-js - JavaScript implementations of standard and secure cryptographic algorithms - Google Project Hosting
    CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.
    Mon Aug 26 00:54:11 2013 - permalink -
    - http://code.google.com/p/crypto-js/
    AES crypto cryptography HMAC javascript js lib md5 PBKDF2 security SHA1
  • Google Search URL Request Parameters
    You may already be using advanced Google Search operators like inurl: and ext: and site:, but here is a chance for you to sharpen up your search efficiency even further. Did you feel the need for a search operator like “img:” or “pat:” to specify that you wanted to search among images or patents? Unfortunately those operators don’t exist. So how can you instruct Google to do an image search or a book search without pressing a lot of buttons on Google’s search page?
    Mon Aug 26 00:51:41 2013 - permalink -
    - https://stenevang.wordpress.com/2013/02/22/google-search-url-request-parameters/
    google parameters search
  • Quickly navigate your filesystem from the command-line
    Un système astucieux pour gérer facilement des "marques-page" vers des dossiers à l'aide de liens symboliques.
    Wed Aug 21 15:08:47 2013 - permalink -
    - http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
    bash cli filesystem linux path shell zsh
  • WebPlotDigitizer
    Un service en ligne basé sur HTML5 permettant de numériser les données d'un graphe qu'on ne dispose que sous forme d'image.

    Pour ceux qui n'aiment pas dépendre d'un service en ligne, le code de l'application est libre (GPLv3) (https://github.com/ankitrohatgi/WebPlotDigitizer/) et s'installe sur n'importe quel serveur Web juste en récupérant le code source (pas de config, pas d'installation complexe, il suffit de placer les fichiers dans un dossier accessible au serveur web et d'y pointer le navigateur). Cela fonctionne même en lançant un "python -m SimpleHTTPServer" (ou "python -m http.server" en python3) depuis le dossier où se trouvent les fichiers de l'application.

    Une version 3 réécrite de zéro pour inclure plus de fonctionnalités est en développement.
    Mon Aug 12 17:08:58 2013 - permalink -
    - http://arohatgi.info/WebPlotDigitizer/
    data digitization graph html web
  • C’est la vie ! | ploum.net
    Wow, c'était Ploum qui était derrière le blog d'un condamné !
    Je suis a la fois surpris et pas vraiment étonné, le style de plume était en effet très similaire.
    Thu Jul 18 14:18:59 2013 - permalink -
    - http://ploum.net/post/cest-la-vie
    blog ploum
  • mhagger/git-imerge -- incremental merge and rebase for git
    Perform the merge between two branches incrementally. If conflicts are encountered, figure out exactly which pairs of commits conflict, and present the user with one pairwise conflict at a time for resolution.

    git-imerge has two primary design goals:
    - Reduce the pain of resolving merge conflicts to its unavoidable minimum, by finding and presenting the smallest possible conflicts: those between the changes introduced by one commit from each branch.
    - Allow a merge to be saved, tested, interrupted, published, and collaborated on while it is in progress.
    Tue Jul 16 00:53:59 2013 - permalink -
    - https://github.com/mhagger/git-imerge
    conflict git imerge interactive merge rebase
  • drime -- dictionnaire de rimes
    Un dico de rimes en français
    Mon Jul 15 23:22:30 2013 - permalink -
    - http://drime.a3nm.net/
    dictionnaire francais rimes
  • Condorcet Voting Calculator
    Hop un petit outil en ligne pour dépouiller un vote Condorcet. Moins fastidieux que de la faire à la main !
    Mon Jul 15 23:11:58 2013 - permalink -
    - http://condorcet.ericgorr.net/
    condorcet outil vote
  • Partager simplement ses fichiers en LAN - Liens en vrac de sebsauvage
    Tellement simple qu'on y pense pas forcément, sebsauvage rappelle comment partager très simplement un répertoire grâce à python :

    > Placez-vous dans le répertoire à partager et tapez:
    > python -m SimpleHTTPServer 5555
    > Et c'est tout !   Et vous pouvez y accéder par http://adresseip:5555/
    Thu Jul 11 10:32:19 2013 - permalink -
    - http://sebsauvage.net/links/?3DuywA
    partage python sebsauvage server
  • Linuxaria - sslh – a ssl/ssh multiplexer for Linux
    Pouvoir servir du HTTPS et du SSH (et du OpenVPN...) simultanément sur le port 443.
    Tue Jul 9 11:44:00 2013 - permalink -
    - http://linuxaria.com/pills/sslh-a-sslssh-multiplexer-for-linux
    https linux openvpn port ssh tuto
  • La révolte des rebelles apatrides | ploum.net
    Ploum décrit ce drôle de sentiment qui me semble se généraliser lentement... Je me demande ce vers quoi tout ceci nous mènera...
    Tue Jul 9 00:08:56 2013 - permalink -
    - http://ploum.net/post/la-revolte-des-rebelles-apatrides
    democratie politique valeurs whistleblower
  • [Mémo] Liste de trackers - Liens en vrac de sebsauvage
    [un mémo de sebsauvage]

    Une liste de trackers BitTorrent en accès libre qui marchent bien, à utiliser quand vous voulez créer un torrent (même si DHT marche très bien maintenant):

     udp://tracker.openbittorrent.com:80/announce
     udp://tracker.publicbt.com:80/announce
     udp://open.demonii.com:1337/announce
     udp://tracker.istole.it:80/announce
     udp://tracker.prq.to/announce
    Tue Jul 9 00:07:32 2013 - permalink -
    - http://sebsauvage.net/links/?tLJ-fg
    bittorent p2p tracker
  • Implementing Two-Factor Authentication Is Easier Than It Seems
    User and password verification with two-factor authentication isn't as easy to use as plain old user and password, but with smartphones it comes very, very close. At the same time, the security benefits from having another secret stored on a different terminal are massive. Users' accounts aren't necessarily compromised if their passwords are.

    In my mind, two-factor authentication is one of the least tedious things you can add that adds the most security to user accounts.

    "But it's a pain to add to your application, right?"

    No! Just take a look at main() in this example that uses only the Python standard library
    Mon Jul 8 20:48:30 2013 - permalink -
    - http://throwingfire.com/you-can-be-a-twofactor-hero/
    authentification crypto OTP password python security TOTP two-factor
  • Achat de billets de train en moins d’une minute - Capitaine Train
    Oubliez définitivement l'infâme Voyages-SNCF, Capitaine Train rassemble le strict nécessaire pour réserver facilement un billet de train.
    Fri Jul 5 18:23:05 2013 - permalink -
    - http://www.capitainetrain.com/
    billet reservation sncf train voyage
  • Readline keyboard shortcuts for bash, bc, ftp, gnuplot, gpg, ksh, mysql, psql, python, smbclient, xmllint and zsh
    GNU Readline is the library used to make advanced command-line wizardry convenient and consistent across a multitude of command-line applications. These programs include bash, bc, ftp, gnuplot, gpg, ksh, mysql, psql, python, smbclient, xmllint and zsh.

    The cheatsheet at the right contains a summary of many of the useful line editing command shortcuts which are available in all applications that use libreadline.
    Tue Jul 2 00:34:12 2013 - permalink -
    - http://www.bigsmoke.us/readline/shortcuts
    bash cheatsheet cli linux python readline shortcut zsh
  • pwnat - NAT to NAT client-server communication
    pwnat, pronounced "poe-nat", is a tool that allows any number of clients behind NATs to communicate with a server behind a separate NAT with *no* port forwarding and *no* DMZ setup on any routers in order to directly communicate with each other. The server does not need to know anything about the clients trying to connect.
    Tue Jun 25 13:52:01 2013 - permalink -
    - http://samy.pl/pwnat/
    firewall ip linux nat perl server udp
  • Les 30 sélecteurs CSS à connaître absolument
    Vous prétendez maîtriser le CSS et pourtant vous n'utilisez que les sélecteurs de base du genre #mon_id, .ma_classe, #mon_id div li. Remettez-vous en question. Dans ce guide, vous découvrirez enfin les sélecteurs avancés qui vous sont obscurs et pourtant oh, combien Awesome! Des sélecteurs CSS à consommer sans modération.
    Sun Jun 23 15:34:50 2013 - permalink -
    - http://www.tomsyweb.com/component/content/article/48-css/101-les-30-selecteurs-css-a-connaitre
    css html navigateur web
  • SD (Simple Defects)
    SD is a peer-to-peer bug tracker that’s built for sharing and use both online and offline. With SD, you can sync your bugs back and forth between other instances of SD, and even between SD and other bug trackers that SD supports (RT / Hiveminder / Trac / GitHub / Google Code).

    (via serianox)
    Sun Jun 23 02:40:34 2013 - permalink -
    - http://syncwith.us/sd/
    bug bugtracker darcs git github p2p sync trac
  • next generation video: Introducing Daala
    Daala is a new general-purpose video codec currently under development at Xiph.Org. [The] performance target is roughly a generation beyond current 'next-generation' codecs like VP9 and HEVC, making Daala a next-next-generation effort. As with other Xiph codecs, the Daala format is and will always be royalty-free with a permissive FOSS license.
    Fri Jun 21 14:48:10 2013 - permalink -
    - http://people.xiph.org/~xiphmont/demo/daala/demo1.shtml
    codec encoding video
Links per page: 20 50 100
◄Older
page 8 / 12
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation