This file contains 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
// ==UserScript== | |
// @name FreeSound Shortcuts (New) | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2.3 | |
// @description Up/Down to play sample, Enter to Open page, R to replay, Space to play/pause. Doesn't work on new UI. | |
// @author houkanshan | |
// @match https://freesound.org/* | |
// @icon https://freesound.org/favicon.ico | |
// @grant none | |
// ==/UserScript== |
This file contains 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
HID Bluetooth Library Started | |
BTD ConfigureDevice | |
BTD Init | |
Addr: 01 | |
Endpoint descriptor: | |
Length: 07 | |
Type: 05 | |
Address: 81 | |
Attributes: 03 |
This file contains 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
.download_platforms .icon-apple { | |
position: relative; | |
font-family: 'icomoon', var(--itchio_font_family) !important; | |
} | |
.download_platforms .icon-apple::before { | |
content: "\e011 Can't Open?"; | |
} | |
.download_platforms .icon-apple::after { |
This file has been truncated, but you can view the full file.
This file contains 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
const path = require('path') | |
function checkModule(name, sendMessage) { | |
try { | |
const m = require(name) | |
} catch(e) { | |
sendMessage(e) | |
throw e | |
} | |
} |
This file contains 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
#pragma kernel CSParticle | |
// Particle's data | |
struct Particle | |
{ | |
float3 position; | |
float3 velocity; | |
float life; | |
}; |
This file contains 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
{"gameLink":"www.flickgame.org","canvasses":[[7328,"f",5,"0",153,"f",9,"0",150,"f",11,"0",148,"f",13,"0",147,"f",13,"0",146,"f",15,"0",145,"f",3,"0",3,"f",9,"0",145,"f",1,"0",7,"f",7,"0",142,"f",5,"0",6,"f",7,"0",138,"f",4,"0",3,"f",2,"0",6,"f",7,"0",133,"f",5,"0",1,"f",1,"0",2,"f",1,"0",1,"f",3,"0",6,"f",6,"0",130,"f",4,"0",6,"f",1,"0",2,"f",2,"0",2,"f",1,"0",6,"f",6,"0",126,"f",4,"0",9,"f",2,"0",2,"f",1,"0",4,"f",2,"0",5,"f",4,"0",127,"f",1,"0",9,"f",8,"0",5,"f",2,"0",5,"f",3,"0",127,"f",1,"0",6,"f",3,"0",4,"f",1,"0",3,"f",1,"0",6,"f",5,"0",2,"f",1,"0",128,"f",1,"0",2,"f",3,"0",7,"f",1,"0",3,"f",1,"0",6,"f",1,"0",1,"f",1,"0",5,"f",1,"0",127,"f",3,"0",10,"f",1,"0",4,"f",1,"0",4,"f",3,"0",7,"f",1,"0",139,"f",1,"0",4,"f",5,"0",10,"f",1,"0",139,"f",1,"0",20,"f",1,"0",139,"f",1,"0",19,"f",1,"0",140,"f",1,"0",18,"f",1,"0",141,"f",2,"0",10,"f",2,"0",4,"f",1,"0",143,"f",10,"0",6,"f",1,"0",147,"f",1,"0",12,"f",1,"0",146,"f",1,"0",12,"f",1,"0",146,"f",1,"0",12,"f",1,"0",146,"f",1,"0",12,"f",1,"0",142,"f",38,"0",122," |
This file contains 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
{"gameLink":"-_o","canvasses":[[7328,"f",5,"0",153,"f",9,"0",150,"f",11,"0",148,"f",13,"0",147,"f",13,"0",146,"f",15,"0",145,"f",3,"0",3,"f",9,"0",145,"f",1,"0",7,"f",7,"0",142,"f",5,"0",6,"f",7,"0",138,"f",4,"0",4,"a",1,"0",6,"f",7,"0",133,"f",5,"0",1,"a",1,"0",2,"f",1,"0",1,"a",3,"0",6,"f",6,"0",130,"f",4,"0",6,"a",1,"0",2,"f",2,"0",2,"f",1,"0",6,"f",6,"0",126,"f",4,"0",9,"a",2,"0",2,"f",1,"0",4,"f",2,"0",5,"f",4,"0",127,"f",1,"0",9,"a",8,"0",5,"f",2,"0",5,"f",3,"0",127,"f",1,"0",6,"a",3,"0",4,"f",1,"0",3,"f",1,"0",6,"f",5,"0",2,"f",1,"0",128,"f",1,"0",2,"a",3,"0",7,"f",1,"0",3,"f",1,"0",6,"f",1,"0",1,"f",1,"0",5,"f",1,"0",127,"f",3,"0",10,"f",1,"0",4,"f",1,"0",4,"f",3,"0",7,"f",1,"0",139,"f",1,"0",4,"f",5,"0",10,"f",1,"0",139,"f",1,"0",20,"f",1,"0",139,"f",1,"0",19,"f",1,"0",140,"f",1,"0",18,"f",1,"0",141,"f",2,"0",10,"f",2,"0",4,"f",1,"0",143,"f",10,"0",6,"f",1,"0",147,"f",1,"0",12,"f",1,"0",146,"f",1,"0",12,"f",1,"0",146,"f",1,"0",12,"f",1,"0",146,"f",1,"0",12,"f",1,"0",142,"f",38,"0",122,"f",1,"0",159," |
This file contains 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
{"gameLink":"Dream","canvasses":[[28,"0",1,"3",4,"0",1,"7",3,"0",3,"7",65,"0",3,"7",26,"0",1,"3",53,"0",1,"3",4,"0",1,"7",3,"0",1,"7",1,"0",1,"7",2,"0",1,"7",2,"0",1,"7",30,"0",1,"7",14,"0",1,"7",12,"0",2,"7",3,"0",1,"7",25,"0",1,"3",52,"0",1,"3",4,"0",1,"7",3,"0",1,"7",1,"0",1,"7",1,"0",2,"7",1,"0",2,"7",21,"0",1,"7",7,"0",2,"7",13,"0",1,"7",1,"0",1,"7",11,"0",1,"7",3,"0",2,"7",18,"0",1,"7",2,"0",1,"7",2,"0",1,"7",1,"3",52,"0",1,"3",4,"0",1,"7",2,"0",8,"7",1,"0",1,"7",13,"0",1,"7",6,"0",1,"7",1,"0",1,"7",4,"0",2,"7",1,"0",1,"7",6,"0",2,"7",4,"0",1,"7",1,"0",1,"7",4,"0",1,"7",4,"0",3,"7",2,"0",2,"7",1,"0",1,"7",18,"0",1,"7",1,"0",2,"7",2,"0",1,"7",1,"3",52,"0",1,"3",4,"0",1,"7",1,"0",1,"7",1,"0",6,"7",2,"0",1,"7",5,"0",2,"7",5,"0",1,"7",1,"0",1,"7",4,"0",1,"7",2,"0",1,"7",3,"0",1,"7",2,"0",1,"7",6,"0",2,"7",4,"0",1,"7",1,"0",1,"7",3,"0",3,"7",3,"0",1,"7",1,"0",1,"7",1,"0",5,"7",2,"0",1,"7",3,"0",1,"7",8,"0",1,"7",2,"0",2,"7",1,"0",2,"7",2,"0",1,"7",1,"3",52,"0",1,"3",3,"0",2,"7",1,"0",1,"7",1,"0",2,"7",1,"0", |
This file contains 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
{"gameLink":"www.flickgame.org","canvasses":[[16000,"0"],[21,"f",8,"0",124,"f",7,"0",21,"f",6,"0",126,"f",7,"0",21,"f",4,"0",128,"f",7,"0",21,"f",3,"0",129,"f",7,"0",21,"f",1,"0",131,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",153,"f",7,"0",152,"f",8,"0",9120,"f",5,"0",1753,"f",2,"0",89,"f",7,"0",60,"f",4,"0",78,"f",18,"0",58,"f",6,"0",73,"f",23,"0",56,"f",8,"0",69,"f",27,"0",54,"f",10,"0",64,"f",32,"0",52,"f",12,"0",55,"f",41,"0",50,"f",14,"0",49,"f",47,"0",48,"f",16,"0",43,"f",53,"0",46,"f",18,"0",37,"f",59,"0",45,"f",19,"0",31,"f",65,"0",44,"f",20,"0",25,"f",71,"0",42,"f",22,"0",17,"f",79,"0",41,"f",23,"0",17,"f",79,"0",40,"f",24,"0",17,"f",79,"0",38,"f",26,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"],[16000,"0"]],"hyperlinks":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0, |
NewerOlder