Skip to content

Instantly share code, notes, and snippets.

View akashks1998's full-sized avatar
๐Ÿ˜›
Chill mar

Akash kumar singh akashks1998

๐Ÿ˜›
Chill mar
View GitHub Profile
@alexdlaird
alexdlaird / daemon.cpp
Last active June 5, 2025 16:19
Useful as a starting point for a C++ based Linux daemon application.
#include <dirent.h>
#include <iterator>
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <iostream>
#include <stdlib.h>
#include <string>
#include <sys/stat.h>
#include <syslog.h>