Pinned Loading
-
InTwoMirror
InTwoMirror PublicPublic mirror of repo for In Two, a two-player co-op puzzle game developed in Unity.
C#
-
-
tile-compile
tile-compile PublicCSP Solver for a children's tile-placing game (CSC384 Final Project)
Python
-
Promises in ES6, for asynchronous se...
Promises in ES6, for asynchronous sequences 1## A Primer on Promises in ES6
23*(Post was originally written as a response to a question about how to resolve "callback hell" when asynchronous calls need to be executed sequentially.)*
45A popular system for managing sequential asynchronous operations, called "Promises", was integrated into ES6 (the latest release version of ECMAScript/Javascript). It's definitely a good idea to make sure you understand basic callbacks before diving into the Promises API, but it can really streamline asynchronous sequences once your callbacks start to get hellish.
-
HackerRank Solution: BFS Shortest Path
HackerRank Solution: BFS Shortest Path 1#!/bin/python3
2# https://www.hackerrank.com/challenges/bfsshortreach/problem
34import math
5import os
-
Something approximating a python struct
Something approximating a python struct 1#!/usr/bin/env python3
2"""
3[Created: March 2018]
4Oh hello, I'm here to destroy everything you love about Python.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.