Skip to content

Instantly share code, notes, and snippets.

View appleneko2001's full-sized avatar
😴
BURNOUT STAGE

appleneko2001

😴
BURNOUT STAGE
View GitHub Profile

SayoDevice o3c Resources

The place for all resources related to the SayoDevice o3c keypad.

In addition to that, tips and tricks. Even troubleshooting solutions.

This site is not affiliated with any official Sayo personnel.

Start with checking the Index.

@appleneko2001
appleneko2001 / .quick back to song select after 2023.1026.0 update.json
Created November 16, 2023 13:01
AutoKey script : used to against the fucking result screen delay of osulazer after 2023.1026.0, also sudden back to the song select screen. Recommend bind F10 key, unbind F10 key from the game
{
"type": "script",
"description": "quick back to song select after 2023.1026.0 update",
"store": {},
"modes": [
3
],
"usageCount": 21,
"prompt": false,
"omitTrigger": false,
@appleneko2001
appleneko2001 / project_listing.json
Last active September 21, 2025 07:00
my website project listing data
[
{
"header": "Hello world! my works page!",
"date": "2025-09-21T09:00",
"status": "ongoing",
"desc": "I'll put some data to here later :P",
"cover": {
"isIcon": true,
"icon": "material:emoji_objects"
},
@appleneko2001
appleneko2001 / TODO_Index_table.md
Last active September 12, 2026 18:55
Known shader listing that supports voxy LoD mod

Index

Important

TODO: this place is used for organising all information as two parts, which have simple and detailed, make users easily to access the information they needed by checking the table.

But theres one issue, I'm busy in IRL and pretty slow to do those works everything. I'll update it as much as possible, it would be slow but meanful to do that.

Shader Name Set A [^a1] Set B [^a2]
Solas Shader + +
@appleneko2001
appleneko2001 / javascript_engines_and_runtimes.md
Last active December 18, 2025 08:53 — forked from guest271314/javascript_engines_and_runtimes.md
A list of JavaScript engines, runtimes, interpreters

TODO: tags

  • ⚙️ is engine / intepreter
  • 🧰 is utilities
  • 🖥️ is server

  • V8 ⚙️

V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.