Skip to content

Instantly share code, notes, and snippets.

@jbampton
jbampton / run.rb
Created June 15, 2018 22:59
Terminal painting with Ruby and the Paint gem
# https://www.youtube.com/watch?v=vVv81bYkbMc
require 'paint'
paint = 'Paint'.chars.map{|c| Paint[c, Paint.random]}.join
summary = ["Brought to you by #{Paint['Ruby', :red]}: A programmer's best friend",
"and #{paint}: Ruby gem for ANSI terminal colors",
'https://www.ruby-lang.org',
'https://github.com/janlelis/paint']
@pmkay
pmkay / top-brew-packages.txt
Last active May 4, 2024 13:12 — forked from r5v9/top-brew-packages.txt
Top homebrew packages
node: Platform built on V8 to build network applications
git: Distributed revision control system
wget: Internet file retriever
yarn: JavaScript package manager
python3: Interpreted, interactive, object-oriented programming language
coreutils: GNU File, Shell, and Text utilities
pkg-config: Manage compile and link flags for libraries
chromedriver: Tool for automated testing of webapps across many browsers
awscli: Official Amazon AWS command-line interface
automake: Tool for generating GNU Standards-compliant Makefiles