TechPress & Code

Developer blog and learning forum
  • Log in

  • Blogroll
    • Blog Maverick
    • Boston Red Sox
    • Cale in the Keys
    • Coach Noss Blog
    • Coldplay
    • Dave's Blog
    • Development Blog
    • Google Blog
    • Google Code
    • Matt Griswold
    • Mike Gagala Photographs
    • Model Metrics Blog
    • Patagonia Blog
    • Pearl Jam
    • U2
    • WordPress Planet
RSS    Print

Code Postings

Code Examples | Tech Writing  

I have posted some of the more recent code examples I have been working on.  Proxy.c and mm.c are based on the Randal Bryant and David O’Hallaron book “Computer Systems, A Programmer’s Perspective.”

I am interested in becoming a more efficient and fluid developer, and welcome any feedback.

Cheers,

mg

Remove Duplicates

Code Examples  

* This program will read in a strings from an input file, and printed the strings in a sorted order with duplicates removed.

Prim’s Implementation

Code Examples  

Implement Prim’s in Java.

LCS.java

Code Examples  

Determine the LCS in a sub-sequence in Java.

mm.c

Code Examples  

This is a Dynamic Memory Allocator based on the csapp.c Dynamic Memory Lab and the CS:App textbook.

proxy.c

Code Examples  

This is a web proxy server based on the CS:APP Proxy.c lab assignment, and implements code from csapp.c.


Powered by WordPress   Themed by numb   Valid XHTML and CSS

11 queries. 0.296 seconds.