• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Snippet #952

Created 10/3/2012, updated 5/18/2017
  • ruby
  • xkcd
  • snippets

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

← Snippet #953
Snippet #951 →

All snippets

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

Made by Greg Hurrell with Rust (with help from Git and Neovim).