Skip to content

Instantly share code, notes, and snippets.

View pckv's full-sized avatar
🗿

PC pckv

🗿
View GitHub Profile
@pckv
pckv / unrepeat.pyscript
Last active May 1, 2025 20:22
Unrepeat - FL Studio Piano Roll Script
"""
Title: Unrepeat
Author: pckv
Category: Edit
Version: 1.1
Description:
Splits all notes with repeats into regular notes
Changelog:
#Requires AutoHotkey v2
AutoBurn := false
#b::
{
global AutoBurn
InputBoxObj := InputBox("Paste card IDs as copied from the Hifumin Tools userscript. If you have AutoBurn enabled, position your cursor in the center of the BIG PLUS BUTTON to the left of the Discord message field and press Enter instead of clicking OK. KEEP THE CURSOR OVER THE PLUS BUTTON UNTIL IT WRITES 'done'", "Burn cards")
if InputBoxObj.Result != "OK"
{
@pckv
pckv / lyrical-nonsense-copy.user.js
Last active March 12, 2025 09:03
Lyrical-nonsense Copy Userscript
// ==UserScript==
// @name Lyrical-nonsense Copy
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Enables copying in lyric text and adds a copy lyrics button to each tab
// @author pckv
// @match https://www.lyrical-nonsense.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=lyrical-nonsense.com
// @grant none
// ==/UserScript==
@pckv
pckv / database.py
Created September 29, 2017 21:37
wwww
import random
import json
import os
path = "blueprints/filehost/hosts/db.json"
db = {
"auth": None,
"hosts": {
"vu": {},
@pckv
pckv / tag4solo.lua
Last active May 25, 2018 11:47
splits the given beatmap by combo, returns multiple txt files of hitobjects. requires Lua BitOP
--[[ LICENSE
The MIT License (MIT)
Copyright (c) 2016 PC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell