Skip to content

Instantly share code, notes, and snippets.

View icy's full-sized avatar
🦖
Available

Ky-Anh Huynh icy

🦖
Available
View GitHub Profile
@icy
icy / windows-3d-project-fixes.rb
Created October 24, 2024 07:31
Add missing folders to the projects.json used by Windows 3d drawing application
#!/usr/bin/env ruby
# Purpose : Re-update missing drawing objects' metadata in projects.json
# Author : Ky-Anh Huynh
# Date : 2024-03-21
# License : MIT
require 'rubygems'
require 'json'
require 'securerandom'