Skip to content

Instantly share code, notes, and snippets.

View ultrageek's full-sized avatar

rajdash ultrageek

  • silicon valley
View GitHub Profile
@ultrageek
ultrageek / background.js
Created March 2, 2023 05:42 — forked from omarstreak/background.js
Chrome API Extension
//oauth2 auth
chrome.identity.getAuthToken(
{'interactive': true},
function(){
//load Google's javascript client libraries
window.gapi_onload = authorize;
loadScript('https://apis.google.com/js/client.js');
}
);
@ultrageek
ultrageek / gist:fa899d01f0706aaee3f4ed1d49cd2714
Created November 7, 2022 20:24 — forked from HuemanInstrument/gist:6b24d4c6a5d7c40584001852e106a4bc
Jason Silva Biotech 720p low models secondary off
12 fps --> 24 fps via flowframes
ViTB32: yes
RN50: yes
steps:
321
width_height:
[1280, 720]
clip_guidance_scale:
120000
range_scale:
0: ["Cannabis Leaf, pot leaf", "water color air bubbles"],
52: ["Cannabis Leaf | Pot Leaf", "oil on canvas"],
131: ["city clock by Gustave Doré | oil on canvas"],
209: ["clocks by beeple | clocks by johfra bosschart"],
244: ["clock by georgia o'keeffe | holographic vivid colors"],
283: ["water color air bubbles by Tomas Sanchez | water color bubble by Tomas Sanchez"],
339: ["Underwater by Tyler Edlin", "holographic water ripples", "Mandala Fractal Samsara vivid colors"],
441: ["hornwort made of marble Marble | dotting the surface of a fractal intelligence | James McCarthy seaweed painting"],
493: ["water Temple God by Johfra Bosschart, oil on canvas"],
643: ["alien planet ocean with an island"],
@ultrageek
ultrageek / .block
Created March 28, 2020 20:27
fresh block
license: mit
Program Bachelor Master Doctor Undergrad Cert Postgrad Cert
Acting 8 0 -1 9 -1
Brass Instruments 7 6 0 0 0
Dance, General 27 -1 -1 -1 -1
Jazz/Jazz Studies 6 7 -1 -1 5
Keyboard Instruments 17 21 4 1 1
Music Theory and Composition 4 7 1 0 0
Percussion Instruments 0 1 0 0 0
Stringed Instruments 37 46 1 0 9
Voice and Opera 10 12 0 0 4
NCES ID Program Completions Degree level
192110 Acting 8 Bachelor
192110 Brass Instruments 7 Bachelor
192110 Dance, General 27 Bachelor
192110 Jazz/Jazz Studies 6 Bachelor
192110 Keyboard Instruments 17 Bachelor
192110 Music Theory and Composition 4 Bachelor
192110 Percussion Instruments 0 Bachelor
192110 Stringed Instruments 37 Bachelor
192110 Voice and Opera 10 Bachelor
192110 Acting 8 Bachelor
192110 Brass Instruments 7 Bachelor
192110 Dance, General 27 Bachelor
192110 Jazz/Jazz Studies 6 Bachelor
192110 Keyboard Instruments 17 Bachelor
192110 Music Theory and Composition 4 Bachelor
192110 Percussion Instruments 0 Bachelor
192110 Stringed Instruments 37 Bachelor
192110 Voice and Opera 10 Bachelor
var layout_data = [
/*
{ "len": 3, "color": "#8dd3c7", "label": "January", "id": "january" },
{ "len": 3, "color": "#ffffb3", "label": "February", "id": "february" },
{ "len": 3, "color": "#bebada", "label": "March", "id": "march" },
{ "len": 3, "color": "#fb8072", "label": "April", "id": "april" },
{ "len": 3, "color": "#80b1d3", "label": "May", "id": "may" },
{ "len": 3, "color": "#fdb462", "label": "June", "id": "june" },
{ "len": 3, "color": "#b3de69", "label": "July", "id": "july" },
{ "len": 3, "color": "#fccde5", "label": "August", "id": "august" },
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [125.6, 10.1]
},
"properties": {
"name": "Dinagat Islands"
}
}
{"features": [ {"geometry": { "coordinates": [ 0.124862, 52.2033051 ], "type": "Point"}, "id": "Cambridge,UK", "properties": {}, "type": "Feature" }, {"geometry": { "coordinates": [ 151.2164539, -33.8548157 ], "type": "Point"}, "id": "Sydney, Australia", "properties": {}, "type": "Feature" }], "type": "FeatureCollection"}