Skip to content

Instantly share code, notes, and snippets.

View skyzyx's full-sized avatar
👾
OOICU812

Ryan Parman skyzyx

👾
OOICU812
View GitHub Profile
@dollspace-gay
dollspace-gay / VSDD.md
Last active July 12, 2026 20:47
Verified Spec-Driven Development

Verified Spec-Driven Development (VSDD)

The Fusion: VDD × TDD × SDD for AI-Native Engineering

Overview

Verified Spec-Driven Development (VSDD) is a unified software engineering methodology that fuses three proven paradigms into a single AI-orchestrated pipeline:

  • Spec-Driven Development (SDD): Define the contract before writing a single line of implementation. Specs are the source of truth.
  • Test-Driven Development (TDD): Tests are written before code. Red → Green → Refactor. No code exists without a failing test that demanded it.
@skyzyx
skyzyx / README.md
Created July 27, 2025 17:59
Slack URL patterns

Slack URL patterns

Slack app

slack://channel?team=TEAM_ID&id=CHANNEL_ID&host=slack.com

Web app

#!/usr/bin/env bash
set -euo pipefail
#---------------- CONFIGURATION ----------------#
GITHUB_ORG="your-org-here" # Replace with your GitHub organization
MAX_PRS=0 # Maximum number of PRs to create (0 for unlimited)
SEARCH_LIMIT=1000 # Limit for search results
BRANCH_NAME="fix/update-workflow-always-conditions"
PR_TITLE="Replace always() with !cancelled() in workflows"
@fpaupier
fpaupier / frame_extractor.py
Created October 12, 2021 13:07
Extract frame from a video using ffmpeg and txt file containing a list of timestamps expressed in seconds. One line is a timestamp.
"""
Generates video screenshot from a text file of timestamps expressed in seconds.
Note: ffmpeg must be installed on your machine.
Tested on python3.7
Example usage:
```
@PixelSergey
PixelSergey / dump.md
Last active June 23, 2026 21:33
Dump games with godmode9

Dumping games with Godmode9

Dumping games is the act of taking a game from your system or gamecart and copying it into a readable format onto your SD card. Dumping is perfectly legal if you keep the dumps to yourself, however sharing these dumps is piracy and is illegal.

This guide will tell you how to dump games from various formats and for various purposes. Dumping 3DS cartriges as .cia files is good if you want to install them to your system. Dumping them as .3ds files is good for emulators. Installed titles cannot be dumped as .3ds files. NDS cartiges can only be dumped as .nds files and cannot be installed (however, you can play them with emulators or flashcarts).

Dumping the RomFS of a game is primarily for romhacking purposess.

@kumlali
kumlali / Setting_up_Debian_repositories_with_JFrog_Artifactory.md
Last active March 16, 2024 04:06
Setting up Debian repositories with JFrog Artifactory

Setting up Debian repositories with JFrog Artifactory

While I was searching for how I use Artifactory as Debian repository, I came across official Artifactory documentation: How do I cache artifacts from a remote Debian repository?. But, it did not work because there is no apt-add-repository command as documentation mentioned. I had to figure out the correct way by myself and following steps worked for me.

Resources

@steven2358
steven2358 / ffmpeg.md
Last active July 17, 2026 09:13
FFmpeg cheat sheet
@shortjared
shortjared / list.txt
Last active June 25, 2026 21:05
List of AWS Service Principals
a4b.amazonaws.com
access-analyzer.amazonaws.com
account.amazonaws.com
acm-pca.amazonaws.com
acm.amazonaws.com
airflow-env.amazonaws.com
airflow.amazonaws.com
alexa-appkit.amazon.com
alexa-connectedhome.amazon.com
amazonmq.amazonaws.com
@steve-jansen
steve-jansen / docker-inspect.sh
Created August 19, 2016 01:55
List labels for a docker container
docker inspect -f '{{ range $k, $v := .ContainerConfig.Labels -}}
{{ $k }}={{ $v }}
{{ end -}}' $cid
@jamtur01
jamtur01 / ladder.md
Last active July 15, 2026 02:10
Kickstarter Engineering Ladder