Home

Welcome to DrewDahl's Project Management area. Most repositories are private. However, once they've been completed, they will likely be made public.

Many projects don't get put here though, especially if they are entirely completed and have been laid to rest. For a full listing of public repositories, check out http://git.drewdahl.com/

Latest news

SAM Compiler: Quick Title
For a summary
Added by Dahl Andrew 3 months ago

Todoist Android: Test News
Summary
Added by Dahl Andrew 3 months ago

View all news

Latest projects

  • Wordpress Modula Mojito Theme (02/14/2012 09:08 pm)

    A custom Wordpress theme, based on the Redmine theme, Modula-Mojito. https://github.com/mindclick/modula-mojito

  • Redmine WP Integration (02/14/2012 09:05 pm)

    A Redmine plugin that will allow the integration of a Wordpress blog. Blog entries will act like news entries. Categories may be setup per project to capture blog posts about specific projects.

  • Todoist Android (05/18/2011 12:29 am)

    Todoist Android is an Android application that wraps itself around the Todoist API, allowing for the management of your Todoist account from your Android mobile device.

  • SAM Compiler (01/10/2011 11:32 pm)

    SAM (Sam, Andrew, and Matt) Compiler is a compiler that turns a C-based language into x86 assembly. Check out the PL0 stage for the PL0 side of the compiler.

  • PermEx (10/05/2010 07:39 pm)

    PermEx, short for "Permissions Extended", is a project for CSIS440, Operating Systems, at Minnesota State University - Moorhead (MSUM). The project entails building a kernel module for the Linux operating system, and so PermEx was born.

    PermEx will have functionality similar to access control lists (ACL). It will keep a list of inodes that have any number of allow or deny entries for UIDs and GIDs. Why reinvent the wheel? Because it sounded like it would be fun....