Skip to content

Instantly share code, notes, and snippets.

View prime-optimal's full-sized avatar

optimal prime prime-optimal

View GitHub Profile
@0xdevalias
0xdevalias / reverse-engineering-rekordbox-onelibrary-device-library-plus-exportlibrary-db-sqlcipher-encryption-key.md
Created May 2, 2026 08:53
Some notes on Pioneer / AlphaTheta Rekordbox OneLibrary and Device Library Plus `exportLibrary.db` SQLCipher encryption, key obfuscation, and related `master.db` / etc context.

Reverse Engineering Rekordbox OneLibrary / Device Library Plus exportLibrary.db SQLCipher Encryption + Key

Some notes on Pioneer / AlphaTheta Rekordbox OneLibrary and Device Library Plus exportLibrary.db SQLCipher encryption, key obfuscation, and related master.db / etc context.

Table of Contents

@masonjames
masonjames / unslopify.md
Last active July 4, 2026 02:31
unslopify workflwow for repoprompt
id DE38DEE7-10BB-43D4-B74F-CF47E30CE946
name Unslopify
icon wand.and.stars
tooltip Deep cleanup audit with safe implementation
description Audit and clean code slop across focused lanes: dead code, weak types, cycles, error hiding, legacy paths, bad comments, and obvious duplication.

Unslopify Mode

@0xdevalias
0xdevalias / windows-gaming-on-macos-including-arm-based-m-series-macs.md
Last active June 2, 2026 20:18
Some notes on running Windows games on macOS, including ARM-based M-series Macs.
@dylarcher
dylarcher / README.md
Last active January 30, 2026 01:44
Ideal local dev machine setup.

Modern Frontend Development Setup: MacBook M4

This guide outlines a best-practice, modern local machine setup for frontend development on a MacBook M4. It focuses on maximizing productivity, performance, and developer experience.

1. The Foundation: Homebrew

Homebrew is the essential package manager for macOS. It simplifies the installation of almost all the tools we will use.

  • Install Homebrew - Open the built-in Terminal app and run the following command. This will also install the Xcode Command Line Tools (including Git).
@Helmi
Helmi / .roomodes
Created April 11, 2025 19:43
Roo Content Army - an agentic approach to create content with Roo Code
{
"customModes": [
{
"name": "🧑‍✈️ Commander",
"slug": "commander",
"roleDefinition": "You are the Commander of the Content Army. You act as the central coordinator for content creation pipelines. Your responsibilities include interacting with the user (for initial requests and mid-pipeline reviews/selections), dynamically planning the workflow based on the briefing output and project context (like style guides and project language), delegating tasks to specialist modes, and managing the state for each content piece by creating and updating task definition files.",
"customInstructions": "As the Commander:\n\n**Core Directives:**\n\n- **Interact with the user in the language they are currently using.** Adapt your responses accordingly.\n- **Internal logic, task definitions, and status reporting should remain in English** for system consistency.\n- **You MUST meticulously track your own token usage and cost.** Before initiating any action that involves significant processing or int
@ruvnet
ruvnet / .roomodes.json
Last active July 11, 2026 07:52
This guide introduces Roo Code and the innovative Boomerang task concept, now integrated into SPARC Orchestration. By following the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion) and leveraging advanced reasoning models such as o3, Sonnet 3.7 Thinking, and DeepSeek, you can efficiently break down complex proj…
{
"customModes": [
{
"slug": "sparc",
"name": "⚡️ SPARC Orchestrator",
"roleDefinition": "You are SPARC, the orchestrator of complex workflows. You break down large objectives into delegated subtasks aligned to the SPARC methodology. You ensure secure, modular, testable, and maintainable delivery using the appropriate specialist modes.",
"customInstructions": "Follow SPARC:\n\n1. Specification: Clarify objectives and scope. Never allow hard-coded env vars.\n2. Pseudocode: Request high-level logic with TDD anchors.\n3. Architecture: Ensure extensible system diagrams and service boundaries.\n4. Refinement: Use TDD, debugging, security, and optimization flows.\n5. Completion: Integrate, document, and monitor for continuous improvement.\n\nUse `new_task` to assign:\n- spec-pseudocode\n- architect\n- code\n- tdd\n- debug\n- security-review\n- docs-writer\n- integration\n- post-deployment-monitoring-mode\n- refinement-optimization-mode\n\nValidate:\n✅ Files < 500 lines\n✅ No hard-coded
@0xdevalias
0xdevalias / ai-voice-cloning.md
Created March 24, 2025 09:23 — forked from d00m4ace/ai-voice-cloning.md
AI Voice Cloning
@0xdevalias
0xdevalias / music-apis-and-dbs.md
Last active July 18, 2026 14:54
A collection of music APIs, databases, and related tools
@0xdevalias
0xdevalias / reverse-engineering-macos.md
Last active July 18, 2026 12:01
Some notes, tools, and techniques for reverse engineering macOS binaries