Enki :: Technical Blog
Monday, September 10, 2012
C++11: Simple Compile-time Calculator With Constexpr
›
Hi everyone! In this post we'll run through a classical computer science exercise: Building an arithmetic evaluator. This one will on...
3 comments:
Monday, September 3, 2012
Customizing Zsh (Part 1): Hooks and RPrompt
›
This post follows my post on the zsh macros , and explain how to use the zsh hooks "preexec", and how to customize your (right)...
2 comments:
Wednesday, August 29, 2012
ZSH Macros
›
Today, I'll present a module for zsh that I wrote few days ago. The aim of this module is to provide a way to create easily temporary...
Wednesday, August 22, 2012
C++11: A generic Singleton
›
1 Context Yesterday, I found the solution to a problem that I was unable to solve one year ago. The problem was simp...
14 comments:
Thursday, August 16, 2012
A wonderful internship
›
Today I talk about the internship I made from the middle of October (2011) to the middle of January (2012). I'll start by presenting ...
2 comments:
Tuesday, August 14, 2012
Debugging C++ (Part 4): A print method
›
And here is the last post of this series about debugging C++. In this one, I develop a good way to use prints for debugging. The main dra...
7 comments:
Sunday, August 12, 2012
Debugging C++ (Part 3): dmesg
›
Welcome in the third post of this series about debugging C++. In here, I will talk about something less usual because it allows to debug ...
3 comments:
›
Home
View web version