Skip to content

Instantly share code, notes, and snippets.

@drslump
drslump / jqlite
Last active April 22, 2020 13:07
jqlite: sql queries for tabular data
#!/usr/bin/env bash
#
# Copyright (C) 2018 Iván Montes <drslump@pollinimini.net>.
# This file is licensed under the MIT license.
#
# Requirements:
#
# - Bash 3.x or higher
# - sqlite3
# - gunzip / bzip2 (for compressed input)
@benlangfeld
benlangfeld / gist:1237741
Created September 23, 2011 15:57
Mojo Lingo / Adhearsion Code Style Guide

Mojo Lingo / Adhearsion Code Style Guide

Ruby is very flexible and will allow you to butcher all of the good things about its syntax in a large variety of ways. Here we'll present, by example, how to keep things nice.

Parentheses

Bad

foo.bar(a)

Good