Skip to content

Instantly share code, notes, and snippets.

View MadBomber's full-sized avatar
💭
I may be slow to respond.

Dewayne VanHoozer MadBomber

💭
I may be slow to respond.
View GitHub Profile
@ericboehs
ericboehs / yt
Last active November 13, 2023 18:49
Offline YouTube
#! /usr/bin/env ruby
# Eric's Offline YouTube (Download YT videos via Downie with JSON metadata and image previews and then run this script)
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'json'
@gbuesing
gbuesing / ml-ruby.md
Last active February 28, 2024 15:13
Resources for Machine Learning in Ruby

UPDATE a fork of this gist has been used as a starting point for a community-maintained "awesome" list: machine-learning-with-ruby Please look here for the most up-to-date info!

Resources for Machine Learning in Ruby

Gems