Skip to content

Instantly share code, notes, and snippets.

@berkes
Created March 30, 2020 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkes/3f428f7e229df545508786446a0e7447 to your computer and use it in GitHub Desktop.
Save berkes/3f428f7e229df545508786446a0e7447 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
# English:
# file = "/usr/share/dict/british-english"
# file = /usr/share/dict/words
file = "/usr/share/dict/nederlands"
words = File.read(file).split("\n")
16.times do
puts words.select{ |x| x.length >= 4 && x.length <= 8 }.sample(4).join(" ")
end
puts "="*80
16.times do
puts words.select{ |x| x.length <= 8}.sample(2).join.downcase
end
puts "="*80
16.times do
puts words.select{ |x| x.length <= 4}.sample(8).map(&:capitalize).join
end
Dickens traden Rudo's opener
gefaald attesten Hannan bakdek
UEFA-cup Daams oventijd fastback
behaarde gekerm pijpgast kakken
bockbier talreep opdoen opbloeit
voteerde hork wegende vriezer
wankeler Hanff edelgas Horster
verleest hotelbar blèten Pfeifer
grintgat klieren Wapstra verevent
Schaart gestort merkel paillet
koptisch heenging horend afronden
inkookte geshot Klijn rauwige
string gebrieft leis alsook
koolbak raketten Besse hollen
renster Ayman golft bevangt
hersmede Conan lekte Jaantjes
================================================================================
glimmendpelger
racekakhuk
poolkapvigilie
opblekenophitsen
stamgodafsleep
fibromenwaas
kobejokeren
visserkazemat
rijdmodems
hemelaaroranten
naburigeverwerkt
schalksstiekema
vriendenhandslag
handbijlskireis
cirkeltprestons
bertrandbedlamp
================================================================================
RinZazaAapJi'sWrokWikKeenGors
TseBonoDansVoLoriPoerHtmVeul
LuwMbLintHuptAkseKdeTostZere
PisaMariPeilRijsZiInoLeefMink
PeukEbusRolWindLetLoukEromTjap
WinPiepKwokMoyaAlgeZijlSarsVopo
DyneSnapListMatzKockSmetTrefKalm
JuPitaBrugGoChoySiepFeilVuik
TriHajiMexxKafBaaiToolEgerJood
Max.FaasGasVeltSonsAlenAbDien
BhDarSofBoodLutzWolfD.v.Even
RajaJoonSlofVjGrisAlgeKanMud
XiM'sDuwRakKefLeidJetsDawn
TonkStenTumpBleuGesBalsLapsThe
GrolJeffAnkHomCjpA4IcAdil
TorMannElanElkeDesiHogeRoeiGlee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment