Insight into something.
Overview C code to support a half-duplex layered communication system. Doxygen documentation can be found here. Compiling, Testing, and Running Normall file structure is to… Read more »
Code File Server //////////////////////////////////////////////////////////////////////////////// /** * @file guthrn.c * @brief A file storage server implemented in C. * * The server will be multithreaded using… Read more »
My .emacs ;;-*-EMACS-LISP-*- ;;forces emacs to start in the Lisp Major Mode ;; .emacs – Emacs Init File ;; —————————————————————————– ;; ___ _ __ ___… Read more »
Overview I’ve always been used to org-mode helping me easily generate PDFs, webpages, and documentation. I use it to combine math (embedded latex math segments)… Read more »
Overview I often want to write high level paragraph descriptions of functions as internal documentation to my code. I added a regular expression that determines… Read more »
Overview Today I discovered tempo tags while looking at Gurmeet Singh Manku’s .emacs. Tempo tags are similar to Emacs Skeleton Mode. They are user defined… Read more »
//////////////////////////////////////////////////////////////////////////////// /** * @file myshell.c * @brief A C program to implement an interactive shell in which a user * executes commands. * * @title… Read more »
//////////////////////////////////////////////////////////////////////////////// /** * @file ls_01.c * @brief Write a program in C that is similar to the ls command. * * @title ls 01 *… Read more »
Overview Saw this problem in the newspaper and it caught my eye as an interesting way to play with permutations. Here is the problem and… Read more »