Skip to content

krpors/cfiddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfiddle

This repository contains some small projects where I fiddle around with C:

  1. daemon - writing an old fashioned SysV Linux daemon using fork() and and others.
  2. hashtable - a hashtable implementation using the djb2 hash algorithm. Currently just maps char* to char*.
  3. kbd - proof of concept for capturing keyboard input events system-wide (a.k.a. a keylogger).
  4. list - generic (naive) linked list.
  5. mcast - multicasting using POSIX socket cruft.

Usually they are just proof of concepts and I put them here before I forget how I did things.

About

Repository for fiddling around with C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published