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
import ( | |
"context" | |
"log" | |
ycsdk "github.com/yandex-cloud/go-sdk" | |
"github.com/yandex-cloud/go-sdk/iamkey" | |
) | |
func main() { | |
ctx := context.Background() |
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
Список доделок: | |
Балкон (совмещенный) | |
- сделать затирку клинкера | |
- сделать плинтус из плитки (на стенах где нет клинкера) | |
- отмыть пол | |
- докрасить люк качественно | |
- отмыть разводы на потолке около люка | |
- отмыть рамы, окна, подоконники. Подготовить к сдаче. | |
- очистить клинкер от краски (около потолка в районе люка) |
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
require 'rubygems' if RUBY_VERSION < "1.9" | |
require 'sinatra/base' | |
class TestApp < Sinatra::Base | |
get '/' do | |
"Hello World" | |
end | |
get '/redfrom' do |