Skip to content

Instantly share code, notes, and snippets.

@jeffkayser
jeffkayser / tech-stack-plan.md
Last active October 5, 2022 23:17
Template for Planning a Technology Stack

Backend Server Platform

Core stack

  • Hardware/VM host:
  • VM:
  • Operating System:
  • Data store:
  • Application Framework:
  • Application Server:
@jeffkayser
jeffkayser / mk-scowl-wordlists.md
Last active February 4, 2024 04:21
Creating English Wordlists with Spell Checking Oriented Word Lists (SCOWL)

Build SCOWL English wordlists

Summary

I needed to generate an English wordlist. SCOWL (Spell Checker Oriented Word Lists) comes with a build script that allows customization of what words are included (see the README). Below is a script to generate each supported size. The output from the SCOWL build script (mk-list) seems to be ISO-8859-1 encoded with DOS line endings, so the script converts it to UTF-8 encoding with UNIX line endings.

Script

#!/bin/bash
@jeffkayser
jeffkayser / compile-inkscape-0.91-linux.md
Last active September 5, 2016 22:06
Compiling Inkscape 0.91 on Linux Mint Debian Edition (LMDE) 2

Compiling Inkscape 0.91 on Linux Mint Debian Edition (LMDE) 2

Summary

Even the latest versions of Linux I've been using recently (Linux Mint, elementary OS) didn't seem to have the newest stable release of Inkscape in their repos, so I went ahead and compiled it myself.

Process

Install dependencies