Calculating Hebrew Holidays

hebcal is a nice utility that compiles on all major platforms and calculates the Hebrew holidays using a perpetual calendar. iconv is an amazing piece of work that can convert between zillions of encoding formats and is also available for all major platforms. By default, just running hebcal displays the current year’s Hebrew holidays in …

Continue reading ‘Calculating Hebrew Holidays’ »

Ubuntu – Accessing sqlite3 from Lua

I thought this would be trivial but ended up fighting with various solutions until I found one that worked without requiring additional configurations. So first you might need to install the sqlite3 development libraries (which are needed to compile the Lua sqlite3 connector): sudo apt-get install libsqlite3-dev install luarocks if you don’t have it sudo …

Continue reading ‘Ubuntu – Accessing sqlite3 from Lua’ »