Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am lzychowski on github.
  • I am lzychowski (https://keybase.io/lzychowski) on keybase.
  • I have a public key ASDsJn5sEnXRQewDOD-ujzDZA6fz8ZDLeVbG-z3UhLuySgo

To claim this, I am signing this object:

class Image
def initialize(image)
@image = image
end
def find_ones
list_of_ones = [] # create empty array to track found 1's
row = 0
@image.each do |n|
class Card
attr_accessor :rank, :suit
def initialize(rank, suit)
self.rank = rank
self.suit = suit
end
def output_card
puts "#{self.rank} of #{self.suit}"
{
"mapping": {
"properties": {
"@timestamp": {
"type": "date"
},
"fields": {
"properties": {
"code": {
"type": "text",