Skip to content

Instantly share code, notes, and snippets.

@saper
saper / node-sass-stats.js
Last active October 24, 2019 13:12 — forked from realityking/node-sass-stats.js
node-sass download stats
'use strict';
const json = require('./stats.json');
const table = require('markdown-table');
function getHumanNodeVersion(abi) {
switch (parseInt(abi, 10)) {
case 11: return 'Node 0.10.x';
case 14: return 'Node 0.12.x';
case 42: return 'io.js 1.x';
@saper
saper / Related Clubs.sql
Created June 9, 2017 01:03 — forked from tenkabuto/Related Clubs.sql
Getting Related Clubs with Data Science Club (`125525`) for Test
CFLAGS=-ggdb3
PATH=/opt/mono/bin/:$PATH
./autogen.sh #--enable-werror
make -w
(cd mcs && make -w test) # build tests separately, so we can catch compilation errors that would be ignored in the next step
make -k -w check CI=1 V=1 TEST_HARNESS_VERBOSE=1 || true
rm -r /tmp/jenkins-temp-aspnet*