Doug Landauer
My personal website.
 

 

Software -- some small scripts

As I mention software (mostly just little scripts) on my weblog, I'll put the actual script in this directory, and a brief description here in the index.

cranal
CR ANALyzer (CR == Carriage Return). This script tells you its best guess as to whether a text file is a Mac file (CRs only), a Unix file (NLs only), a Windows file (equal number of CRs and NLs), or just plain screwed up. Nice for verifying your suspicions about why a file is behaving badly on a given system.

iPhotoFix.py
Fix the HTML exports that iPhoto does, so that they have prev/next/index links.

m2u
Mac to Unix file. Uses "tr" to translate CRs to NLs.

u2m
Unix to Mac file. Uses "tr" to translate NLs to CRs.

Scala examples
As I am learning Scala, I'll put examples into that directory.

Vyper — John Max Skaller's python variant, implemented in OCaml
This may be the world's only remaining copy of Vyper. Here's my weblog entry about Vyper, which is nearly identical to my vyper readme file.

Here's the vyper tarball itself.


Click here to visit the Radio UserLand website. Click to see the XML version of this web page. © Copyright 2007 Doug Landauer .
Last update: 07/1/20; 15:59:15 .
Click here to send an email to the editor of this weblog.