Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Luis Machuca

Luis Machuca

Luis Machuca has asked 3 questions and find answers to 4 problems.

Stats

117
EtPoint
33
Vote count
3
questions
4
answers

About

Am a Chilean individual who does some developing and programming by the side. My work is usually on C++ and, PHP; am trying to grab more Python. Contribute plugins for the DokuWiki software as well. Used to have a position at the local LUG back when that was a thing.

  • Personal web site ([posts in Spanish]).
  • Repositories (Git)
  • Repositories (Fossil)

Chief projects currently working on:

  • cxxomfort : backports library for C++ - usage examples - donate.
  • plugins for DokuWiki - donate
  • contribs to Dokuwiki plugins like bbcode.

C++ Idioms that I Like™:

  • "explicit_cast" from Matthew Wilson's Imperfect C++.
  • "List initialization section".
  • "Return type resolver".
  • if "kill switch" ("if first").