I hereby claim:
- I am kryachkov on github.
- I am kryachkov (https://keybase.io/kryachkov) on keybase.
- I have a public key ASCj26xj8cVJEZhPSrumwrtfmDmXMURrfMqI2LGfEnLpZwo
To claim this, I am signing this object:
| source 'https://rubygems.org' | |
| ruby '2.1.6' | |
| gem 'rails', '4.2.4' | |
| gem 'sass-rails', '~> 5.0' | |
| gem 'uglifier', '>= 1.3.0' | |
| gem 'coffee-rails', '~> 4.1.0' | |
| gem 'jquery-rails' | |
| gem 'turbolinks' | |
| gem 'jbuilder', '~> 2.0' | |
| group :development, :test do |
| staging: | |
| adapter: postgresql | |
| encoding: unicode | |
| database: myapp | |
| pool: 5 | |
| username: myapp | |
| password: password | |
| host: localhost |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Welcome to nginx!</title> | |
| </head> | |
| <body> | |
| <h1>Hello from app node</h1> | |
| </body> | |
| </html> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Welcome to nginx!</title> | |
| </head> | |
| <body> | |
| <h1>Hello from app node</h1> | |
| </body> | |
| </html> |
| https://www.boplatssyd.se/ | |
| http://common.capitex.se/ | |
| http://uthyrning.heimstaden.com/ledigt/lagenhet | |
| https://www.blocket.se/bostad/uthyres/skane?sort=&ss=&se=&ros=5&roe=&bs=&be=&mre=&q=&q=&q=&is=1&save_search=1&l=0&md=th&f=p&f=c&f=b&m=260&m=272&m=273&m=274&m=280&m=282&m=285 | |
| https://www.akelius.se/sv/sok/lagenheter/lista/malmo?rentalunitid=13235#item-13235 | |
| http://www.stadsbostader.se/lagenhet/lediga | |
| http://www.nevstenfastigheter.se/fastigheter/index.htm | |
| https://www.hsb.se/malmo/sok-boende/ | |
| https://www.samtrygg.se/ | |
| http://www.contentus.se/lediga-lgh-malmo/ |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title>1003 BOT</title> | |
| </head> | |
| <body class="" style="background-color: #f6f6f6;font-family: sans-serif;-webkit-font-smoothing: antialiased;font-size: 14px;line-height: 1.4;margin: 0;padding: 0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"> | |
| <table border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;background-color: #f6f6f6;"> |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width" /> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>1003 BOT</title> | |
| <style> | |
| /* ------------------------------------- | |
| GLOBAL RESETS |
| #!/bin/bash | |
| set -e | |
| export BUILD_CLIENT="${BUILD_CLIENT:-0}" | |
| export BUILD_SERVER="${BUILD_SERVER:-1}" | |
| export USE_CURL="${USE_CURL:-1}" | |
| export USE_CODEC_OPUS="${USE_CODEC_OPUS:-1}" | |
| export USE_VOIP="${USE_VOIP:-1}" | |
| export COPYDIR="${COPYDIR:-~/ioquake3}" |
I hereby claim:
To claim this, I am signing this object:
| require 'rspec' | |
| class Flashcard | |
| def initialize(question:, correct_answer:) | |
| @question = question | |
| @correct_answer = correct_answer | |
| end | |
| def answer_correct?(answer) | |
| answer == correct_answer |