bookmarks

Terraform cheat sheet

The course "Infrastructure Automation With Terraform" provides the course files on github: "wardviaene/terraform-course".
October 06, 2019

Print whole deep object in JS

The functions `console.log` or `JSON.stringify` in JavaScript do not print deep nested structures. To workaround, use `util.inspect`: const util = require('...
October 06, 2019

using curl to make trackbacks

From "Poor Man's Trackback": $ curl -d url=[my entry's URL] [trackback URL] You can also specify the title, excerpt, and blog_name using additional -d parame...
July 30, 2007

plasTeX

Seems interesting: plasTeX is a LaTeX document processing framework written entirely in Python. It currently comes bundled with an XHTML renderer (including ...
October 25, 2006

xslt unit testing

I'll need it as soon as I start working on the DocBook stylesheets: Tennison Tests (XSLT Unit Testing).
July 31, 2006

open office format

I think the specification is enough to convert Open Office documents, but the books also might be useful: * <a href=""http://books.evc-cit.info/odbook/boo...
May 03, 2006

LuaTeX

LuaTeX is an extended version of pdfTeX using Lua as an embedded scripting language.
May 01, 2006

DokuWiki

It seems that I like DokuWiki in advance. It supports utf8 and has nonparsed blocks and syntax highlighting for typesetting code. To be used for a next proje...
April 23, 2006

free unicode fonts

Unicode Font Guide For Free/Libre Open Source Operating Systems
March 25, 2006

Incorporating Guile into your C program

I'm sad I didn't find the article “Incorporating Guile into your C program” before. It would save me a lot of time. Although the author annotates...
August 26, 2005

taxes on payments from the US

My project is accepted for the Google Summer of Code project, and now it's time to ask for money. From discussions: "Figuring out that damn tax thing appears...
June 26, 2005

PreScheme Papers

A list of papers related to PreScheme and VLISP: http://www.coyotos.org/pipermail/bitc-dev/2004-October/000003.html. Should be useful for my future developme...
June 26, 2005

encodings, codepages, characters

Unicode site is well-known. But sometimes it's not enough. Here are some more links. I always need information about language-specific glyphs. Now I've foun...
April 01, 2005

The 90 Minute Scheme to C compiler

And although not supporting the whole Scheme standard, the compiler supports fully optimized proper tail calls, continuations, and (of course) full closures....
March 21, 2005