Skip to content

Instantly share code, notes, and snippets.

View yalovek's full-sized avatar

Vadim Yalovenko yalovek

  • ЮMoney
  • St.Petersburg
View GitHub Profile
@yalovek
yalovek / paint.py
Last active August 29, 2016 11:19
Simple Paint
from turtle import *
import math
class MyTurtle(Turtle):
def rectangle(self,a,b):
self.fd(a)
self.lt(90)
self.fd(b)
self.lt(90)
self.fd(a)
self.lt(90)
@yalovek
yalovek / install.sh
Last active August 29, 2016 11:23
Installation guide of OSM project for OS X
#!/bin/sh
# Install brew
xcode-select --install
http://xquartz.macosforge.org/landing/
http://support.apple.com/kb/DL1572