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
// https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2 | |
{ | |
"breadcrumbs.enabled": false, | |
// Path to the git executable. | |
"git.path": null, | |
"extensionsGallery": { | |
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", |
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
let shirt = JSON.parse(sessionStorage.getItem("shirt")); | |
let pants = JSON.parse(sessionStorage.getItem("pants")); | |
let fleece = JSON.parse(sessionStorage.getItem("fleece")); | |
let counter = 0; | |
$(".shirt").click(function() { | |
if (shirt !== "true") { | |
counter++; | |
$(".countHolder").html(counter); | |
} |
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
[filter "lfs"] | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true | |
[user] | |
name = Ray Weitzenberg | |
email = [email protected] | |
[core] | |
excludesfile = /Users/00821817/.gitignore_global |
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
{ | |
"workbench.colorTheme": "1984", | |
// Controls the commit message length threshold for showing a warning. | |
"git.inputValidationLength": 72, | |
// Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `config.inputValidationLength`. | |
"git.inputValidationSubjectLength": 50, | |
} |
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
config for modernizing and running generator-p5-webpack | |
π package.json | |
π webpack.config.js |
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
{ | |
"data": { | |
"text": "My top artists (Last 7 days): 1. Sam Gendel 2. Axel Boman 3. Destroyer 4. Toro y Moi 5. Finn 6. Yasuaki Shimizu 7. Eris Drew 8. |||||||||||||||||||| 9. DJ Koze 10. Floating Points (via https://t.co/TlVPQxczRs Charts)", | |
"entities": { | |
"urls": [ | |
{ | |
"start": 185, | |
"end": 208, | |
"url": "https://t.co/TlVPQxczRs", | |
"expanded_url": "http://Last.fm", |
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
// ββββββββββββββββββββββββββββββββββββoββββββββββββββββββββββββββββββββββββo comment --> | |
// ββββββββββββββββββββββββββββββββββββo comment β> | |
// |
https://www.midjourney.com/home?callbackUrl=/explore
https://midlibrary.io/midlibrary/inside
Andrei Kovalev's Midlibrary is a carefully curated collection of hand-picked MidjourneyΒ StylesΒ and aΒ Midjourney Guide
:root {
font-size: calc(1rem + 0.25vw);
}
https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/
With modern CSS, we can just write that function! Itβs calc(1.0625rem + 0.2604vw). I round this to 1rem + 0.25vw.
OlderNewer