Skip to content

Instantly share code, notes, and snippets.

@moudrick
moudrick / CodeReferencesSearchScript.osts
Created May 21, 2025 19:36
Calculating code references for an organization​
// Secrets
const GITHUB_REPO_TOKEN = "deactivated"; // 🔐 Be careful, visible to editors
// ConfigMap
const GITHUB_ORG = "featureflagextensiveconsumer"
/**
* Returns the GitHub search result count for a flag key in an org.
* @param {string} org GitHub organization name
* @param {string} flagKey LaunchDarkly flag key to search
@moudrick
moudrick / README.md
Last active March 8, 2023 14:08
AutoHotkey 1.x script for English, Ukrainian, Crimean Tatar, Russian symbols typing

AutoHotkey 1.x script for English, Ukrainian, Crimean Tatar, Russian symbols typing

Files

_.ahk

@moudrick
moudrick / main.rb
Last active June 9, 2026 20:42 — forked from farmisen/main.rb
Unpacks *.pvr.ccz back to PNG fixed issue with [[invalid regular expression; there's no previous pattern, to which '{' would define cardinality]] Thanks to the initial author who implemented the whole workflow! Thank to those who included RUBY into OSX out-of-box!
require 'rubygems'
require 'json'
require 'chunky_png'
PLUTIL = '/usr/bin/plutil'
TEXTUREPACKER = '/usr/local/bin/TexturePacker'
dir = File.join(ARGV[0], '*plist')
out_dir = File.join(Dir.pwd , ARGV[1])
tmp_dir = "/tmp"