Skip to content

Instantly share code, notes, and snippets.

View danse's full-sized avatar

Francesco Occhipinti danse

  • Internet
View GitHub Profile
@danse
danse / 1-readme.md
Created December 8, 2023 15:16 — forked from simonmichael/1-readme.md
SM's Handy Haskell Keywords (2023-12-08)
@danse
danse / .block
Created November 20, 2017 20:06 — forked from mbostock/.block
Polar Clock
license: gpl-3.0
@danse
danse / flatten.js
Created May 27, 2019 12:53
test for Theorem
/*
in order to run the tests install
https://github.com/davidchambers/doctest either globally or locally
and run `$ doctest theorem.js`
*/
// > flatten([3])
// [3]
@danse
danse / Italian.md
Last active May 7, 2017 23:14
A collection of Italian songs for Brooke
@danse
danse / README.md
Created February 3, 2017 20:45 — forked from rveciana/README.md
d3-composite-projections conicConformalEurope
inkscape
meld
ruler
weechat (but xchat is more or less okay)
pwgen
@danse
danse / index.html
Created January 8, 2014 10:34
A Pen by Francesco Occhipinti.
<div ng-app="sortableApp" ng-controller="sortableController" class="container">
<h2>ui.sortable ng1.0 connected lists</h2>
<div class="floatleft">
<div ui-sortable="sortableOptions" class="apps-container screen floatleft" ng-model="screen" ng-repeat="screen in rawScreens">
<div class="app" ng-repeat="app in screen">{{$index}} {{app.title}}</div>
</div>
<div style="clear: both;"></div>
</div>
@danse
danse / dabblet.css
Created December 13, 2013 14:10
Untitled
div {
border: 2px solid gray;
}
// Gruntfile with the configuration of grunt-express and grunt-open. No livereload yet!
module.exports = function(grunt) {
// Load Grunt tasks declared in the package.json file
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
// Configure Grunt
grunt.initConfig({
// grunt-express will serve the files from the folders listed in `bases`
set tabstop=2
set shiftwidth=2