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

      10 août 2015 à 14:36:17 UTC+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
      22 décembre 2014 à 22:39:40 UTC+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

      21 mars 2014 à 10:22:55 UTC+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
      19 novembre 2013 à 13:05:46 UTC+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

      17 octobre 2013 à 09:32:13 UTC+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