summaryrefslogtreecommitdiff
path: root/project/context/articles.json
blob: fef380db78704ca119703113c5d222427a1e2551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85

[
    {
        "title": "Contributions to Other Projects",
        "anchor": "/contributions.xhtml",
        "taglist": ["programming"],
        "postdate": "17/6/2022"
    },
    {
        "title": "Flashcard Deck Converter",
        "anchor": "/deckconv.xhtml",
        "taglist": ["application", "programming"],
        "postdate": "11/11/2021"
    },
    {
        "title": "Sydney Rail Maps",
        "anchor": "/sydneyrail.xhtml",
        "taglist": ["maps", "transport"],
        "postdate": "21/9/2021"
    },
    {
        "title": "Packrat Parser Combinator Library",
        "anchor": "/packrat.xhtml",
        "taglist": ["compsci", "library", "programming"],
        "postdate": "2/2/2021"
    },
    {
        "title": "Area Under the Curve of a Complex Integral",
        "anchor": "/integral.xhtml",
        "taglist": ["mathematics"],
        "postdate": "29/12/2018"
    },
    {
        "title": "D, Parasail, Pascal, and Rust vs The Steelman",
        "anchor": "/steelman.xhtml",
        "taglist": ["compsci", "language"],
        "postdate": "29/10/2017"
    },
    {
        "title": "Sokoban Clone",
        "anchor": "/sokoban.xhtml",
        "taglist": ["programming", "videogames"],
        "postdate": "8/8/2017"
    },
    {
        "title": "Sunset License",
        "anchor": "/sunset.xhtml",
        "taglist": ["copyright", "legal"],
        "postdate": "29/6/2017"
    },
    {
        "title": "FLTK Ada Binding",
        "anchor": "/fltkada.xhtml",
        "taglist": ["binding", "library", "programming"],
        "postdate": "9/11/2021",
        "updated": "yes"
    },
    {
        "title": "Single Transferable Vote Counter",
        "anchor": "/stvcount.xhtml",
        "taglist": ["application", "politics", "programming"],
        "postdate": "19/2/2017"
    },
    {
        "title": "Adapad",
        "anchor": "/adapad.xhtml",
        "taglist": ["application", "programming"],
        "postdate": "8/5/2017",
        "updated": "yes"
    },
    {
        "title": "Grasp Interpreter",
        "anchor": "/grasp.xhtml",
        "taglist": ["esoteric", "programming"],
        "postdate": "1/1/2017"
    },
    {
        "title": "Thue Version 2a",
        "anchor": "/thue2a.xhtml",
        "taglist": ["esoteric", "programming"],
        "postdate": "1/1/2017"
    }
]