This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |