This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Aug 04 09:44:49 -0700 2008 | [kspaans] |
| |
COPYING | Thu Jul 10 12:17:23 -0700 2008 | [elouie] |
| |
Life-API.txt | Thu Jul 31 18:57:46 -0700 2008 | [kspaans] |
| |
Makefile | Sat Aug 16 16:25:40 -0700 2008 | [kspaans] |
| |
README | Thu Jul 31 17:22:18 -0700 2008 | [kspaans] |
| |
dict.c | Sat Aug 16 16:25:40 -0700 2008 | [kspaans] |
| |
dict.h | Sat Aug 16 16:25:40 -0700 2008 | [kspaans] |
| |
hexedit.txt | Thu Jun 26 14:23:01 -0700 2008 | [kspaans] |
| |
main.c | Wed Aug 13 17:20:39 -0700 2008 | [kspaans] |
| |
test.c | Sat Aug 16 16:25:40 -0700 2008 | [kspaans] |
README
Erik and Kyle's Summer Project This is a generic file containing a list of projects, style rules, and design rules. TODO: add more project ideas, and recover the style guides and rules that we left on csclub Current and future projects: - A hex editor - A regular expression compiler - builds regexps into an automata - Algorithms and data structures: - Hash Functions - n-ary search tree - Red-black tree - AVL tree - More - Conway's Game of Life - Multiple implementations, each possibly ``better'' than the last? Rules: - Useful commit comments Style Guide: - Use kernel style - if understand(kernel_style) ? use_kernel_style(you) : use_local() || use_K&R - Always indent with tabs - Comment blocks of code/functions - 80 characters per line max Design Guide: - Write up APIs/headers first (For clarity of functionality and intended purpose) - Write tests for expected functionality - Write code to complete tests - See code for examples of test suites





