I hereby claim:
- I am 2xaa on github.
- I am 2xaa (https://keybase.io/2xaa) on keybase.
- I have a public key ASDZQDteqVvIDn72TPLh-P2u1Ta9za3iJ2KGroh8KJ7SRAo
To claim this, I am signing this object:
| npm ERR! code 1 | |
| npm ERR! git dep preparation failed | |
| npm ERR! command /home/username/.nvm/versions/node/v18.13.0/bin/node /home/username/.nvm/versions/node/v18.13.0/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/username/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run | |
| npm ERR! > grandiose@0.1.0 install | |
| npm ERR! > pkg-prebuilds-verify ./binding-options.js || node-gyp rebuild | |
| npm ERR! | |
| npm ERR! make: Entering directory '/home/username/.npm/_cacache/tmp/git-cloneRvcC0i/build' | |
| npm ERR! CXX(target) Release/obj.target/grandiose/src/grandiose_util.o | |
| npm ERR! CXX(target) Release/obj.target/grandiose/src/grandiose_find.o | |
| npm ERR! CXX(target) Release/obj.target/grandiose/src/grandiose_send.o |
| // ==UserScript== | |
| // @name Better Azure DevOps | |
| // @description Fixes AzureDevOps' bullshit | |
| // @match *://dev.azure.com/* | |
| // ==/UserScript== | |
| const constants = { | |
| copyBranchNameButton: "BAD-COPY_BRANCH_NAME_BUTTON", | |
| }; |
| // Usage: | |
| // 1. npm init -y && npm i minimist | |
| // 2. node sort-files-into-alphabetical-directories.js /directory-of-files /directory-of-files/output | |
| const fs = require("fs"); | |
| const path = require("path"); | |
| const argv = require("minimist")(process.argv.slice(2)); | |
| const alphabet = [..."abcdefghijklmnopqrstuvwxyz"]; |
| #include <SoftwareSerial.h> | |
| #include "MIDIUSB.h" | |
| SoftwareSerial softSerial(11, 2); | |
| byte incomingDinMidiMessage[3]; | |
| byte incomingUsbMidiMessage[3]; | |
| void setup() { | |
| Serial1.begin(31250); |
| #include <SoftwareSerial.h> | |
| SoftwareSerial softSerial(11, 2); | |
| void setup() | |
| { | |
| Serial.begin(115200); | |
| while (!Serial) { | |
| ; // wait for serial port to connect. Needed for Native USB only | |
| } |
| { | |
| "M8 Version Header": { | |
| "value": "M8VERSION\u00002100", | |
| "label": null | |
| }, | |
| "Project File Directory": { | |
| "value": "/Songs/", | |
| "label": null | |
| }, | |
| "Project Transpose": { |
| Shader "Standard-DoubleSided" | |
| { | |
| Properties | |
| { | |
| _Color("Color", Color) = (1,1,1,1) | |
| _MainTex("Albedo", 2D) = "white" {} | |
| _Cutoff("Alpha Cutoff", Range(0.0, 1.0)) = 0.5 | |
| _Glossiness("Smoothness", Range(0.0, 1.0)) = 0.5 |
| { | |
| "meta": { | |
| "theme": "wraypro" | |
| }, | |
| "basics": { | |
| "name": "Sam Wray", | |
| "label": "Creative Technologist", | |
| "picture": "https://wray.pro/assets/thumb/about.jpg", | |
| "email": "sam@wray.pro", | |
| "phone": "(+44)7561557458", |
| /* Generate colors using: `plutil -convert json` in your terminal */ | |
| const col = [] // run your .itermcolors file through the above parser and replace the array with the output | |
| function componentToHex(c) { | |
| const hex = c.toString(16) | |
| return hex.length === 1 ? `0${hex}` : hex | |
| } | |
| const mapping = { | |
| 'terminal.background':'Background Color', |
I hereby claim:
To claim this, I am signing this object: