Peer-to-Peer and Interface Protocols using C

Peer-to-Peer and Interface Protocols using C

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 »

A file storage server implemented in C

A file storage server implemented in C

Code File Server //////////////////////////////////////////////////////////////////////////////// /** * @file guthrn.c * @brief A file storage server implemented in C. * * The server will be multithreaded using… Read more »

My .emacs

My .emacs

My .emacs ;;-*-EMACS-LISP-*- ;;forces emacs to start in the Lisp Major Mode ;; .emacs – Emacs Init File ;; —————————————————————————– ;; ___ _ __ ___… Read more »

Export Beautiful PDFs in Emacs

Export Beautiful PDFs in Emacs

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 »

Linux Mint Debian MATE Easily Splitting Windows

Linux Mint Debian MATE Easily Splitting Windows

Overview While multitasking on my computer, I often want to split windows up on my screen.  Ideally I want to either make a window take… Read more »

Emacs Paragraph Comments

Emacs Paragraph Comments

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 »

Emacs Tempo Tags (Template Expansion)

Emacs Tempo Tags (Template Expansion)

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 »

Playing with My Microcontroller

Playing with My Microcontroller

Using a microcontroller I built (Eagle, sent in design plans, soldered myself), I was able to get a motor controller working with basic functionality of… Read more »

2011 IEEE Robot Course Runs – Videos

2011 IEEE Robot Course Runs – Videos

Here is some video footage of some basic runs our autonomous robot did, back from when I was captain of the 2011 UCF IEEE Hardware… Read more »

A Simple SHELL Program

A Simple SHELL Program

//////////////////////////////////////////////////////////////////////////////// /** * @file myshell.c * @brief A C program to implement an interactive shell in which a user * executes commands. * * @title… Read more »

Page 1 of 41234

History