Skip to content

Instantly share code, notes, and snippets.

View baszero's full-sized avatar

baszero baszero

View GitHub Profile
@baszero
baszero / yanel-1000-users.java
Created February 9, 2012 13:26
Create 1000 Yanel Users locally for testing
public class Test {
public static void main(String[] args) {
BasicConfigurator.configure();
Test test = new Test();
test.run42();
}
public void run42() {
try {