config - class which will read from property files
cache - caching mechanism class files
constants - constant defined class
controller - controller class
// Source: http://unix.stackexchange.com/a/251769/17594 | |
// Modifications: long long, exit codes, diagnostics | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <limits.h> | |
#include <sys/ptrace.h> | |
#include <sys/socket.h> | |
#include <arpa/inet.h> |
http://workflowpatterns.com/ |