Skip to content

Instantly share code, notes, and snippets.

@flibby-jibbit
flibby-jibbit / README.md
Created November 21, 2017 00:32 — forked from mattsears/README.md
Todo.rb: A simple command-line TODO manager written in Ruby

Todo.rb

Todo.rb is a simple command-line tool for managing todos. It's minimal, straightforward, and you can use it with your favorite text editor.

Getting Started

Todo.rb doesn't require any third-party gems so you can copy the file anywhere and use it as long as it's executable:

@flibby-jibbit
flibby-jibbit / HTML Response
Created February 24, 2015 15:28
JSON response for CC data
<html>
<head></head>
<body>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">[ { "cc": "8RNVLaYTSaRw3KmYJaDAF/kqDgJnGFzmxwMgDNBRp9o=", "expMo": "12", "expYr": "2007" } ]</string>
</body>
</html>
@flibby-jibbit
flibby-jibbit / gist:6616022
Created September 18, 2013 21:29
~/.berkshelf/config-dev-vb.json
{
"chef": {
"chef_server_url": "https://provision.infrastructure.vb",
"validation_client_name": "chef-validator",
"validation_key_path": "/Users/fidelity/Development/Exchange/vagrant-toolkit/keys/dev-vb/chef-validator.pem",
"client_key": "/Users/fidelity/Development/Exchange/vagrant-toolkit/keys/dev-vb/vagrant.pem",
"node_name": "vagrant"
},
"cookbook": {
"copyright": "YOUR_NAME",
@flibby-jibbit
flibby-jibbit / vagrant up errors #2
Last active December 23, 2015 04:39
vagrant up errors
[[email protected]] ~/Development/Exchange/vagrant-toolkit (simplify)
=> vagrant up provision.infrastructure
Bringing machine 'provision.infrastructure' up with 'virtualbox' provider...
[provision.infrastructure] Box 'ubuntu-12.04' was not found. Fetching box from specified URL for
the provider 'virtualbox'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading or copying the box...
Extracting box...te: 1190k/s, Estimated time remaining: --:--:--)
Recipe: lvm::default
* package[lvm2] action install (up to date)
* chef_gem[di-ruby-lvm] action install (up to date)
Recipe: cmp_infrastructure::logical_volumes
* lvm_logical_volume[jenkins] action nothing (up to date)
* lvm_logical_volume[marketplace] action nothing (up to date)
* lvm_volume_group[apps] action create (up to date)
Recipe: <Dynamically Defined Resource>
* ruby_block[logical_volumes_updated_for_group_apps] action nothing (up to date)
* ruby_block[create_logical_volumes_for_group_apps] action nothing (up to date)