The first image version is a normal thread. Second one has redundant user names removed.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2008-10-17", | |
"Id": "__default_policy_ID", | |
"Statement": [ | |
{ | |
"Sid": "__default_statement_ID", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "*" | |
}, |
- Искусство визуализации в бизнесе - Нейтан Яу - http://www.mann-ivanov-ferber.ru/books/paperbook/visualize-this/
- Строительное проектирование (Bauentwurfslehre) - Эрнст Нойферт - http://www.ozon.ru/context/detail/id/29324918/
- Психология: Люди, концепции, эксперименты - Пол Клейнман - http://www.mann-ivanov-ferber.ru/books/psihologiya-uznat-za-60-sekund/
Как устроена экономика - Ха-Джун Чанг- http://www.mann-ivanov-ferber.ru/books/ekonomika/- Мудрость Ганди - http://www.mann-ivanov-ferber.ru/books/pravila_gandi/
- Как читать книги - Мортимер Адлер - http://www.mann-ivanov-ferber.ru/books/paperbook/howtoreadabook/
- Великие здания - Патрик Диллон, Стивен Бисти - http://www.mann-ivanov-ferber.ru/books/velikie-zdaniya/
- Литературный мастер-класс Юрген Вольф - http://www.mann-ivanov-ferber.ru/books/sekreti_velikih_pisatelej/
- Игра - Стюарт Браун, Кристофер Воган - http://www.mann-ivanov-ferber.ru/books/igra/
- Язык шаблонов. Города. Здания. Строительство - Кристофер Александер - http://store.artlebed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provider" => "facebook", | |
"uid" => "1234567890", | |
"info" => { | |
"email" => "[email protected]", | |
"name" => "Donna Amibecffjfgc Occhinoson", | |
"first_name" => "Donna", | |
"last_name" => "Occhinoson", | |
"image" => "http://graph.facebook.com/1234567890/picture", | |
"urls" => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dropzone Action Info | |
# Name: Archive Image | |
# Description: Save imge to specified forder, and rename it to YYYYMMDD format. | |
# Handles: Files | |
# Creator: Alex Musayev | |
# URL: http://yoursite.com | |
# Events: Dragged | |
# KeyModifiers: Command, Option, Control, Shift | |
# SkipConfig: No | |
# RunsSandboxed: Yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#<Rack::Request:0x007f92241da138 | |
@env= | |
{"GATEWAY_INTERFACE"=>"CGI/1.1", | |
"PATH_INFO"=>"", | |
"QUERY_STRING"=>"", | |
"REMOTE_ADDR"=>"127.0.0.1", | |
"REMOTE_HOST"=>"localhost", | |
"REQUEST_METHOD"=>"GET", | |
"REQUEST_URI"=>"http://localhost:9292/sum/1/b", | |
"SCRIPT_NAME"=>"/sum/1/b", |