• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Snippet #952

Created 10/3/2012, updated 5/18/2017

xkcd-style random password generator: ruby -e "puts File.open('/usr/share/dict/words').read.split.shuffle.first(4).join(' ').downcase"

  • ruby
  • xkcd
  • snippets
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).