Update
This commit is contained in:
parent
53fdfcde15
commit
8e0b684280
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ for f in *.md; do
|
||||||
f2="html/${fname}.html"
|
f2="html/${fname}.html"
|
||||||
|
|
||||||
echo $HEADER > $f2
|
echo $HEADER > $f2
|
||||||
markdown $f | sed "s/\.md\"/.html\"/g" >> $f2
|
cmark-gfm -e table $f | sed "s/\.md\"/.html\"/g" >> $f2
|
||||||
echo $FOOTER >> $f2
|
echo $FOOTER >> $f2
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ Some notable open consoles are listed here. Symbol meaning:
|
||||||
- - = discontinued
|
- - = discontinued
|
||||||
|
|
||||||
| name | CPU |RAM (K)| ROM (K)| display | notes |
|
| name | CPU |RAM (K)| ROM (K)| display | notes |
|
||||||
| ----------------------- | --------- | ----- | ------ | ------------ |-------------------- |
|
| ----------------------- | --------- | ----- | ------ | ------------ | ------------------- |
|
||||||
|[Arduboy](arduboy.md) |8b 16 MHz | 2.5 | 32 | 64x32 1b |* A C +, tiny |
|
|[Arduboy](arduboy.md) |8b 16 MHz | 2.5 | 32 | 64x32 1b |* A C +, tiny |
|
||||||
|[Gamebuino](gamebuino.md)|8b 16 MHz | 2 | 32 | 84x48 1b |+ A -, SD |
|
|[Gamebuino](gamebuino.md)|8b 16 MHz | 2 | 32 | 84x48 1b |+ A -, SD |
|
||||||
|[Pokitto](pokitto.md) |32b 48 MHz | 36 | 256 | 220x176 |* C +, ext. hats, SD |
|
|[Pokitto](pokitto.md) |32b 48 MHz | 36 | 256 | 220x176 |* C +, ext. hats, SD |
|
||||||
|
|
|
@ -13,7 +13,7 @@ This is a list of notable people in technology.
|
||||||
- **[Larry Wall](larry_wall.md)**: creator of [Perl](perl.md) language, linguist
|
- **[Larry Wall](larry_wall.md)**: creator of [Perl](perl.md) language, linguist
|
||||||
- **[Lawrence Lessig](lessig.md)**: lawyer, founder of [free culture](free_culture.md) movement and [Creative Commons](creative_commons.md), critic of [copyright](copyright.md)
|
- **[Lawrence Lessig](lessig.md)**: lawyer, founder of [free culture](free_culture.md) movement and [Creative Commons](creative_commons.md), critic of [copyright](copyright.md)
|
||||||
- **[Linus Torvalds](linus_torvalds.md)**: Finnish programmer who created [Linux](linux.md) and [git](git.md)
|
- **[Linus Torvalds](linus_torvalds.md)**: Finnish programmer who created [Linux](linux.md) and [git](git.md)
|
||||||
- **[Luke Smith](luke_smith)**: [suckless](suckless.md) vlogger/celebrity
|
- **[Luke Smith](luke_smith.md)**: [suckless](suckless.md) vlogger/celebrity
|
||||||
- **[Mental Outlaw](mental_outlaw.md)**: [suckless](suckless.md) vlogger/celebrity
|
- **[Mental Outlaw](mental_outlaw.md)**: [suckless](suckless.md) vlogger/celebrity
|
||||||
- **[Nina Paley](nina_paley.md)**: [female](woman.md) artist, one of the most famous proponents of [free culture](free_culture.md)
|
- **[Nina Paley](nina_paley.md)**: [female](woman.md) artist, one of the most famous proponents of [free culture](free_culture.md)
|
||||||
- **[Noam Chomsky](noam_chomsky.md)**: linguist notable in theoretical [compsci](computer_science.md), anarchist
|
- **[Noam Chomsky](noam_chomsky.md)**: linguist notable in theoretical [compsci](computer_science.md), anarchist
|
||||||
|
|
Loading…
Reference in a new issue