In the last year much has changed in the J world. There are new official J 8.0x builds for all supported platforms.The QT based IDE JDE has matured and is in widespread use.The column oriented J database JD is drawing new users to J and enticing J veterans to reconsider how we use databases.There is … Continue reading JOD Update: Version 0.9.97*
Tag: Source Code
APL Software Archaeology .dbi Edition
Click here for a PDF version of this post. Have yourself a merry little APL Christmas. I joke that my job title should be software archaeologist because I often find myself resurrecting, not refactoring, code that dates to primitive and primeval eras. The language I’m typically hired to resurrect is APL. APL, the language with … Continue reading APL Software Archaeology .dbi Edition
Jacks Repository
The other day I attempted to browse a J script described in an old blog post only to find that my employer’s network monkeys had blocked the file sharing service. I’ve railed about IT control freaks in the past. They will not rest until it’s impossible to do useful work. I fumed and grumbled until … Continue reading Jacks Repository
WordPress to LaTeX with Pandoc and J: Using TeXfrWpxml.ijs (Part 3)
Click for an updated PDF version of this post. WordPress to LaTeX In this post I will describe how to use the J script TeXfrWpxml.ijs to generate LaTeX source from WordPress export XML. I am assuming you have worked through (Part 1) and (Part 2) and have: Successfully installed and tested Pandoc.Installed and tested a … Continue reading WordPress to LaTeX with Pandoc and J: Using TeXfrWpxml.ijs (Part 3)
WordPress to LaTeX with Pandoc and J: LaTeX Directories (Part 2)
Click for an updated PDF version of this post. In this post I will describe the LaTeX directory structure the J script TeXfrWpxml.ijs is expecting. To convert WordPress export XML to LaTeX with this script you will have to set up similar directories. LaTeX documents are built from *.tex1 files. This makes LaTeX more like … Continue reading WordPress to LaTeX with Pandoc and J: LaTeX Directories (Part 2)
WordPress to LaTeX with Pandoc and J: Prerequisites (Part 1)
Click for an updated PDF version of this post. There are no quick WordPress to LaTeX fixes WordPress to LaTeX Over the next three posts I will describe how to convert WordPress’s export XML to LaTeX source code. I know that many of you are looking for a quick WordPress to LaTeX fix; unfortunately there … Continue reading WordPress to LaTeX with Pandoc and J: Prerequisites (Part 1)
Common Table Expression (CTE) SQLServer Queries with J
I've been blogging long enough to observe that your awesome posts are often ignored while your little "one-offs" sometimes strike hit gold. This is particularly true for "code example" posts. When I'm trolling for code --- the geek equivalent of trolling for babes --- I don't want to read about the author's programming philosophy or what the hell … Continue reading Common Table Expression (CTE) SQLServer Queries with J
PIP News: Isabelle is Up!
Before my fall I launched a PIP (Perpetual Impossible Project). PIPs are long-range risky undertakings that cannot be finished. PIPs contradict and subvert the very notion of tightly controlled corporate style projects: hence their manifest appeal to recusants like myself. I won't go into details about my particular PIP. Let's just say it captures every delusional notion I have ever entertained. Part of … Continue reading PIP News: Isabelle is Up!
More on that SmugShot Metadata Mess
A few days after posting a J script that fixes EXIF timestamps in SmugShot images SmugMug changed the filename assigned to downloaded SmugShot images. Originally the layout was: SmugMugID_smugshot_SmugShotID.jpg This layout was inconsistent with the way SmugMug normally handles files. Default SmugMug behavior is to leave filenames unchanged. This contrasts with other photo sites, (you … Continue reading More on that SmugShot Metadata Mess
SmugShot Metadata Mess
SmugShot iPhone App Logo While languishing in a series of hospitals and rehab centers recovering from a bad fall I have been amusing myself by taking iPhone pictures and posting them to SmugMug with SmugShot. SmugShot is a nifty little iPhone app that uploads iPhone pictures and videos directly to your SmugMug galleries. SmugShot is … Continue reading SmugShot Metadata Mess