Skip to content

Instantly share code, notes, and snippets.

View antiperfectclub's full-sized avatar

Almighty Nerdgasm(K Nikita. K) antiperfectclub

View GitHub Profile
@jstenmark
jstenmark / data.js
Created December 3, 2023 19:45
Muliline replacer
const resourceIds = [
{ oldWord: 'customer_id', newWord: 'customerId' },
{ oldWord: 'ticket_id', newWord: 'ticketId' },
{ oldWord: 'switch_id', newWord: 'switchId' },
{ oldWord: 'access_id', newWord: 'accessId' },
@0xdevalias
0xdevalias / audio-pitch-correction.md
Last active February 12, 2026 23:41
Some notes on Audio pitch correction (eg. autotune, melodyne, etc)
// ==UserScript==
// @name TweetXer
// @namespace https://github.com/lucahammer/tweetXer/
// @version 0.9.3
// @description Delete all your Tweets for free.
// @author Luca,dbort,pReya,Micolithe,STrRedWolf
// @license NoHarm-draft
// @match https://x.com/*
// @match https://mobile.x.com/*
// @match https://twitter.com/*
@lucahammer
lucahammer / delete-tweets.js
Last active February 27, 2026 18:24
Delete all your Tweets Javascript
/*
This may get your account banned. It runs in your regular browser with your regular login without needing the API.
The script does the same things that you would do yourself:
Click the three dots, select delete Tweet, confirm, scroll to next Tweet, repeat.
==========================
Usage
1. Open your Twitter profile in a browser
2. Open the console in the developer tools (F12)
3. Paste the script and press enter
4. ???
@d3v1an7
d3v1an7 / ddr-extreme.md
Last active March 16, 2026 03:38
Setting up Stepmania to look/feel like DDR Extreme

Setting up Stepmania to look/feel like DDR Extreme

The first time I played DDR was on a 6th Mix DDR MAX cabinet, but I spent most of my time with this massive custom LED wall screen that housed DDR Extreme. So when I got a foam pad for home, I wanted to replicate what felt most comfortable.

I'm sure it's not pixel perfect, and there are probably some arcade features/behaviours I'm missing, but this setup is close enough for me!

  1. Download Beware's Stepmania Extreme build (direct)

If you don't mind using an older version of Stepmania, you're probably good to go and can ignore the rest!

@emilianavt
emilianavt / BestVTuberSoftware.md
Last active March 18, 2026 22:18
Best VTuber Software

Best VTuber software

This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.

Additional explanations:

  • iPhone means that an iPhone is basically required
  • iFacialMocap support means that tracking data can be received from the iFacialMocap iPhone app
  • VMC protocol means that the application can send and/or receive tracking data from other VMC protocol capable applications, allowing the combination of multiple tracking methods (e.g. VSeeFace receiving VR tracking from Virtual Motion Capture and iPhone/ARKit face tracking from Waidayo)
  • Tobii means that the Tobii eye tracker is supported
@kematzy
kematzy / .stylelintrc.json
Last active November 5, 2022 12:41
Setting up VS Code with Jekyll, Tailwind CSS, PostCSS ('jekyll-postcss') and stylelint with SCSS-like syntax support
{
"extends": ["stylelint-config-recommended"],
"processors": ["stylelint-processor-ignore-front-matter"],
"rules": {
"at-rule-no-unknown": [true, {
"ignoreAtRules": ["tailwind", "apply", "variants", "responsive", "screen"]
} ],
"declaration-block-trailing-semicolon": "always",
"no-descending-specificity": [true, { "ignore": ["selectors-within-list"] } ],
"no-invalid-double-slash-comments": true
@natowi
natowi / audio2midi.md
Last active March 11, 2026 23:11
List of open source audio to midi packages