Skip to content

Instantly share code, notes, and snippets.

@sozforex
sozforex / pathfinder.sh
Created January 15, 2019 00:21 — forked from b2cc/pathfinder.sh
Find wrong pathnames when running Battletech mods in Linux (check case-sensitivity)
#!/bin/bash
#
# pathfinder.sh
#
# Find wrong pathnames when running Battletech mods
# in Linux (check case-sensitivity)
#
# navigate to your BATTLETECH install folder and execute this script, i.e.
#
# cd /home/$(whoami)/.local/share/Steam/steamapps/common/BATTLETECH

Haskeller Competency Matrix

See also List of materials about Software Design in Haskell

Junior Middle Senior Architect
Haskell level Basic Haskell Intermediate Haskell Advanced Haskell Language-agnostic
Haskell knowledge scope Learn you a Haskell Get programming with Haskell Haskell in Depth Knows several languages from different categories
Get programming with Haskell Haskell in Depth Functional Design and Architecture
[Other books on Software Engineering in Haskell](https://github.com/graninas/software-design-in-haskell#Books-on-So