Skip to content

Instantly share code, notes, and snippets.

View Fasani's full-sized avatar
💻
Hacktoberfest 2020!

Michael Fasani Fasani

💻
Hacktoberfest 2020!
View GitHub Profile
@Fasani
Fasani / Simple-Backbone-WordPress-Example.html
Last active February 4, 2022 04:38
A simple Backbone WordPress Example. Using JSON API plugin. (http://wordpress.org/plugins/json-api/)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simple Backbone WordPress Example</title>
<link rel="stylesheet" href="base.css">
</head>
<body>
<ul id="post-list"></ul>
@Fasani
Fasani / .block
Created October 13, 2017 16:07
Simple D3 Percentage Gauge Responsive
license: mit
@Fasani
Fasani / .block
Created October 13, 2017 15:35
Simple D3 Percentage Gauge
license: mit
@Fasani
Fasani / .block
Last active September 26, 2017 21:51
Pentagon Fork
license: mit
@Fasani
Fasani / .block
Created August 30, 2017 19:24
Simple Custom Time Formats with D3 V4
license: mit
@Fasani
Fasani / .block
Last active August 27, 2017 09:17
React V16 + D3 + Force / 50% Less Render Calls
license: mit
@Fasani
Fasani / .block
Created August 26, 2017 21:41
React V16 + D3 + Force
license: mit
@Fasani
Fasani / .block
Last active August 25, 2017 21:51
Water Consumption In New York City v2
license: mit
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@Fasani
Fasani / .block
Created August 21, 2017 21:22
Water Consumption In New York City
license: mit