- 14 Nov, 2016 17 commits
- 08 Feb, 2015 1 commit
-
-
eric authored
-
- 25 Sep, 2014 2 commits
-
-
svilayphiou authored
on en profite pour retoucher un poil les CSS (les images verticales étaient quand même trop grandes)
-
svilayphiou authored
-
- 09 Jul, 2014 3 commits
-
-
svilayphiou authored
-
svilayphiou authored
-
svilayphiou authored
-
- 07 Jul, 2014 3 commits
-
-
svilayphiou authored
-
svilayphiou authored
-
svilayphiou authored
-
- 28 Jun, 2014 1 commit
-
-
eric authored
-
- 28 Mar, 2014 1 commit
-
-
svilayphiou authored
-
- 24 Mar, 2014 1 commit
-
-
eric authored
-
- 16 Mar, 2014 1 commit
-
-
eric authored
-
- 25 Feb, 2014 6 commits
-
-
hardlink authored
-
hardlink authored
-
hardlink authored
-
hardlink authored
Letterwriter was designed by S. Robert Speel in 1982. It is a little BASIC program for the Spectrum ZX81 to emulate handwritten text. The program reads in a DATA file to generate the fonts. This projects takes the DATA file as a starting point to port the Letterwriter font to Metafont. The project consists essentially of two main files: one containing the bitmaps in decimal encoding and the other one containing the conversion script.
-
eric authored
-
eric authored
-
- 01 Feb, 2014 1 commit
-
-
svilayphiou authored
(pdftk works on Arch Linux now, but it was too long to compile) Plus, ghostscript transforms the PDF into grayscale.
-
- 31 Jan, 2014 1 commit
-
-
eric authored
!
-
- 28 Jan, 2014 2 commits
-
-
eric authored
http://relearn.be/w/script Apparently, Etherpad pads can be set to public, even if they belong to a group. This is how in the Django version of Ethertoff: $ python manage.py shell from py_etherpad import EtherpadLiteClient from etherpadlite.models import Pad import urllib pad = Pad.objects.get(display_slug='script') padID = pad.group.groupID + '$' + urllib.quote_plus(pad.name.replace('::', '_')) epclient = EtherpadLiteClient(pad.server.apikey, pad.server.apiurl) print epclient.getPublicStatus(padID) epclient.setPublicStatus(padID, "true") print epclient.getPublicStatus(padID)
-
eric authored
-