Tag Archive for 'bash'

Programming exercise: Hello, world!

[Permalink]

As a preliminary exercise to jog my memory, here is the obligatory “Hello, world!” program in a variety of languages. On the one hand, the programs do nothing except output a string, and so don’t illustrate very much about the respective languages. On the other hand, the simplicity of the task does illustrate the difference between languages that allow you to begin coding right away versus those that require a considerable amount of setting up (importing libraries, declaring classes, etc.) before you even have a functioning program… » [Expand post] [Permalink]

0 Comments

Annotate With Jarnal Plug-In Module for Wikindx

[Permalink]

For my Ph.D. research, I had set up the Wikindx bibliography management system for use on my laptop to keep track of the papers that I had read or come across. Furthermore, I use it to store local copies of frequently accessed papers by attaching them as PDF files.

Because I’m using Jarnal to annotate these papers, I wanted to integrate the ability to launch Jarnal into Wikindx itself, and also to store the annotations in Wikindx along with the attached documents.

I wrote the Annotate With Jarnal plug-in module for Wikindx initially for my private use, so it’s not very polished. But it gets the job done… » [Expand post] [Permalink]

1 Comment

Converting DigiMemo files to Jarnal format

[Permalink]

Update (Sept. 29, 2009): I got in touch with Kevin Lindsey, the author of the script discussed below for converting DigiMemo DHW files to SVG format. He’s put his code on github, and written a new blog post about it.


For taking notes physically on paper, I use an ACECAD DigiMemo L2 digital notepad (whom I have named Little Wooden Boy).

Because I use Linux primarily, I don’t use the Windows-based software provided by ACECAD. Instead, I use Jarnal, an open source note-taking application written in Java.

This poses a minor problem, as the DigiMemo products store their output in a proprietary ACECAD format called DHW… » [Expand post] [Permalink]

4 Comments

Script to fix problems in photos with Exif tag 0×0000

[Permalink]

A number of cameras produce invalid or malformed Exif tags. One common problem that I’ve run into when receiving photos from other people is that the Exif data includes tag 0×0000, which is undefined and causes a number of programs to behave badly. (In particular, this crashes f-spot v5.0.3, which I use to organise my photo collection.)

Two cameras which I know have this problem are the Casio EX-Z1000 and the Canon PowerShot SX200 IS… » [Expand post] [Permalink]

If you like this post, you might also like:

  1. Converting DigiMemo files to Jarnal format
0 Comments