Skip to content

Instantly share code, notes, and snippets.

@mechaneyes
mechaneyes / settings.json
Last active March 27, 2019 14:36
Color customizations for VS Code
// 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",
@mechaneyes
mechaneyes / styleCount.js
Last active December 19, 2019 19:56
using sessionStorage to count styles viewed
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);
}
[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
{
"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,
}
@mechaneyes
mechaneyes / p5js: package.json + webpack.config.js
Created December 14, 2021 19:22
p5js: package.json + webpack.config.js
config for modernizing and running generator-p5-webpack
πŸ‚ package.json
πŸ– webpack.config.js
@mechaneyes
mechaneyes / nameDanceElectronic.json
Last active June 6, 2022 11:39
Tweet annotations - Twitter API
{
"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",
@mechaneyes
mechaneyes / comments-headlines.js
Last active March 5, 2024 15:40
my preferred commenting syntax
// β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”oβ€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”o comment -->
// β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”o comment β€”>
//
@mechaneyes
mechaneyes / intro.md
Created January 26, 2024 00:34
AI Art Generation
@mechaneyes
mechaneyes / responsive-font.md
Created March 14, 2024 14:55
Responsive Font-Size