Skip to content

Instantly share code, notes, and snippets.

View jakes2255's full-sized avatar
🎖️
Never Quit

Arun Jacob jakes2255

🎖️
Never Quit
View GitHub Profile
@jakes2255
jakes2255 / router.html
Created July 22, 2019 11:25 — forked from joakimbeng/router.html
A really simple Javascript router
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Building a router</title>
<script>
// Put John's template engine code here...
(function () {
// A hash to store our routes:
@jakes2255
jakes2255 / test.ipynb
Last active March 29, 2020 09:51 — forked from codebrain001/namedtuple.ipynb
A tactile guide to Python Collections
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.