Many of you (understandably) applied a sort of nesting indentation to your assembly code something like this:
for_row: mov r9, 0
next_row:
COMPARISON
| find . -name '*.git' -execdir sh -c 'cd {} && git gc' \; # Compress all git repos under current directory |
Dashing widget to show the build status of a CircleCI project.
CIRCLE_CI_AUTH_TOKENhttparty to your Gemfile and run bundle installThen:
Dashing widget to show the status of builds from CircleCI. Also shows the avatar of the person who is running/breaking/passing the current build.
CIRCLE_CI_AUTH_TOKENhttparty to your Gemfile and run bundle installThen:
| #! /usr/env/ruby | |
| require "benchmark" | |
| require 'digest/md5' | |
| # The password hash to crack | |
| password_hash = "e1f3ecc31656795a128db19da490c9ec" | |
| # Helper for hashing passwords | |
| def md5(password) | |
| Digest::MD5.hexdigest(password) |
| #!/usr/env/ruby | |
| mappings = { | |
| 1 => 'Kelly\'s Eye', | |
| 2 => 'One Little Duck', | |
| 3 => 'Cup of Tea', | |
| 4 => 'Knock at the Door', | |
| 5 => 'Man Alive', | |
| 6 => 'Tom Mix', | |
| 7 => 'Lucky', | |
| 8 => 'Garden Gate', |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.HashMap; | |
| import java.util.List; | |
| /** | |
| * A class to demonstrate finding potential passwords made from Leetspeak | |
| * | |
| * BACKSTORY: | |
| * You overhear someone in the office mention their password out loud. |
| # GEMFILE | |
| # source 'https://rubygems.org' | |
| # | |
| # gem 'nokogiri' | |
| # gem 'awesome_print' | |
| #!/usr/bin/env ruby | |
| require 'open-uri' | |
| require 'optparse' |