Skip to content

Instantly share code, notes, and snippets.

View baby-bird's full-sized avatar
😊

yjoh baby-bird

😊
  • Daejeon
View GitHub Profile
@baby-bird
baby-bird / gist:f88ab140a3061f23f79677fe868b4baa
Created July 23, 2016 04:39 — forked from pithyless/gist:1208841
Install Python 2.7 (homebrew + pip + virtualenv) on Mac OS X Lion

Install Python

$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7

Symlinks...

@baby-bird
baby-bird / Time_Timer.py
Last active March 8, 2024 21:48
Time_Timer.py
'''
A simple Time Timer app made of ShapeNodes.
<Change Line 120 for seconds or minutes counting>
<Uncomment Line 126 and fill in your shortcut name to
automatically run other shortcut you defined
after timer stopped>
Odd touch attemps will start the timer
Even touch attemps will stop the timer
Stops automatically when the set times passed
'''
@baby-bird
baby-bird / Time_Timer_Black.py
Last active September 4, 2023 04:42
Time_Timer_Black.py
'''
A simple Time Timer Black Theme app made of ShapeNodes.
<Change Line 123 for seconds or minutes counting>
<Uncomment Line 129 and fill in your shortcut name to
automatically run other shortcut you defined
after timer stopped>
Odd touch attemps will start the timer
Even touch attemps will stop the timer
Stops automatically when the set times passed
'''