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 / .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
@Fasani
Fasani / .block
Created August 21, 2017 21:22
Water Consumption In New York City
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 / gist:66bdfbc6ce7e3b360e9d
Created July 16, 2014 07:48
Browser Auto Refresh Script - Ruby Watcher
# This file has been edited for my own usage and shared here, credits to Brett Terpstra.
#!/usr/bin/env ruby
# watch.rb by Brett Terpstra, 2011 <http://brettterpstra.com>
# with credit to Carlo Zottmann <https://github.com/carlo/haml-sass-file-watcher>
# =============================
# Code from: http://brettterpstra.com/2011/03/07/watch-for-file-changes-and-refresh-your-browser-automatically/
# To install use: chmod a+x watcher.rb
# Run with: ruby watcher.rb <folder/to/watch> <keyword>