Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ben Lee

Ben Lee

Ben Lee has asked 15 questions and find answers to 141 problems.

Stats

5.1k
EtPoint
1.9k
Vote count
15
questions
141
answers

About

SOreadytohelp

100.times.map { (rand * 9 + 2).to_i.times.map { rand('a'.ord..'z'.ord).chr }.join + (rand < 0.1 ? '.' : '') }.join(' ')