Here the most interesting questions and answers I’ve read last week : What are great open source projects to see Rail’s best practices and code standards? Is there a list of all Linux system call, with the instructions? What’s the best way to start/control a background process in a PHP application? What are the good [...]
Content
Tagged: open source
If you don’t know about GlusterFS, read that article at linux-mag.com. While it start by talking about FUSE, it’s followed by a great detailed description of GlusterFS. For a brief overview of what GlusterFS is, from wikipedia : GlusterFS is a general purpose distributed file system for scalable storage. It aggregates various storage bricks over [...]
Meet the Linux Family is a series of interviews with various software developers, managers, and users, who all have a point in common : they use Linux. They will bring different point of views on various Linux related topics and share their Linux experience with you. Well, it’s now the last interview in the series [...]
Video demonstration of TDD in C++ using CppUTest and Eclipse CDT
Here’s a really nice video tutorial of TDD (Test-driven development) in C++ using CppUTest and Eclipse CDT : C++TddDiceGame