Skip to content

Instantly share code, notes, and snippets.

@jbampton
jbampton / top-brew-packages.txt
Last active February 1, 2021 18:12 — forked from pmkay/top-brew-packages.txt
Top homebrew packages
ack: Search tool like grep, but optimized for programmers
activemq: Apache ActiveMQ: powerful open source messaging server
adns: C/C++ resolver library and DNS resolver utilities
aircrack-ng: Next-generation aircrack with lots of new features
algol68g: Algol 68 compiler-interpreter
amazon-ecs-cli: CLI for Amazon ECS to manage clusters and tasks for development.
ammonite-repl: Ammonite is a cleanroom re-implementation of the Scala REPL
ansible: Automate deployment, configuration, and upgrading
ant: Java build tool
antigen: Plugin manager for zsh, inspired by oh-my-zsh and vundle.
@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']