I hereby claim:
- I am alexdean on github.
- I am mostlyalex (https://keybase.io/mostlyalex) on keybase.
- I have a public key whose fingerprint is FCB3 CEA4 5FEC 8F74 E4FF 75A7 CFE5 B806 CE15 B730
To claim this, I am signing this object:
$ ack --cathy | |
+-------------+ | |
| CHOCOLATE! | | |
| CHOCOLATE! | | |
| CHOCOLATE! | | |
| AACK! | | |
+-------------+ | |
\ :,. |
# Activate the gem you are reporting the issue against. | |
require 'active_record' | |
require 'minitest/autorun' | |
require 'logger' | |
# This connection will do for database-independent bug reports. | |
ActiveRecord::Base.establish_connection(adapter: 'sqlite3', database: ':memory:') | |
ActiveRecord::Base.logger = Logger.new(STDOUT) | |
ActiveRecord::Schema.define do |
require 'logger' | |
require 'aws-sdk' | |
log = Logger.new($stderr) | |
log.level = Logger::DEBUG | |
stream_name = ARGV[0] | |
# http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-iam.html |
require 'logger' | |
require 'aws-sdk' | |
log = Logger.new($stderr) | |
log.level = Logger::DEBUG | |
# fetch and print 1 record from the specified kinesis stream. | |
stream_name = ARGV[0] | |
starting_sequence_number = ARGV[1] |
I hereby claim:
To claim this, I am signing this object:
{ | |
"auto_match_enabled": true, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"draw_white_space": "selection", | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", |
$ bundle update rails | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching additional metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Bundler could not find compatible versions for gem "activesupport": | |
In Gemfile: | |
rails (= 4.2.0) ruby depends on | |
actionmailer (= 4.2.0) ruby depends on | |
actionpack (= 4.2.0) ruby depends on | |
activesupport (= 4.2.0) ruby |
# poking at https://github.com/alexdean/Adafruit_Python_BMP/blob/master/Adafruit_BMP/BMP085.py#L191 | |
pressures = [101325.00, 22632.10, 5474.89, 868.02, 110.91, 66.94, 3.96] | |
for pressure in pressures: | |
print(str(pressure) + "Pa == " + str(read_altitude(pressure)) + "m") | |
(irb):5: [BUG] Segmentation fault at 0x00000000000003 | |
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] | |
-- Control frame information ----------------------------------------------- | |
c:0019 p:---- s:0076 e:000075 CFUNC :send | |
c:0018 p:0007 s:0072 e:000071 EVAL (irb):5 [FINISH] | |
c:0017 p:---- s:0070 e:000069 CFUNC :eval | |
c:0016 p:0024 s:0063 e:000062 METHOD /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/irb/workspace.rb:86 | |
c:0015 p:0025 s:0056 e:000054 METHOD /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/irb/context.rb:380 | |
c:0014 p:0022 s:0050 e:000049 BLOCK /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/irb.rb:492 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<link type="text/css" rel="stylesheet" href="stylesheet.css"/> | |
<title>Result</title> | |
</head> | |
<body> | |
<h1>Change me to Verdana.</h1> | |
<h3>Change me to Courier.</h3> |