4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 81 / 217
Newer►
  • Canicule: Les meilleures nouvelles glaces à Paris | Vogue

    à tester tout ça

    4 juillet 2015 à 18:07:15 UTC+2 - permalink - archive.org - http://www.vogue.fr/culture/carnet-d-adresses/diaporama/canicule-les-meilleures-nouvelles-glaces-paris/21405/carrousel#les-meilleures-nouvelles-glaces-paris-iceroll
    glace paris
  • Active Record Associations — Ruby on Rails Guides

    (Petite note pour ne pas oublier)

    Les ORM c'est cool.. mais franchement le temps que ça prend à maitriser... je me demande si ça en vaut vraiment la peine.

    Là, je viens de passer plus d'une heure à debug car je voulais faire un update dans le cas d'un has_many entre foo et bar :

    • foo = Foo.find(42)
    • set une collections d'objets : foo.bars = [bla,ble,blo]
    • puis foo.save

    Seulement le foo.save est de trop : dès l'instant ou la collection est set, l'objet est sauvé en base (update)

    Donc sans les validations de minimum et de maximum décrite dans le model foo.

    Et tout ça seulement dans le cas d'un update (dans le cas d'un create, ça ne trigger rien).

    pouah

    4 juillet 2015 à 11:58:53 UTC+2 - permalink - archive.org - http://guides.rubyonrails.org/association_basics.html#has-many-association-reference
    active_record orm rails
  • Debugging memory leaks in Ruby
    29 juin 2015 à 22:54:22 UTC+2 - permalink - archive.org - http://samsaffron.com/archive/2015/03/31/debugging-memory-leaks-in-ruby
    debug memory rails
  • What Are the Most Popular HTPC Components? | My Media Experience | My Media Experience
    29 juin 2015 à 11:05:31 UTC+2 - permalink - archive.org - http://mymediaexperience.com/best-htpc-awards-what-our-readers-have-purchased/
    htpc kodi xbmc
  • thumbnail
    Community | GitLab

    gitlab a racheté gitorious il y a un moment, donc on a pour résumer :

    • gitlab
    • gogs
    25 juin 2015 à 11:21:06 UTC+2 - permalink - archive.org - https://about.gitlab.com/community/
    github
  • Proactively Handling Certificate Expiration With ssl-cert-check
    24 juin 2015 à 14:56:50 UTC+2 - permalink - archive.org - http://prefetch.net/articles/checkcertificate.html
    ssl
  • http://www.mattermost.org/
    24 juin 2015 à 14:08:05 UTC+2 - permalink - archive.org - http://www.mattermost.org/
    irc opensource slack
  • Insérer de l'ascii dans vim

    en mode insert : ^V et le code ascii

    exemple :ctrl V 003

    19 juin 2015 à 15:22:24 UTC+2 - permalink - archive.org - https://links.infomee.fr/?a268SQ
    ascii vim
  • thumbnail
    How To Use DM-Crypt to Create an Encrypted Volume on an Ubuntu VPS | DigitalOcean
    19 juin 2015 à 12:00:19 UTC+2 - permalink - archive.org - https://www.digitalocean.com/community/tutorials/how-to-use-dm-crypt-to-create-an-encrypted-volume-on-an-ubuntu-vps
    backup dmcrypt
  • irssi activity

    /set activity_hide_targets #channel #channel2 #channel3
    /set activity_hide_level QUITS JOINS PARTS KICKS MODES TOPIC NICKS

    /IGNORE -network FREEN PARTS
    /IGNORE -network FREEN
    QUIT
    /IGNORE -network FREEN * JOIN

    http://www.irssi.org/documentation/manual

    voir 10.

    19 juin 2015 à 10:51:55 UTC+2 - permalink - archive.org - https://links.infomee.fr/?SuKgDQ
    ignore irssi
  • Installed gnome extensions

    Message notifier
    Panel osd
    taskbar
    topicons

    17 juin 2015 à 15:21:50 UTC+2 - permalink - archive.org - https://links.infomee.fr/?cZmXZg
    extensions gnome
  • Brubeck, a statsd-compatible metrics aggregator - GitHub Engineering

    github releases Brubeck, a statsd compatible metric aggregator!!

    A quick look at the /proc/net/dev-generated graphs on the machine made the situation very obvious: slowly but steadily over time, the percentage of UDP packets that were being dropped in our monitoring server was increasing. From 3% upwards to 40%. We were dropping almost half of our metrics!

    :-)

    16 juin 2015 à 10:11:06 UTC+2 - permalink - archive.org - http://githubengineering.com/brubeck/
    drop github statsd udp
  • thumbnail
    kilimchoi/engineering-blogs
    16 juin 2015 à 10:08:41 UTC+2 - permalink - archive.org - https://github.com/kilimchoi/engineering-blogs
    blog company github
  • boycott docker
    15 juin 2015 à 17:54:21 UTC+2 - permalink - archive.org - http://www.boycottdocker.org/
    docker
  • Logstash Grok Speed and Performance Improvements
    15 juin 2015 à 17:01:01 UTC+2 - permalink - archive.org - http://ghost.frodux.in/logstash-grok-speeds/
    fix logstash perf
  • Removing Turbolinks from Rails 4 - Literate Programming
    15 juin 2015 à 15:37:03 UTC+2 - permalink - archive.org - http://blog.steveklabnik.com/posts/2013-06-25-removing-turbolinks-from-rails-4
    rails turbolink
  • rsync fichier transférés

    rsync -ai source/ dest/ | grep -vE '^.'

    L'option -i ajoute des informations pour chaque fichier (voir man)
    Ici on filtre tout ce qui commence par un point == les fichiers/dossier qui n'ont pas été transférés

    15 juin 2015 à 14:05:32 UTC+2 - permalink - archive.org - https://links.infomee.fr/?ZVn1zw
    rsync
  • Gogs: Go Git Service - A self-hosted Git service written in Go

    Un github like

    15 juin 2015 à 10:54:46 UTC+2 - permalink - archive.org - http://gogs.io/
    git github
  • httpbin(1): HTTP Client Testing Service

    Peut etre utile

    • https://github.com/vcr/vcr
    • https://github.com/kevin1024/vcrpy
    12 juin 2015 à 17:28:19 UTC+2 - permalink - archive.org - http://httpbin.org/
    api http service test
  • Marks

    Je ne sais plus ou j'ai vu ça, je ne retrouve plus le lien donc je me le remets ici au cas où

    #Marks
    export MARKPATH=$HOME/.marks
    function jump {
    cd -P "$MARKPATH/$1" 2>/dev/null || echo "No such mark: $1"
    }
    function mark {
    mkdir -p "$MARKPATH"; ln -s "$(pwd)" "$MARKPATH/$1"
    }
    function unmark {
    rm -i "$MARKPATH/$1"
    }
    function marks {
    ls -l "$MARKPATH" | sed 's/ / /g' | cut -d' ' -f9- | sed 's/ -/\t-/g' && echo
    }

    12 juin 2015 à 11:29:15 UTC+2 - permalink - archive.org - https://links.infomee.fr/?XYagKw
    bash bashrc mark
Links per page: 20 50 100
◄Older
page 81 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation