2015-05-16 02:08:42 -04:00
|
|
|
### Free Software Projects
|
2013-06-01 23:23:09 -04:00
|
|
|
|
2015-05-16 02:11:09 -04:00
|
|
|
Listed below are my notable public projects. I have various other scripts
|
2016-07-19 23:20:20 -04:00
|
|
|
and personal playthings that may be found on [GitLab][] that are not worth
|
2015-05-16 02:11:09 -04:00
|
|
|
listing here, but may be of interest to certain readers/hackers.
|
2013-06-01 23:23:09 -04:00
|
|
|
|
|
|
|
While writings are certainly projects in their own right, they are listed
|
2016-07-19 23:20:20 -04:00
|
|
|
separately in the "Papers" section of this website.
|
|
|
|
|
|
|
|
[GNU ease.js][easejs] GNU ease.js is a classical object-oriented framework
|
|
|
|
for JavaScript, intended to eliminate boilerplate code and "ease" the
|
|
|
|
transition into JavaScript from other object-oriented languages. Features
|
|
|
|
include simple and intuitive class definitions; classical inheritance;
|
|
|
|
abstract classes and methods; traits as mixins; interfaces; public,
|
|
|
|
protected, and private access modifiers; static and constant members; and
|
|
|
|
more.
|
|
|
|
|
|
|
|
[git-supp][] contains a number of supplemental scripts for Git that I have
|
|
|
|
found to be useful. Examples include short aliasing for common commands (e.g.
|
|
|
|
typing `c` instead of `git commit`), a colorful PS1, and a state hook for
|
2013-06-01 23:23:09 -04:00
|
|
|
displaying and automatically augmenting commit messages with branch-specific
|
|
|
|
state strings.
|
|
|
|
|
2016-07-19 23:20:20 -04:00
|
|
|
[thoughts][] is this website; readers and hackers are welcome to use the
|
2013-06-01 23:23:09 -04:00
|
|
|
repository for offline browsing, learning, distributing, mirroring, compiling in
|
|
|
|
alternate formats or whatever else the content licenses permit. Code is released
|
|
|
|
under a free software license and creative works (such as thoughts, articles and
|
|
|
|
papers) are released under licenses that permit free distribution and, in
|
|
|
|
certain cases, modification. Direct links to various commits may be found via
|
|
|
|
the commit hashes within the footer of most pages.
|
|
|
|
|
2016-07-19 23:20:20 -04:00
|
|
|
[repo2html][] is a repository-agnostic HTML-generation tool used to generate
|
|
|
|
content from commit messages; it is the tool used to generate much of the
|
|
|
|
content on this website and was developed precisely for that reason. As such,
|
|
|
|
the project currently only supports Git.
|
|
|
|
|
|
|
|
|
2016-07-19 22:57:40 -04:00
|
|
|
I was working in the past with Amadeusz Sławiński to help bring the
|
|
|
|
development of [GNU screen][screen] back to life by cleaning up the code,
|
|
|
|
bringing it up to date, dumping some cruft, and adding exciting new
|
|
|
|
features. Unfortunately, time has been tight; I hope to return to
|
|
|
|
development in the future to, among other things, add [GNU Guile][guile]
|
|
|
|
support.
|
2013-12-18 19:09:51 -05:00
|
|
|
|
2013-06-01 23:23:09 -04:00
|
|
|
|
2016-07-19 23:20:20 -04:00
|
|
|
[GitLab]: https://gitlab.com/u/mikegerwitz/
|
|
|
|
[easejs]: https://gnu.org/s/easejs
|
|
|
|
[git-supp]: https://gitlab.com/mikegerwitz/git-supp
|
|
|
|
[repo2html]: https://gitlab.com/mikegerwitz/repo2html
|
|
|
|
[thoughts]: https://gitlab.com/mikegerwitz/thoughts
|
2016-07-19 22:57:40 -04:00
|
|
|
[screen]: https://gnu.org/s/screen
|
|
|
|
[guile]: https://gnu.org/s/guile
|