all repos — h3rald @ 764957a4dced82d3d132f113fcbd68f9dff5995f

The sources of https://h3rald.com

contents/projects.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
-----
title: "Projects"
content-type: page
-----
<div class="projects-page">
<h3><a href="/h3rald/">H3RALD Web Site</a></h3>
<p>This very web site, in its 8th incarnation. H3RALD.com has been operative since 2004 and through the years its backend changed from being pure vanilla <span class="caps">HTML</span>, to server-side <span class="caps">PHP</span> (Prado and CakePHP) to Ruby (Rails, Nanoc).</p>
<h3><a href="/hastyscribe/">HastyScribe</a></h3>
<p>A self-contained Markdown compiler that can generate self-contained <span class="caps">HTML</span> files, useful for writing essays, reports, meeting notes, etc.</p>
<h3><a href="/litestore/">LiteStore</a></h3>
<p>A lightweight, self-contained, RESTful, multi-format NoSQL document store server written in Nim and powered by a SQLite backend for storage.</p>
<h3><a href="/glyph/">Glyph</a></h3>
<p>A <em>Rapid Document Authoring Framework</em> written in Ruby that can be used to create and manage books and articles.</p>
<h3><a href="/ruby-compendium/">Ruby Compendium</a></h3>
<p>A free book aiming to help beginners learn about Ruby. It doesn&#8217;t focus on learning the language, but rather on its vast ecosystem and freely available resources.</p>
<h3><a href="/rawline/">RawLine</a></h3>
<p>Rawline is a Ruby library which provides a subset of the functionality of the C Readline library. Being implemented in pure Ruby, it gives Ruby developers much more control over key bindings and word completion.</p>
<h3><a href="/concatenative/">Concatenative</a></h3>
<p>A Ruby <span class="caps">DSL</span> for concatenative programming. Although quite slow if compared to other concatenative languages like Factor, it implements all the most common concatenative combinator and makes it possible to use Ruby objects in a concatenative way.</p>
<h3><a href="/herald-vim-color-scheme/">Herald Vim Color Scheme</a></h3>
<p>A dark, easy-to-read color scheme for the Vim text editor. It can be used with 255, 16 or 8 colors.</p>
</div>