Skip to content

Instantly share code, notes, and snippets.

@zeromtmu
zeromtmu / 00_SQL in Google Colab.md
Created September 17, 2022 07:46 — forked from stephenleo/00_SQL in Google Colab.md
[Medium] SQL in Google Colab

SQL in Google Colab

All the code for the Medium Post

Open In Colab

@zeromtmu
zeromtmu / tetris.py
Created May 24, 2018 17:37 — forked from silvasur/tetris.py
Tetris implementation in Python
#!/usr/bin/env python2
#-*- coding: utf-8 -*-
# NOTE FOR WINDOWS USERS:
# You can download a "exefied" version of this game at:
# http://hi-im.laria.me/progs/tetris_py_exefied.zip
# If a DLL is missing or something like this, write an E-Mail (me@laria.me)
# or leave a comment on this gist.
# Very simple tetris implementation