This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |