From 1a7e98a629ccc244b047a6e4858e87bb170047ae Mon Sep 17 00:00:00 2001
From: Jed Barber Git repository: Link The Ada binding for FLTK has now been moved to its own repository.
+ The Ada binding for FLTK has now been moved to its own repository.
Installing it is required to build and use Adapad, naturally. Both repositories are set up to use the GNAT
Project Manager build tools to handle all that, with any further specific details in each project's readme.Adapad
+
+8/5/2017
-
Adapad was modeled after Leafpad, and +
It was modeled after Leafpad, and the feature list is similar, currently comprising:
Source code is available here. The -FLTK/Ada binding currently occupies the same repository, but will be moved to its own as work +
The FLTK/Ada binding currently occupies the same repository as Adapad, but will be moved to its own as work progresses.
- - {% endblock %} diff --git a/project/templates/base.html b/project/templates/base.html index 764f81b..a23b8ab 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -15,7 +15,7 @@Estimated status: 40-45% complete
+Git repository: Link
+Estimated status: 40-45% complete
Git repo is here.
- {% endblock %} diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 45661af..a2155d0 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -10,6 +10,9 @@ {% block content %}Git repository: Link
+Like Lisp, the esoteric programming language @@ -48,9 +51,8 @@ edges are available.
The language seemed like an interesting enough idea, but unfortunately nobody had done anything with it, and there was only a specification. This has now been fixed. The interpreter currently -uses a subset of the DOT graph description language for the file format, to enable a text format -as well as relatively easy conversion to a graph image. If a format that more readily converts to a -comprehensible graph image is found, a parser for it may be added.
+uses a subset of the DOT graph description language +for the file format, to enable a text format as well as relatively easy conversion to a graph image.The above example is recorded as follows:
Source code is available here.
+If a format that more readily converts to a comprehensible graph image is found, a parser for it +may be added.
{% endblock %} diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html index c2533fb..bdc6933 100644 --- a/project/templates/stvcount.html +++ b/project/templates/stvcount.html @@ -16,6 +16,9 @@ {% block content %}Git repository: Link
+To give an incredibly brief summary of the candidates with the highest vote totals at that point are considered elected.
My implementation (source here) also includes My implementation also includes bulk exclusions using applied breakpoints in order to increase speed slightly and minimise superfluous logging.
diff --git a/project/templates/sunset.html b/project/templates/sunset.html index 01420d5..424907c 100644 --- a/project/templates/sunset.html +++ b/project/templates/sunset.html @@ -10,6 +10,9 @@ {% block content %}Git repository: Link
+Software licenses bother me. As a general rule I prefer to make my projects open source, @@ -53,10 +56,8 @@ may do whatever you want with it, regardless of all other clauses. -
The license file, accompanying detailed rationale, and a simple logo I threw together can -all be found in this repo.
- -In the future, all my projects will either use this license or the Unlicense. Works I've +
The git repository also contains an accompanying rationale and a simple logo I threw together. +In the future, all my projects will either use this license or the Unlicense. Works I've already created will be relicensed as appropriate.
{% endblock %} diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index 4f82ed8..adbc669 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -10,6 +10,9 @@ {% block content %}Git repository: Link
+Thue is an esoteric programming @@ -97,8 +100,7 @@ a::=abc
While this doesn't solve all the problems Thue has (try writing a Thue program that asks -for and greets the user by name!) it should solve this one particular issue. Source code is -available here.
+for and greets the user by name!) it should solve this one particular issue. {% endblock %} -- cgit