Skip to content

Instantly share code, notes, and snippets.

View mwartell's full-sized avatar

matt wartell mwartell

  • twosixlabs.com
  • Reston, VA, US
View GitHub Profile
@ryanpcmcquen
ryanpcmcquen / styles.less
Last active July 9, 2021 01:56 — forked from MattMcFarland/styles.less
Ligature fonts for atom
/*
Thanks to this blog post for the idea:
https://medium.com/@docodemore/an-alternative-to-operator-mono-font-6e5d040e1c7e
This is a modified version of that using `Script12 BT` instead of `flottflott`
and updated for the changes in Atom's selector syntax.
Source:
https://gist.github.com/ryanpcmcquen/f99453c871b4ce393fea5a274eed4cb3
*/
@cslarsen
cslarsen / animals-game.py
Created January 7, 2012 08:23
Python animals guessing game
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
"""
Written by Christian Stigen Larsen, http://csl.sublevel3.org
Placed in the public domain by the author
This is a version of the classic game of guessing which animal you
are thinking about. It uses a binary tree to guess.