Add year to projects
This commit is contained in:
parent
a2c8fb9dd4
commit
833430c5bc
12 changed files with 94 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
include_rules
|
||||
|
||||
: foreach *.md |> !pandoc |>
|
||||
: index.md |> !project |>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Dawn of Chaos
|
||||
date: 2004
|
||||
---
|
||||
|
||||
For the first of undergraduate study we have to develop a project in either
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include_rules
|
||||
|
||||
: foreach *.md |> !pandoc |>
|
||||
: index.md |> !project |>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Maestro
|
||||
date: 2004
|
||||
---
|
||||
|
||||
Maestro is an OMR, Optical Musicscore Recognition. You can think of it like a
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include_rules
|
||||
|
||||
: foreach *.md |> !pandoc |>
|
||||
: index.md |> !project |>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: OBoy
|
||||
date: 2015
|
||||
repository: https://gitlab.com/ffreling/oboy
|
||||
---
|
||||
|
||||
OBoy is a Game Boy emulator written in OCaml.
|
||||
|
||||
[GitLab repository](https://gitlab.com/ffreling/oboy)
|
||||
|
||||
This project explores the internals of the Game Boy, documenting it along the way.
|
||||
It is also an experiment of writing a low-level program in functional language.
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include_rules
|
||||
|
||||
: foreach *.md |> !pandoc |>
|
||||
: index.md |> !project |>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Trailr
|
||||
date: 2013
|
||||
---
|
||||
|
||||
[Official website](http://www.ltutech.com/case/trailr/)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include_rules
|
||||
|
||||
: foreach *.md |> !pandoc |>
|
||||
: index.md |> !project |>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Where is my car?
|
||||
date: 2007
|
||||
---
|
||||
|
||||
One of my first image processing based project done in 2007. It finds cars on a Google Maps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue