236 links
  • Zertrin's links
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 5 / 12
Newer►
  • 7 sites de référence pour trouver des images libres de droit de qualité
    Mon Jan 19 12:42:00 2015 - permalink -
    - http://www.presse-citron.net/7-sites-de-reference-pour-trouver-des-images-libres-de-droit-de-qualite/
    images libre photo
  • git clone in Haskell from the bottom up
    Mon Dec 22 23:03:40 2014 - permalink -
    - http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/
    clone git haskell programming
  • Nuitka Home
    What is Nuitka
    The TL;DR ...

    Nuitka is a Python compiler.

    It's fully compatible with Python 2.6, 2.7, 3.2 and 3.3.

    You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

    Free license (Apache).
    Mon Dec 22 22:49:00 2014 - permalink -
    - http://nuitka.net/pages/overview.html
    compiler exe programming python
  • reep.io - peer-to-peer in your browser
    With reep.io you can transfer files directly to another browser. Just point to a file you want to share. Your peer will then be able to download this file directly from you. No data is stored on a server in-between.
    Tue Dec 2 20:25:18 2014 - permalink -
    - https://reep.io/
    browser download file p2p
  • 7 tips to Time Python scripts and control Memory & CPU usage
    Sat Nov 29 00:03:53 2014 - permalink -
    - http://www.marinamele.com/7-tips-to-time-python-scripts-and-control-memory-and-cpu-usage
    cpu debug memory profiling python time
  • Python Books
    Browse 225 Python Books. 53 Free Books.
    Fri Nov 28 23:35:21 2014 - permalink -
    - http://importpython.com/books/
    book programming python
  • ZPAQ - Incremental Journaling Backup Utility and Archiver
    zpaq is a free and open source (GPL v3) incremental, journaling command-line archiver for Windows, Linux and Mac OS/X
    Tue Nov 25 13:01:38 2014 - permalink -
    - http://mattmahoney.net/dc/zpaq.html
    backup cli compression opensource windows zpaq
  • My favourite Zsh features
    Sun Nov 16 21:17:50 2014 - permalink -
    - http://code.joejag.com/2014/why-zsh.html
    cli command linux shell zsh
  • The 15 Best JavaScript Charting Libraries
    In this article, I will show you some of the best JavaScript libraries for graphs / charts. These libraries will help you create beautiful and customisable charts for your future projects.

    While most of the libraries are free and open source, some of them provide a paid version with additional features.
    Sun Nov 16 15:02:58 2014 - permalink -
    - http://www.sitepoint.com/15-best-javascript-charting-libraries/
    chart data graph js lib web
  • Filling in Holes with PostGIS | Open Geospatial Technologies
    Often you will want to simplify polygons by removing holes. In my case, I had used PostGIS to clip Census tracts to shoreline, but the hydrology layer I was using also had small lakes, ponds, and streams interior to the tracts. I ended up with Census tracts that looked like Swiss cheese.
    [...]
    Mon Oct 20 13:52:54 2014 - permalink -
    - http://geospatial.commons.gc.cuny.edu/2013/11/04/filling-in-holes-with-postgis/
    gis holes polygon postgis sql
  • Hash it up
    HashTab provides OS extensions to calculate file hashes and supports many hash algorithms such as MD5, SHA1, SHA2, RipeMD, HAVAL and Whirlpool. As Windows desktop software HashTab runs as a Windows shell extension and on the Mac it is implemented as a Finder plugin. HashTab provides an easy way to verify file integrity and authenticity.
    Fri Oct 10 09:50:32 2014 - permalink -
    - http://implbits.com/products/hashtab/
    cryptography explorer file hash md5 SHA1 SHA256 SHA3 windows
  • Linuxaria - An lsof Primer
    lsof is the sysadmin/security über-tool. I use it most for getting network connection related information from a system, but that’s just the beginning for this powerful and too-little-known application. The tool is aptly called lsof because it “lists openfiles“. And remember, in UNIX just about everything (including a network socket) is a file.

    ...
    Sat Oct 4 20:12:34 2014 - permalink -
    - http://linuxaria.com/howto/linux-terminal-an-lsof-primer
    command file linux lsof network
  • Paint.NET PSD Plugin - Home
    The plugin can load and save the following features of Photoshop .PSD files with no loss of fidelity:

        RGB images
        Color depth of 8 bits per channel
        Raster images with no use of vector features
        Layers, using the common blend modes
        (Optional) RLE compression

    In this way, you can use the plugin to exchange work between Paint.NET and other programs. This is especially important since Paint.NET preserves layers only for the default .PDN format — other file formats are flattened on save. The .PSD file format thus offers the best way to preserve layers when editing an image in multiple graphics programs.
    Wed Oct 1 14:04:30 2014 - permalink -
    - http://psdplugin.codeplex.com/
    paint.net photo photoshop plugin psd software
  • thumbnail
    An extended and graphical VIM cheat sheet
    Tue Sep 30 21:25:00 2014 - permalink -
    - http://zombiebrainzjuice.fr/wp-content/uploads/2013/08/An-extended-and-graphical-VIM-cheat-sheet.png
    cheatsheet linux vim
  • Postgres full-text search is Good Enough!
    In this post we are going to progressively illustrate some of the full-text search features in Postgres.
    Tue Sep 30 20:46:04 2014 - permalink -
    - http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/
    database postgres search sql text
  • xlwings - Replace Excel VBA with Python!
    Make Excel fly with Python!

    Replace your VBA code with Python, a powerful yet easy-to-use programming language that is highly suited for numerical analysis. Supports Windows & Mac!

    - Easy deployment: The receiver of an xlwings-powered spreadsheets only needs Python with minimal dependencies — or nothing at all when shipped with the Python
    - Cross-Platform: xlwings works with Microsoft Excel on Windows and Mac.
    - Plug-and-Play: No cumbersome installation of Excel add-ins or license keys.
    - Flexible: Works with pretty much every combination of Excel and Python.
    - Two way communication: Call Python from Excel or interact with Excel from Python.
    - Free and open-source: xlwings is released under a permissive BSD-License.
    Sun Sep 28 21:38:41 2014 - permalink -
    - http://xlwings.org/
    excel programming python vba windows
  • Inside the PDF File Format
    A very accessible introduction to the PDF format, for the curious :)
    Mon Sep 15 22:17:26 2014 - permalink -
    - http://commandlinefanatic.com/cgi-bin/showarticle.cgi?article=art019
    file format pdf postscript
  • Adding a new CA for WebDAV to Zotero Standalone
    [Content of the page mirrored here]

    rvandegrift
    Nov 27th 2012

     
    There are instructions [1] to force Zotero Standalone to ignore certificate validation errors. This is good enough for self-signed certificates, but if you have a signed certificate from a CA that Zotero doesn't recognize, you can do better.

    You will need certutil from the Mozilla NSS tools and a copy of your issuer's CA certificate. In Debian, you can find certutils in the libnss3-tools package.

    The certificate is then installed with this command:
    certutil -d <profile dir> -A -n <name> -i <cacert> -t "C,,"

    <profile dir> is the directory of your Zotero Standalone profile (mine is ~/.zotero/zotero/<random junk>.default).
    <name> is a user-friendly name to call it.
    <cacert> is the path to the CA certificate file.
    "C,," tells NSS to trust the server certificates issued by the CA.

    If your CA requires any intermediate certificates, you'll need to modify the trust parameters and add the intermediate authorities. See the details on using certutil to manage certificates at [2].

    [1] - http://www.zotero.org/support/kb/cert_override
    [2] - http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html
    Wed Sep 10 11:55:15 2014 - permalink -
    - https://forums.zotero.org/discussion/26528/adding-a-new-ca-for-webdav-to-zotero-standalone/
    certificate firefox nss SSL webdav zotero
  • apt-dater - terminal-based remote package update manager
    apt-dater provides an ncurses frontend for managing package updates on a large number of remote hosts using SSH. It supports Debian-based managed hosts as well as rug (e.g. openSUSE) and yum (e.g. CentOS) based systems.

    Features:

        keep dozens up to hundrets of (GNU/Linux) hosts up to date
        generic apt-dater-host protocol to manage different package managers
        filter hosts by Tcl expressions
        multi instance capable
        spawn ssh-agent on startup (optional)
        run multiple connections in parallel using screen
        no root login required, use sudo to call package manager (optional)
        record any screen activities during install/upgrade/connect for traceability(optional)
        export host informations to XML for automatic processing
        upgrade hosts part of clusters one after another
        host informations collected:
            LSB informations (distri, codename, version)
            installed, upgradable, broken, extra and hold back packages
            identify physical/virtual machines
            kernel version and check if the most recent kernel is running
    Sun Aug 31 20:40:15 2014 - permalink -
    - http://www.ibh.de/apt-dater/
    apt debian install linux package ssh update
  • [Firefox] Capture écran d'une page complète
    {via sebsauvage http://sebsauvage.net/links/?Ks8M5w }

    Pour faire une capture d'écran d'une page complète dans Firefox (même si ça dépasse l'écran), appelez la console développeur (MAJ+F2) et tapez: screenshot --fullpage nomfichier
    Et cela va enregistrer un png de la page complète.  Pas besoin d'addon spécifique !
    Sat Aug 23 04:56:33 2014 - permalink -
    - https://shaarli.zertrin.org/?7i9_ow
    firefox png screenshot
Links per page: 20 50 100
◄Older
page 5 / 12
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation