Skip to content

Instantly share code, notes, and snippets.

@jpiper
jpiper / extents.geojson
Last active February 18, 2017 09:28
Singapore No Fly Zones
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jin
jin / vivian_balakrishnan_sudoku.js
Last active March 8, 2026 13:56
@VivianBalakrishnan's translation of Lee Hsien Loong's Sudoku solver.
/****************************************************************
* Sudoku Solver
*
* Translated into Javascript from original code in C++
* by Lee Hsien Loong
* The MIT License (MIT)
* Copyright (c) 2015 Vivian Balakrishnan
*
*
****************************************************************/