Skip to content

Instantly share code, notes, and snippets.

View theiostream's full-sized avatar

Daniel Ferreira theiostream

View GitHub Profile
@theiostream
theiostream / GNUstep-PATCHES.md
Last active April 27, 2024 00:23
GSoC '17 Product - GNUstep - "Make WebCore run on top of GNUstep"

Here follows a list of patches submitted to GNUstep:

New libraries

gnustep-boron (a reimplementation of some non-deprecated Carbon APIs)

All work on this library is part of this GSoC project. This project contains stubs and a working reimplementation of macOS Universal Type

@theiostream
theiostream / idealist-to-csv.py
Created December 7, 2019 02:52
Tentatively converts IdeaList .TEX file to CSV
#!/usr/bin/python
# converts Blackwell IdeaList .TEX file to CSV
# (c) 2019 Daniel Ferreira
from array import array
from datetime import date
import csv
FIELD_TYPE_STRING = 0