Skip to content

Instantly share code, notes, and snippets.

View allenmqcymp's full-sized avatar
🎧

Allen Ma allenmqcymp

🎧
View GitHub Profile
@allenmqcymp
allenmqcymp / colby_now_scraper.py
Created January 27, 2021 20:52
Colby Now script I used
from __future__ import print_function
from bs4 import BeautifulSoup
from googleapiclient.discovery import build
from httplib2 import Http
from oauth2client import file, client, tools
from apiclient import errors
import base64
import unicodedata
@allenmqcymp
allenmqcymp / puzzlesolver.py
Last active January 8, 2021 04:57
snake_cube_code
'''
Allen Ma 2019
Accompanying blog post: https://allenma.me/posts/snakepuzzle/
'''
import numpy as np
# length of the cube dimension - for a 4x4x4 cube it's 4 for instance