4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
4 results tagged devise x
  • Note: cron currency

    cat bin/currency.bash

    !/bin/bash

    Today

    echo -n "Today : "
    curl -s "http://api.fixer.io/latest?symbols=EUR,CHF&base=CHF" | jq '.rates|.EUR'

    Last 10 days

    for i in {1..10}; do
    dc=$(date --date="$i day ago" +%Y-%m-%d)
    echo -n "$dc : "
    curl -s "http://api.fixer.io/${dc}?symbols=EUR,CHF&base=CHF" | jq '.rates|.EUR'
    done

    Lien XE Graphique 1 month ago

    echo "http://www.xe.com/currencycharts/?from=CHF&to=EUR&view=1M"

    December 27, 2016 at 12:21:04 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?x9_68Q
    ch cron currency devise fr
  • Devise & Rails: Tracking User Logins & Sign-ups - joanswork.com
    October 9, 2015 at 4:37:41 PM GMT+2 - permalink - archive.org - http://joanswork.com/devise-usage-tracking/
    devise log rails ruby track
  • Rails Login Security — Hakiri

    Sympa ce workflow de protection de login

    August 9, 2015 at 2:43:33 PM GMT+2 - permalink - archive.org - https://hakiri.io/blog/rails-login-security
    devise login rails security
  • Adding Authentication with Devise - Rails Girls

    eaf auth with rails

    July 17, 2014 at 10:12:06 AM GMT+2 - permalink - archive.org - http://guides.railsgirls.com/devise/
    auth devise rails ruby
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation