Skip to content

Instantly share code, notes, and snippets.

View asci's full-sized avatar
🍊

Artem R asci

🍊
View GitHub Profile
@zhenwenc
zhenwenc / buildSchema.js
Last active November 3, 2021 22:48
Generate Apollo API based on remote GraphQL schema merging with schemas for local state
#!/usr/bin/env node
const fs = require('fs');
const path = require('path');
const https = require('https');
const yargs = require('yargs');
const fetch = require('node-fetch');
const { parse, execute, buildSchema } = require('graphql');
const { makeExecutableSchema } = require('graphql-tools');
@asci
asci / index.rb
Created December 23, 2019 20:52
PotatoSong01
use_bpm 55
live_loop :snare do
sample :bd_haus, pitch: 12
sleep 0.5
end
live_loop :bam do
sleep 0.5
sample :bd_haus
end