Skip to content

Instantly share code, notes, and snippets.

View arces's full-sized avatar
⌨️
Working on 8bitdashboard.com

Dan Janes arces

⌨️
Working on 8bitdashboard.com
View GitHub Profile
/**
* ---------------------------------------------------------
* | Esp-32/Arduino Stair Led Relay control |
* | By SchizoDuckie, ©2019 |
* | |
* | Disclaimer: |
* | I am in no way, shape or form responsible for |
* | - You setting your house on fire |
* | - Your firstborn suddenly getting autism |
* | - Your girlfriend running off with the neighbour |
@IanColdwater
IanColdwater / twittermute.txt
Last active July 2, 2024 02:25
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@tatsumoto-ren
tatsumoto-ren / subs.md
Last active July 24, 2024 18:25
Japanese Subtitles

📓 Table of Contents 📚 Resources ✉️ Chat


kitsunekko.net jp subtitles

A large repository of japanese subtitles that is updated reasonably often and has a clean design.| The most popular one, you can upload your own subs.| Often have to be retimed.

@AdmTal
AdmTal / piano_blender.py
Created January 21, 2024 00:53
Animate Blender 3d piano
import bpy
import pretty_midi
from collections import defaultdict
# Parameters
BUFFER = 12
fps = 24
midi_file_path = 'wii-music.mid'
keys_collection = bpy.data.collections['Keys']
key_press_action = bpy.data.actions['Key Press']