Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Loudenvier

Loudenvier

Loudenvier has asked 12 questions and find answers to 28 problems.

Stats

843
EtPoint
279
Vote count
12
questions
28
answers

About

All I have been doing since 11 years old:

var bio = new Dictionary<string, string>() {
    { "Judo", "Black-belt" },
    { "Brazilian Jiu-Jitsu", "Brown-belt" }, 
    { "Bodyboarding", "For 24 years" },
    { "Literature", "Voltaire, Dickens, Gibson, Adams, Zelansny..." },
    { "Music", "Symphony X, Dream Theater, Bad Religion, Glenn Hughes, ..." },
    { "My wife!", "Forever" }
};

Sorry, forgot one thing: programming computers (now mostly in C#).