Taggat project
When developing web applications, it is often useful to have
a template system.
Something that lets you write generic versions of web pages, that the
application can fill with the specific content for each page it should
show.
There exists lots of "languages" to write such templates, such as
mustache,
jinja2, and
play
2 scala templates (twirl).
Most fits very well with a dynamic language, where you can get
properties from an object, or even call a method, by its name in a plain
string.
In a statically compiled language, the actual names of fields and methods
are not relevant, and generally not present, after compilation.
This makes a "dynamic" template language a hard match for a compiling
language such as rust.
So why not try to create a better match?
Läs och kommentera inlägget A compiling template system in Rust
Chordlab är ett kommandoradsprogram jag skrev för att göra
pdf-sångböcker från choprofiler.
Normal användning är att ge chordlab en lista med choprofiler,
var och en med en sång (eller flera). Chordlab skapar en pdf med en
sida för varje sång.
Läs och kommentera inlägget Chordlab: chopro till pdf
Some simple command-line utilities for mail management over
imap.
Läs och kommentera inlägget imaputil
A small web server serving 301 Moved
Permanently
or 302 Moved Temporarily
to
all requests.
Läs och kommentera inlägget webredirect
Unix facilities for C++ programmers
Läs och kommentera inlägget incu or ++Unix
Welcome to this simple mind game
Läs och kommentera inlägget Black Box
An open-source HTML / SGML
printer that uses CSS2.
Läs och kommentera inlägget StyleScript
Jag har skrivit ihop det klassiska
femtonspelet
i java. Om du har sett ett
riktigt
femtonspel bör det inte vara så svårt att
lista ut hur du ska göra.
Läs och kommentera inlägget Femtonspel i java
XkBiff is my attempt at a biff
program that understands kpop. When there
is mail, it pops up another window featuring the
From and Subject
fields of the mails.
Läs och kommentera inlägget XkBiff
WebMail är ett litet program för att skicka brev från
websidor. Det tar data från en form och
skickar per epost.
Läs och kommentera inlägget WebMail