Skip to content

Instantly share code, notes, and snippets.

View nedgar's full-sized avatar

Nick Edgar nedgar

View GitHub Profile
@nedgar
nedgar / .block
Last active December 26, 2022 12:50 — forked from rveciana/.block
Animated isometric view with D3js
licence: mit
@nedgar
nedgar / README.md
Last active July 20, 2019 10:35 — forked from xavriley/README.md
Original NES Mario Theme for Sonic Pi

Making Chiptune Music using Sonic Pi v2.0

Warning: this might not work on a RaspberryPi yet

I was curious about making retro gaming sounds using Sonic Pi. A couple of months and a lot of Googling later, here's the original Mario Bros theme as it was heard on the NES console.

I'm (just about) old enough to remember rushing home from school to play this game at Philip Boucher's house, sitting cross-legged in front of the TV till my feet got pins and needles. Working out how to recreate it for Sonic Pi was a lot of fun!

Getting the sounds of the NES chip

@nedgar
nedgar / index.html
Last active September 11, 2015 20:35 — forked from rsimmon/index.html
NSIDC Arctic Sea Ice Colors
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arctic Sea Ice Area D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: black;