Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Loudenvier

Loudenvier

Loudenvier has asked 13 questions and find answers to 29 problems.

Stats

863
EtPoint
282
Vote count
13
questions
29
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#).