user:obiwahn
created:Dec 10, 2014
karma:14
about:

  struct obiwahn {
   std::string name, homepage, github, mail;
   obiwahn() : name("Jan Christoph Uhde")
             , homepage("http://UhdeJC.com")
             , github("github.com/obiwahn")
             , mail("linux@obiwahn.org") {}
  };