4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    5 results tagged hash x
    • methods - How do functions use hash arguments in Ruby? - Stack Overflow

      L'appel d'une fonction peut se faire avec ou sans parenthèse :

      foo() ou foo

      Ensuite, un Hash peut avoir plusieurs formes..

      {'a' => 12}
      où 'a' peut être n'importe quoi : string (comme ici), mais aussi objet,
      symbol : exemple :
      {:a => 12}

      La nouvelle syntaxe, valable uniquement si les clés sont des symboles :

      {a: 12, b: 'toto'}

      Et enfin quand on call une méthode qui peut prendre un hash en argument (entre autre), pas besoin de mettre les { }

      foo({a: 12, b:14})
      ou
      foo(a: 12, b:14)
      ou
      foo a: 12, b:14

      August 10, 2015 at 2:36:17 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/16576477/how-do-functions-use-hash-arguments-in-ruby
      arguments hash named rails ruby syntax
    • unix-ninja :: A cheat-sheet for password crackers
      December 22, 2014 at 10:39:40 PM GMT+1 - permalink - archive.org - http://www.unix-ninja.com/p/A_cheat-sheet_for_password_crackers/
      hash password
    • Cryptography Hacks - Hash Encryption using DuckDuckGo Search Engine - The Hacker News

      ddg <3

      via skunnyk

      March 21, 2014 at 10:22:55 AM GMT+1 - permalink - archive.org - http://thehackernews.com/2014/01/cryptography-hacks-hash-encryption.html
      ddg hash
    • thumbnail
      Comment déterminer le type d'un hash ? « Korben Korben
      November 19, 2013 at 1:05:46 PM GMT+1 - permalink - archive.org - http://korben.info/quel-est-le-type-de-hash.html
      hash tool
    • caractère caché

      Parfois il arrive qu'un fichier de conf soit corrompu a cause dun caractère invisible a la con qui peut venir dun copier coller ou autre.. Pour vérifier ça, on peut dumper le fichier en affichant ces caractères : car -e fichier

      October 17, 2013 at 9:32:13 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?s1J7bQ
      cat hash linux shell
    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