When faced with unfamiliar program code Roger Hui, the co-creator of the J Programming Language would sometimes wipe out all the code comments. He told me this forced him to concentrate on the actual code and not the opinions of previous developers. Roger was an exceptional programmer; he knew that program comments are often dated, … Continue reading “Managing” a SQLite Database with J (Part 2)
Tag: Pandoc
More J Pandoc Syntax HighLighting
Syntax highlighting is essential for blogging program code. Many blog hosts recognize this and provide tools for highlighting programming languages. WordPress.com (this host) has a nifty highlighting tool that handles dozens of mainstream programming languages. Unfortunately, one of my favorite programming languages, J, (yes it’s a single letter name), is way out of the mainstream … Continue reading More J Pandoc Syntax HighLighting
Turning JOD Dump Script Tricks
Have you ever wondered how extremely prolific bloggers do it? How is it possible to crank out thousands of blog posts per year without creating a giant stinking pile of mediocre doo doo? Like most deep mysteries it's not deep and there are no mysteries. The spewers, people who post like teenage girls tweet, use … Continue reading Turning JOD Dump Script Tricks
Semi-Literate JOD
Click to view jodliterate.pdf Despite seven decades of programming experience documenting software remains a challenge. There are many reasons for this sorry state of affairs with the most important being that programmers simply do not agree on the need for documentation. As pathetic as this sounds it's not without merit. It all depends on what … Continue reading Semi-Literate JOD
Pandoc based J Syntax Highlighting
John MacFarlane's excellent command line utility Pandoc is a Haskell program that converts to and from various text markup languages. Pandoc's help option lists its supported input and output formats. The following examples are Linux bash shell commands. Windows shell commands are identical. $ pandoc --help pandoc [OPTIONS] [FILES] Input formats: native, json, markdown, markdown+lhs, … Continue reading Pandoc based J Syntax Highlighting
Turn your Blog into an eBook
Click here for an updated PDF version of this post. If you have worked through the exhausting procedure of converting your blog to LaTeX: see posts (1), (2) and (3), you will be glad to hear that turning your blog into an image free eBook is almost effortless. In this post I will describe how … Continue reading Turn your Blog into an eBook
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)