Archive for the 'Programming' Category

Segmentation fault example


A tiny Segmentation fault study example (Page Fault).

This tiny code will produce a SIGSEGV (Segmentation fault) after compiling and executing

Create file example.c and fill it with this code: Continue reading ‘Segmentation fault example’

Web frameworks

For most web projects is django or Ruby on Rails the overkill and that is the problem!

There are a lot Micro Frameworks available without nasty and unnecessary stuff:
Continue reading ‘Web frameworks’