This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.10", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"Objects in Lite": { | |
"bl_idname": "SvObjInLite", | |
"color": [ | |
0.0, | |
0.5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.10", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"Objects in Lite": { | |
"bl_idname": "SvObjInLite", | |
"color": [ | |
0.0, | |
0.5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.10", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"Objects in Lite": { | |
"bl_idname": "SvObjInLite", | |
"color": [ | |
0.0, | |
0.5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.10", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"Objects in Lite": { | |
"bl_idname": "SvObjInLite", | |
"color": [ | |
0.0, | |
0.5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SDL2/SDL.h> | |
#include <SDL2/SDL_image.h> | |
#include <string> | |
#include <sstream> | |
#include <iostream> | |
#include <time.h> | |
#include <ctime> | |
#include <vector> | |
#include <fstream> | |
#include <iomanip> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git ls-files | xargs wc -l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SDL2/SDL.h> | |
// #include <SDL2/SDL_image.h> | |
#include <iostream> | |
#include <vector> | |
#include <string> | |
#include <fstream> | |
#include <stdio.h> | |
#include <regex> | |
struct Glyph |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import shutil | |
import os | |
from distutils.dir_util import copy_tree | |
def make_new_project(new_project_name): | |
""" | |
start new empty C++ folder + structure | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef INCLUDED_QJSON_H | |
#define INCLUDED_QJSON_H | |
#include <string> | |
#include <vector> | |
#include <map> | |
#include <stdexcept> | |
#include <memory> | |
#include <algorithm> | |
#include <istream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i_num_notes = lenarray(i_notes) | |
;aNewVoice pad_voice i_notes[0], i_duration | |
;aSig += aNewVoice | |
;aNewVoice2 pad_voice i_notes[1], i_duration | |
;aSig += aNewVoice2 | |
;aNewVoice2 pad_voice i_notes[2], i_duration | |
;aSig += aNewVoice2 |