├── 2015 ├── AntonZhuk │ └── 2 │ │ ├── .gitignore │ │ └── Gemfile ├── SuvitovEvgeniy │ ├── 2 │ │ ├── bin │ │ │ └── gemfiler.rb │ │ └── Gemfile │ ├── 3 │ │ └── Gemfile.lock │ └── 2-2 │ │ ├── bin │ │ ├── 2.txt~ │ │ ├── 4.txt │ │ └── fff.txt.gz │ │ └── Gemfile ├── MarioS │ ├── 1_Task │ │ ├── .ruby-version │ │ ├── .gitignore │ │ ├── Gemfile │ │ ├── README.md │ │ └── picture.txt │ ├── 2_Task │ │ ├── .ruby-version │ │ ├── Gemfile │ │ └── lib │ │ │ └── gemfiler.rb │ ├── 3_Task │ │ └── .ruby-version │ └── 2.2_Task_gper │ │ ├── .ruby-version │ │ ├── .gitignore │ │ ├── lib │ │ └── grep.rb │ │ └── Gemfile ├── AntonDatsik │ ├── task3 │ │ └── .gitignore │ └── task2 │ │ └── Gemfile ├── VladKlimenkoff │ ├── 1 │ │ └── test.rb │ └── 2 │ │ └── Gemfile ├── ArtemStarotitorov │ ├── 1 │ │ └── cartridge.txt │ ├── 2 │ │ └── Gemfile │ └── 3 │ │ └── .gitignore ├── DmitryKalinin │ └── task1 │ │ └── readme.rd ├── NatashaMartinchik │ └── 1st_task │ │ └── ris.txt ├── RGBD │ ├── 02-2-grepkiller │ │ ├── test │ │ │ ├── short.txt │ │ │ └── archive.zip │ │ └── Gemfile │ ├── 04-web-life │ │ ├── README.md │ │ └── views │ │ │ └── index.slim │ ├── 02-1-gemfiler │ │ └── Gemfile │ └── 03-game-of-life │ │ └── nlife.md ├── swarmer │ ├── task2_2 │ │ ├── Gemfile │ │ ├── README.md │ │ └── Gemfile.lock │ ├── task3 │ │ ├── Rakefile │ │ ├── .rspec │ │ ├── .travis.yml │ │ ├── Gemfile │ │ ├── lib │ │ │ └── life │ │ │ │ └── version.rb │ │ └── spec │ │ │ └── spec_helper.rb │ ├── task1 │ │ ├── Gemfile │ │ ├── README.md │ │ └── dwi.txt │ └── task2_1 │ │ ├── Gemfile │ │ └── README.md ├── DenisSimonchik │ └── 1 │ │ └── README.md ├── DemukhIlya │ ├── homework_2-2 │ │ └── bin │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt.gz │ └── home_task_2-1 │ │ └── Gemfile ├── KonstantinKanyuka │ ├── game_life │ │ ├── game_life │ │ │ ├── .rspec │ │ │ └── Gemfile │ │ └── game_life_console │ │ │ └── Gemfile │ └── task1_train │ │ ├── walk2.gif │ │ └── Gemfile ├── VladGlezin │ └── 2 │ │ └── Gemfile ├── IgorKazakevich │ ├── 2 │ │ └── Gemfile │ ├── 3 │ │ └── Gemfile │ └── 2.2 │ │ ├── readme.txt │ │ └── Gemfile.txt ├── BobrovnikS │ ├── 2 │ │ └── Gemfile │ └── 3 │ │ └── Gemfile ├── MikulkoGleb │ └── 2 │ │ ├── conf │ │ └── gem.conf │ │ └── Gemfile ├── AlexeyGalenko │ └── game-of-life │ │ └── app.rb ├── ChornyRodion │ ├── 2 │ │ └── gemfile │ └── 3 │ │ └── bin │ │ └── data.yaml ├── RmnTehanov │ └── 2nd_task │ │ ├── Gemfile~ │ │ └── Gemfile ├── DmitryTrofimovich │ └── 2 │ │ ├── gemfiler │ │ └── Gemfile ├── KurteevAlexander │ ├── home_task_2 │ │ └── Gemfile │ └── home_task_3 │ │ └── Gemfile ├── SychouDenis │ └── Task 2_1 │ │ └── Gemfile ├── dmitrysenkovich │ └── task1 │ │ ├── test │ │ └── test.rb │ │ └── data │ │ └── snoop_dog.gif ├── DaniilKachur │ └── 1 │ │ └── jp │ │ ├── 0.jpeg │ │ ├── 1.jpeg │ │ ├── 2.jpeg │ │ ├── 3.jpeg │ │ ├── 4.jpeg │ │ ├── 5.jpeg │ │ ├── 6.jpeg │ │ ├── 7.jpeg │ │ ├── 8.jpeg │ │ └── 9.jpeg ├── JackM │ └── hw2 │ │ └── Gemfile ├── Tereschenko_Igor │ ├── task2 │ │ └── Gemfile │ └── task3 │ │ ├── lib │ │ └── ms_data.rb │ │ ├── Gemfile.lock │ │ └── Gemfile ├── Konchits │ └── hometask2 │ │ └── Gemfile ├── NemytovTimothy │ └── 2 │ │ ├── Gemfile │ │ └── Gemfile~ ├── OlegBekasov │ ├── task2 │ │ └── Gemfile │ └── task3 │ │ └── Gemfile ├── VladislavArtuhovich │ └── 2 │ │ └── Gemfile ├── ZhauniarovichUladzislau │ └── .swp ├── LeraNickolaeva │ ├── task2 │ │ └── Gemfile │ └── task3 │ │ └── Gemfile ├── PashaOstreyko │ └── task1 │ │ └── photo.jpg ├── SiarheiPadlozny │ ├── 2 │ │ └── gemfiler │ │ │ └── Gemfile │ └── 3 │ │ └── bsuir-reviews │ │ └── Gemfile ├── AndreyTatarenko │ └── 2 │ │ └── Gemfile ├── IgorSheiko │ └── 2 │ │ └── Gemfile ├── Shimanski │ ├── 3 │ │ ├── bin │ │ │ └── game_of_life.rb │ │ └── simple_game_of_life-1.0.0.gem │ └── 4 │ │ └── life_with_sinatra │ │ └── Gemfile ├── KantinDmitry │ └── 2 │ │ └── Gemfile ├── VasiliShinkorenko │ └── task3 │ │ └── Gemfile ├── AndreiVinokur │ └── 2 │ │ └── lib │ │ └── Gemfile ├── IlyaShaplyko │ └── hometask3 │ │ └── Gemfile └── Bobkov │ └── 3 │ └── bin │ └── Gemfile ├── 2016 ├── 3 │ ├── app │ │ └── models │ │ │ ├── phrase.rb │ │ │ ├── update.rb │ │ │ └── user.rb │ ├── public │ │ └── img │ │ │ └── backgrounds │ │ │ └── 1.jpg │ └── Rakefile ├── IlyaKulikovitch │ └── 4 │ │ └── b2b │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ ├── bitcoin.data │ │ │ ├── javascripts │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ └── bitcoin.json │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── posts │ │ │ │ ├── new.html.erb │ │ │ │ └── edit.html.erb │ │ ├── helpers │ │ │ ├── comments_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── config │ │ └── schedule.rb │ │ └── package.json ├── InnaKorotkova │ └── hw-0 │ │ └── reverse.rb~ ├── KonstantinMihlyuk │ ├── 2 │ │ ├── .gitignore │ │ ├── Procfile │ │ └── dump.rdb │ └── 3 │ │ ├── Views │ │ └── footer.erb │ │ └── public │ │ └── img │ │ └── textura.jpg ├── VladimirBorozna │ ├── 2 │ │ ├── .rspec │ │ ├── .ruby-version │ │ ├── .ruby-gemset │ │ └── lib │ │ │ └── errors.rb │ └── 3 │ │ ├── .ruby-gemset │ │ ├── .ruby-version │ │ ├── app │ │ ├── assets │ │ │ └── javascripts │ │ │ │ ├── error-handling.js │ │ │ │ └── application.js │ │ └── views │ │ │ └── sessions │ │ │ └── check.slim │ │ ├── Procfile │ │ └── config.ru ├── PikoliukIhar │ └── 2 │ │ └── sayings_generator │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── tasks │ │ │ └── .keep │ │ └── assets │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ └── apple-touch-icon-precomposed.png │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── word.rb │ │ │ └── saying.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ ├── words │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ │ └── sayings │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ ├── helpers │ │ │ ├── words_helper.rb │ │ │ ├── sayings_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ └── vendor │ │ └── assets │ │ ├── javascripts │ │ └── .keep │ │ └── stylesheets │ │ └── .keep ├── SergeyKuchinskiy │ ├── 2 │ │ ├── .ruby-version │ │ ├── .gitignore │ │ ├── Procfile │ │ └── Gemfile │ └── 3 │ │ ├── .ruby-version │ │ ├── .gitignore │ │ ├── app │ │ └── models │ │ │ ├── user.rb │ │ │ └── word.rb │ │ └── db │ │ └── development.sqlite ├── TatchihinKirill │ └── 3 │ │ ├── .gitignore │ │ ├── Procfile │ │ ├── config.ru │ │ ├── dump.rdb │ │ └── views │ │ └── Yu!.png ├── VladGutkovsky │ └── 2 │ │ ├── Procfile │ │ ├── bye.jpg │ │ ├── saved.jpg │ │ ├── status.jpg │ │ └── Gemfile ├── AlexandrKurilovich │ ├── 2 │ │ ├── .rspec │ │ └── Procfile │ └── 3 │ │ ├── Procfile │ │ └── .gitignore ├── DmitryArtyomov │ ├── Task1 │ │ └── Procfile │ └── Task3 │ │ ├── Procfile │ │ ├── config.ru │ │ └── Gemfile ├── SidorenkoIrina │ ├── 2 │ │ ├── users │ │ │ ├── 276293935 │ │ │ │ └── semester.txt │ │ │ └── 289545517 │ │ │ │ └── subject.txt │ │ └── Gemfile │ └── 3 │ │ ├── Gemfile │ │ ├── world_of_phrases.db │ │ └── public │ │ └── assets │ │ └── img │ │ └── logo.png ├── MaksimShylau │ └── 3 │ │ ├── Procfile │ │ ├── config.ru │ │ ├── views │ │ └── edited.erb │ │ └── Gemfile ├── .swp ├── AlexandrKolesenko │ ├── Task3 │ │ ├── config.ru │ │ ├── Procfile │ │ ├── Rakefile │ │ ├── db │ │ │ └── db.sqlite │ │ └── views │ │ │ └── flash_message.slim │ ├── .DS_Store │ ├── Task2 │ │ └── Gemfile │ └── task0 │ │ └── .DS_Store ├── AlexeyDobry │ └── 2 │ │ └── Gemfile ├── Andrey Kolbenkow │ └── 2 │ │ ├── token.yml │ │ ├── token.yml~ │ │ ├── lib │ │ └── db │ │ │ └── database.db │ │ └── test │ │ └── lib │ │ └── db │ │ └── database.db ├── VladHilko │ ├── sinatra_task_3 │ │ ├── Procfile │ │ ├── config.ru │ │ └── Gemfile │ └── telegram_bot_task_2 │ │ └── Gemfile ├── VladimirSernatsky │ └── checkmylabs-bot │ │ ├── Procfile │ │ └── Gemfile ├── NikitaKolokoltsev │ └── homework-2 │ │ ├── Procfile │ │ └── dump.rdb ├── VladislavErmolkin │ └── 2 │ │ ├── main.rb │ │ ├── ngrok │ │ └── dump.rdb ├── .DS_Store ├── UladzislauBondar │ └── 2 │ │ └── config.yaml ├── ArtemShekrota │ └── 2 │ │ └── Gemfile ├── SashaShostyr │ └── 3 │ │ └── .gitignore ├── AlexeiZhuk │ └── 3 │ │ ├── dump.rdb │ │ ├── views │ │ └── no_phrase.erb │ │ └── .byebug_history ├── AlexeyVarvashevich │ └── 2 │ │ └── Gemfile ├── KolbenkowAndrey │ └── 1 │ │ └── RPNCalc ├── KonstantinZhyl │ └── 1 │ │ └── .main.rb.swp └── DaniilKachur │ └── 1 │ └── lib │ └── io.rb ├── 2017 ├── .keep ├── DmLaziuk │ ├── 1 │ │ ├── Gemfile │ │ └── trees.zip │ ├── 2 │ │ └── Gemfile │ ├── 3 │ │ ├── Procfile │ │ └── comingoutbot.rb │ └── b2b │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── app │ │ ├── assets │ │ │ └── images │ │ │ │ ├── .keep │ │ │ │ ├── b2b.png │ │ │ │ └── about.png │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── comment.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ └── about_controller.rb │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── articles │ │ │ │ ├── new.html.erb │ │ │ │ └── edit.html.erb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── config │ │ └── btc_byr.yml │ │ └── README.md ├── VladNegure │ ├── 3 │ │ └── db │ │ │ └── celebrity.txt │ └── 4 │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ ├── .keep │ │ ├── restart.txt │ │ ├── caching-dev.txt │ │ └── pids │ │ │ └── server.pid │ │ ├── lib │ │ ├── tasks │ │ │ └── .keep │ │ └── assets │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ ├── javascripts │ │ │ │ ├── posts.coffee │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ └── stylesheets │ │ │ │ └── pagination.css.sass │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── posts │ │ │ │ ├── edit.html.erb │ │ │ │ └── new.html.erb │ │ ├── helpers │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ └── package.json ├── AlyaTorshina │ └── 4 │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── comment.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ └── layouts │ │ │ │ └── mailer.text.erb │ │ ├── helpers │ │ │ ├── posts_helper.rb │ │ │ ├── welcome_helper.rb │ │ │ ├── comments_helper.rb │ │ │ └── application_helper.rb │ │ ├── jobs │ │ │ └── application_job.rb │ │ └── channels │ │ │ └── application_cable │ │ │ └── channel.rb │ │ └── package.json ├── DenisNikolsky │ └── 4 │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ ├── .keep │ │ └── restart.txt │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── test │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── integration │ │ │ └── .keep │ │ └── mailers │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── article.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ └── layouts │ │ │ │ └── mailer.text.erb │ │ ├── helpers │ │ │ ├── welcome_helper.rb │ │ │ ├── articles_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── package.json │ │ └── db │ │ └── development.sqlite3 ├── DmitryGolubko │ ├── 2 │ │ └── Gemfile │ └── 4 │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── test │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── integration │ │ │ └── .keep │ │ └── mailers │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ └── layouts │ │ │ │ └── mailer.text.erb │ │ ├── helpers │ │ │ ├── ads_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── config │ │ ├── settings.local.yml │ │ ├── settings │ │ │ ├── test.yml │ │ │ ├── development.yml │ │ │ └── production.yml │ │ └── settings.yml │ │ └── package.json ├── Egor Shpalov │ ├── 3 │ │ └── outputfile.csv │ └── hw4 │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ └── layouts │ │ │ │ └── mailer.text.erb │ │ ├── helpers │ │ │ ├── users_helper.rb │ │ │ └── static_pages_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── config │ │ └── initializers │ │ │ └── will_paginate_array_fix.rb │ │ ├── package.json │ │ └── .rubocop.yml ├── Maksim Golubev │ ├── HW4 │ │ ├── .each{ │ │ ├── localhost} │ │ ├── localhost}] │ │ ├── vendor │ │ │ └── .keep │ │ ├── lib │ │ │ ├── assets │ │ │ │ └── .keep │ │ │ └── tasks │ │ │ │ └── .keep │ │ ├── rails-bootstrap, │ │ ├── tmp │ │ │ └── restart.txt │ │ ├── app │ │ │ ├── assets │ │ │ │ ├── images │ │ │ │ │ └── .keep │ │ │ │ └── javascripts │ │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ ├── concerns │ │ │ │ │ └── .keep │ │ │ │ ├── b2_b.rb │ │ │ │ ├── bonstic_cost.rb │ │ │ │ └── application_record.rb │ │ │ ├── controllers │ │ │ │ └── concerns │ │ │ │ │ └── .keep │ │ │ ├── views │ │ │ │ ├── layouts │ │ │ │ │ ├── mailer.text.erb │ │ │ │ │ └── _navigation_links.html.erb │ │ │ │ ├── b2_bs │ │ │ │ │ ├── show.json.jbuilder │ │ │ │ │ └── index.json.jbuilder │ │ │ │ └── sell_posts │ │ │ │ │ ├── show.json.jbuilder │ │ │ │ │ └── index.json.jbuilder │ │ │ ├── helpers │ │ │ │ ├── b2_bs_helper.rb │ │ │ │ ├── sell_posts_helper.rb │ │ │ │ └── application_helper.rb │ │ │ └── jobs │ │ │ │ └── application_job.rb │ │ ├── public │ │ │ ├── apple-touch-icon.png │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ ├── robots.txt │ │ │ └── favicon.ico │ │ ├── rails-bootstrap_development, │ │ ├── spec │ │ │ ├── support │ │ │ │ ├── capybara.rb │ │ │ │ └── factory_girl.rb │ │ │ └── factories │ │ │ │ └── bonstic_costs.rb │ │ └── package.json │ ├── myapp │ │ ├── log │ │ │ └── .keep │ │ ├── app │ │ │ ├── mailers │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ ├── .keep │ │ │ │ └── concerns │ │ │ │ │ └── .keep │ │ │ ├── assets │ │ │ │ └── images │ │ │ │ │ └── .keep │ │ │ ├── controllers │ │ │ │ └── concerns │ │ │ │ │ └── .keep │ │ │ └── helpers │ │ │ │ └── application_helper.rb │ │ ├── lib │ │ │ ├── assets │ │ │ │ └── .keep │ │ │ └── tasks │ │ │ │ └── .keep │ │ ├── test │ │ │ ├── models │ │ │ │ └── .keep │ │ │ ├── controllers │ │ │ │ └── .keep │ │ │ ├── fixtures │ │ │ │ └── .keep │ │ │ ├── helpers │ │ │ │ └── .keep │ │ │ ├── integration │ │ │ │ └── .keep │ │ │ └── mailers │ │ │ │ └── .keep │ │ ├── public │ │ │ └── favicon.ico │ │ ├── vendor │ │ │ └── assets │ │ │ │ ├── javascripts │ │ │ │ └── .keep │ │ │ │ └── stylesheets │ │ │ │ └── .keep │ │ └── bin │ │ │ └── rake │ ├── HW2 │ │ └── Gemfile │ └── HW3 │ │ ├── lib │ │ └── telegram.rb │ │ └── Gemfile ├── NikitaSakov │ └── 4 │ │ └── b2b │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── tasks │ │ │ └── .keep │ │ └── assets │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── comment.rb │ │ │ ├── publication.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── publications │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ ├── helpers │ │ │ ├── comments_helper.rb │ │ │ ├── application_helper.rb │ │ │ └── publications_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ └── package.json ├── SashaShostyr │ ├── 2 │ │ └── .rubocop.yml │ ├── 4 │ │ ├── log │ │ │ └── .keep │ │ ├── tmp │ │ │ └── .keep │ │ ├── vendor │ │ │ └── .keep │ │ ├── lib │ │ │ ├── assets │ │ │ │ └── .keep │ │ │ └── tasks │ │ │ │ ├── .keep │ │ │ │ └── data.json │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── apple-touch-icon.png │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ └── robots.txt │ │ ├── test │ │ │ ├── helpers │ │ │ │ └── .keep │ │ │ ├── mailers │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ └── .keep │ │ │ ├── system │ │ │ │ └── .keep │ │ │ ├── controllers │ │ │ │ └── .keep │ │ │ ├── fixtures │ │ │ │ ├── .keep │ │ │ │ └── files │ │ │ │ │ └── .keep │ │ │ └── integration │ │ │ │ └── .keep │ │ ├── app │ │ │ ├── assets │ │ │ │ ├── images │ │ │ │ │ └── .keep │ │ │ │ └── javascripts │ │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ ├── concerns │ │ │ │ │ └── .keep │ │ │ │ ├── comment.rb │ │ │ │ └── application_record.rb │ │ │ ├── controllers │ │ │ │ └── concerns │ │ │ │ │ └── .keep │ │ │ ├── views │ │ │ │ ├── layouts │ │ │ │ │ └── mailer.text.erb │ │ │ │ └── posters │ │ │ │ │ ├── edit.html.erb │ │ │ │ │ └── new.html.erb │ │ │ ├── helpers │ │ │ │ ├── posters_helper.rb │ │ │ │ ├── comments_helper.rb │ │ │ │ └── application_helper.rb │ │ │ └── jobs │ │ │ │ └── application_job.rb │ │ └── package.json │ └── .gitignore ├── VadimKulyba │ ├── 1 │ │ └── .gitignore │ ├── 3 │ │ └── lib │ │ │ └── parser │ │ │ └── pars.rb │ └── 4 │ │ └── blog │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── app │ │ ├── assets │ │ │ └── images │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── helpers │ │ │ ├── articles_helper.rb │ │ │ ├── comments_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ └── package.json ├── VenyaminBohdan │ ├── 1 │ │ ├── actors.txt │ │ └── CallBoard │ │ │ ├── log │ │ │ └── .keep │ │ │ ├── tmp │ │ │ └── .keep │ │ │ ├── lib │ │ │ ├── assets │ │ │ │ └── .keep │ │ │ └── tasks │ │ │ │ └── .keep │ │ │ ├── vendor │ │ │ └── .keep │ │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── apple-touch-icon.png │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ └── robots.txt │ │ │ ├── test │ │ │ ├── fixtures │ │ │ │ ├── .keep │ │ │ │ └── files │ │ │ │ │ └── .keep │ │ │ ├── helpers │ │ │ │ └── .keep │ │ │ ├── mailers │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ └── .keep │ │ │ ├── system │ │ │ │ └── .keep │ │ │ ├── controllers │ │ │ │ └── .keep │ │ │ └── integration │ │ │ │ └── .keep │ │ │ ├── app │ │ │ ├── assets │ │ │ │ ├── images │ │ │ │ │ └── .keep │ │ │ │ └── javascripts │ │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ ├── concerns │ │ │ │ │ └── .keep │ │ │ │ ├── ad.rb │ │ │ │ └── comment.rb │ │ │ ├── controllers │ │ │ │ └── concerns │ │ │ │ │ └── .keep │ │ │ ├── views │ │ │ │ ├── layouts │ │ │ │ │ └── mailer.text.erb │ │ │ │ └── ads │ │ │ │ │ ├── new.html.erb │ │ │ │ │ └── edit.html.erb │ │ │ ├── helpers │ │ │ │ ├── ads_helper.rb │ │ │ │ ├── comments_helper.rb │ │ │ │ └── application_helper.rb │ │ │ └── jobs │ │ │ │ └── application_job.rb │ │ │ └── package.json │ └── 2 │ │ ├── actors.txt │ │ ├── data.txt │ │ └── description.txt ├── ZhenyaZhak │ ├── 2 │ │ └── kotd.rb │ └── 4 │ │ └── b2b │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── article.rb │ │ │ ├── comment.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── articles │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ ├── helpers │ │ │ ├── articles_helper.rb │ │ │ ├── comments_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ └── package.json ├── AlexandraPozniak │ ├── 3 │ │ └── secrets.yml │ └── 4 │ │ └── blog │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── db │ │ └── seeds.rb │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── article.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ └── layouts │ │ │ │ └── mailer.text.erb │ │ ├── helpers │ │ │ ├── articles_helper.rb │ │ │ ├── welcom_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── config │ │ ├── initializers │ │ │ ├── inflections.rb │ │ │ ├── backtrace_silencers.rb │ │ │ ├── application_controller_renderer.rb │ │ │ ├── filter_parameter_logging.rb │ │ │ └── cookies_serializer.rb │ │ └── boot.rb │ │ └── package.json ├── EvgeniyBakunovich │ ├── 1 │ │ └── trees │ │ │ └── SIMPLE.tree │ └── 4 │ │ ├── log │ │ ├── .keep │ │ └── development.log │ │ ├── tmp │ │ ├── .keep │ │ └── restart.txt │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── announcement.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ └── layouts │ │ │ │ └── mailer.text.erb │ │ ├── helpers │ │ │ ├── application_helper.rb │ │ │ └── announcements_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── config │ │ └── routes.rb │ │ └── package.json ├── MakarenkoAndrei │ └── 4 │ │ └── b2b │ │ ├── db │ │ └── seeds.rb │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── ad.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── ads │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ ├── helpers │ │ │ ├── ads_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ └── package.json ├── VitalikKhakimov │ └── 4 │ │ └── b2b │ │ ├── db │ │ └── data.yml │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── test │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── mailers │ │ │ └── .keep │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ └── integration │ │ │ └── .keep │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ ├── javascripts │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ └── stylesheets │ │ │ │ └── main.sass │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── post.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── posts │ │ │ │ ├── edit.html.erb │ │ │ │ └── new.html.erb │ │ ├── helpers │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── package.json │ │ └── config │ │ └── routes.rb ├── VladKharitonovitch │ ├── hm-4 │ │ ├── log │ │ │ └── .keep │ │ ├── tmp │ │ │ └── .keep │ │ ├── vendor │ │ │ └── .keep │ │ ├── lib │ │ │ ├── assets │ │ │ │ └── .keep │ │ │ └── tasks │ │ │ │ └── .keep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── apple-touch-icon.png │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ └── robots.txt │ │ ├── test │ │ │ ├── fixtures │ │ │ │ ├── .keep │ │ │ │ └── files │ │ │ │ │ └── .keep │ │ │ ├── helpers │ │ │ │ └── .keep │ │ │ ├── mailers │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ └── .keep │ │ │ ├── system │ │ │ │ └── .keep │ │ │ ├── controllers │ │ │ │ └── .keep │ │ │ └── integration │ │ │ │ └── .keep │ │ ├── app │ │ │ ├── assets │ │ │ │ ├── images │ │ │ │ │ └── .keep │ │ │ │ └── javascripts │ │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ ├── concerns │ │ │ │ │ └── .keep │ │ │ │ └── application_record.rb │ │ │ ├── controllers │ │ │ │ ├── concerns │ │ │ │ │ └── .keep │ │ │ │ └── welcome_controller.rb │ │ │ ├── views │ │ │ │ ├── layouts │ │ │ │ │ └── mailer.text.erb │ │ │ │ └── articles │ │ │ │ │ ├── edit.html.erb │ │ │ │ │ └── new.html.erb │ │ │ ├── helpers │ │ │ │ ├── articles_helper.rb │ │ │ │ ├── welcome_helper.rb │ │ │ │ └── application_helper.rb │ │ │ └── jobs │ │ │ │ └── application_job.rb │ │ └── package.json │ └── hm-3 │ │ └── Procfile ├── ArtsiomSiarebranikau │ ├── hw4 │ │ ├── log │ │ │ └── .keep │ │ ├── tmp │ │ │ └── .keep │ │ ├── vendor │ │ │ └── .keep │ │ ├── lib │ │ │ ├── assets │ │ │ │ └── .keep │ │ │ └── tasks │ │ │ │ └── .keep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── apple-touch-icon.png │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ └── robots.txt │ │ ├── test │ │ │ ├── helpers │ │ │ │ └── .keep │ │ │ ├── mailers │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ └── .keep │ │ │ ├── system │ │ │ │ └── .keep │ │ │ ├── controllers │ │ │ │ └── .keep │ │ │ ├── fixtures │ │ │ │ ├── .keep │ │ │ │ └── files │ │ │ │ │ └── .keep │ │ │ └── integration │ │ │ │ └── .keep │ │ ├── app │ │ │ ├── assets │ │ │ │ ├── images │ │ │ │ │ └── .keep │ │ │ │ └── javascripts │ │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ ├── models │ │ │ │ ├── concerns │ │ │ │ │ └── .keep │ │ │ │ └── application_record.rb │ │ │ ├── controllers │ │ │ │ ├── concerns │ │ │ │ │ └── .keep │ │ │ │ └── welome_controller.rb │ │ │ ├── views │ │ │ │ └── layouts │ │ │ │ │ └── mailer.text.erb │ │ │ ├── helpers │ │ │ │ ├── welome_helper.rb │ │ │ │ ├── articles_helper.rb │ │ │ │ └── application_helper.rb │ │ │ └── jobs │ │ │ │ └── application_job.rb │ │ └── package.json │ └── Homework-3 │ │ └── Gemfile ├── LazovskayaDaria │ └── 4 │ │ └── b2b_app │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── test │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── integration │ │ │ └── .keep │ │ └── mailers │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── post.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── posts │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ ├── helpers │ │ │ ├── posts_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ └── package.json ├── Vadim Siarebranikau │ └── 4 │ │ └── b2b │ │ ├── db │ │ └── seeds.rb │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── lib │ │ ├── assets │ │ │ └── .keep │ │ └── tasks │ │ │ └── .keep │ │ ├── test │ │ ├── models │ │ │ └── .keep │ │ ├── system │ │ │ └── .keep │ │ ├── controllers │ │ │ └── .keep │ │ ├── fixtures │ │ │ ├── .keep │ │ │ └── files │ │ │ │ └── .keep │ │ ├── helpers │ │ │ └── .keep │ │ ├── integration │ │ │ └── .keep │ │ └── mailers │ │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── robots.txt │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ ├── javascripts │ │ │ │ └── channels │ │ │ │ │ └── .keep │ │ │ └── stylesheets │ │ │ │ └── application.css.scss │ │ ├── models │ │ │ ├── concerns │ │ │ │ └── .keep │ │ │ ├── article.rb │ │ │ └── application_record.rb │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── articles │ │ │ │ ├── edit.html.erb │ │ │ │ ├── new.html.erb │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ ├── helpers │ │ │ ├── articles_helper.rb │ │ │ └── application_helper.rb │ │ └── jobs │ │ │ └── application_job.rb │ │ ├── config │ │ └── initializers │ │ │ └── backtrace_silencers.rb │ │ ├── package.json │ │ └── bin │ │ └── rake ├── FokinNikita │ ├── 2 │ │ └── Gemfile │ └── 3 │ │ ├── Procfile │ │ └── Gemfile ├── OlgaSalnikova │ ├── 3 │ │ └── Gemfile │ └── 4 │ │ └── bonstic_exchange │ │ ├── log │ │ └── .keep │ │ ├── tmp │ │ └── .keep │ │ ├── lib │ │ ├── tasks │ │ │ └── .keep │ │ └── assets │ │ │ └── .keep │ │ ├── vendor │ │ └── .keep │ │ ├── public │ │ ├── favicon.ico │ │ ├── apple-touch-icon.png │ │ └── apple-touch-icon-precomposed.png │ │ ├── app │ │ ├── assets │ │ │ ├── images │ │ │ │ └── .keep │ │ │ └── javascripts │ │ │ │ └── channels │ │ │ │ └── .keep │ │ ├── models │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── controllers │ │ │ └── concerns │ │ │ │ └── .keep │ │ ├── views │ │ │ ├── layouts │ │ │ │ └── mailer.text.erb │ │ │ └── posters │ │ │ │ ├── show.json.jbuilder │ │ │ │ └── index.json.jbuilder │ │ ├── jobs │ │ │ └── application_job.rb │ │ └── helpers │ │ │ ├── comments_helper.rb │ │ │ ├── posters_helper.rb │ │ │ └── application_helper.rb │ │ └── package.json ├── AlexeyDobry │ └── 2 │ │ ├── Gemfile │ │ └── test.rb ├── VitoMakarevich │ └── 1 │ │ └── trees │ │ └── small.json ├── BaranovAleksei │ └── work1 │ │ └── trees │ │ └── test.tree ├── main.rb ├── VladislauMakarevich │ └── 1 │ │ └── trees │ │ └── my_tree.tree ├── EkimtsovPeter │ └── 2 │ │ └── parser │ │ └── lib │ │ └── Gemfile ├── KirillNaumenko │ ├── 1 │ │ └── .gitignore │ └── TeleBot │ │ ├── .gitignore │ │ └── Gemfile ├── VladislavDernakov │ └── 2 │ │ ├── scraping_err.rb │ │ └── criterion_err.rb ├── KhlebkoAnton │ └── 3 │ │ └── main.rb ├── MaksimGolubev │ └── 1 │ │ └── Gemfile ├── ArtemBobko │ ├── 1 │ │ └── trees.zip │ └── 3 │ │ └── Gemfile ├── NatalliaIvaniuk │ └── 3 │ │ └── Gemfile ├── PavelBaranovich │ └── 3 │ │ └── Gemfile ├── RudakovEgor │ └── 1 │ │ └── trees.zip ├── AntonKhlebko │ └── 1 │ │ └── trees.zip ├── ArtemBakun │ └── 3 │ │ └── Gemfile ├── AnnaPivovarchik │ └── 3 │ │ └── Gemfile ├── Ekimtsov Peter │ └── 3 │ │ └── lib │ │ └── Gemfile ├── DmitryVashkevich │ └── 3 │ │ └── main.rb └── Aleksey Pesenko │ └── homework2 │ └── rap_battles.rb ├── 2018 └── .keep ├── .swo ├── .swp ├── .gitignore └── .hound.yml /2017/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2018/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/.each{: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/actors.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/2/actors.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/2/data.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/tmp/restart.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/AntonZhuk/2/.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /2015/SuvitovEvgeniy/2-2/bin/2.txt~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/SuvitovEvgeniy/2/bin/gemfiler.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/InnaKorotkova/hw-0/reverse.rb~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/tmp/restart.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/3/outputfile.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/db/seeds.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/localhost}: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/localhost}]: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/2/description.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/db/data.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/3/db/celebrity.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/tmp/caching-dev.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/MarioS/1_Task/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.2.3 2 | -------------------------------------------------------------------------------- /2015/MarioS/2_Task/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.2.3 2 | -------------------------------------------------------------------------------- /2015/MarioS/3_Task/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.2.3 2 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/KonstantinMihlyuk/2/.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /2016/KonstantinMihlyuk/3/Views/footer.erb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/VladimirBorozna/2/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/db/seeds.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/tmp/restart.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/rails-bootstrap,: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/tmp/restart.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/app/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/app/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/.gitignore: -------------------------------------------------------------------------------- 1 | 1/trees 2 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/db/seeds.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/1/.gitignore: -------------------------------------------------------------------------------- 1 | /trees 2 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/tmp/pids/server.pid: -------------------------------------------------------------------------------- 1 | 22217 -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/AntonDatsik/task3/.gitignore: -------------------------------------------------------------------------------- 1 | config.yml 2 | -------------------------------------------------------------------------------- /2015/VladKlimenkoff/1/test.rb: -------------------------------------------------------------------------------- 1 | puts '123' 2 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/SergeyKuchinskiy/2/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.3.1 2 | -------------------------------------------------------------------------------- /2016/SergeyKuchinskiy/3/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.3.1 2 | -------------------------------------------------------------------------------- /2016/TatchihinKirill/3/.gitignore: -------------------------------------------------------------------------------- 1 | public/* 2 | -------------------------------------------------------------------------------- /2016/VladimirBorozna/3/.ruby-gemset: -------------------------------------------------------------------------------- 1 | phrases 2 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/config/settings.local.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/config/settings/test.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/log/development.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/FokinNikita/3/Procfile: -------------------------------------------------------------------------------- 1 | bot: ruby lib/app.rb -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/tmp/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/ArtemStarotitorov/1/cartridge.txt: -------------------------------------------------------------------------------- 1 | iiiiiiD 2 | -------------------------------------------------------------------------------- /2015/ArtemStarotitorov/3/.gitignore: -------------------------------------------------------------------------------- 1 | config.yml 2 | -------------------------------------------------------------------------------- /2015/DmitryKalinin/task1/readme.rd: -------------------------------------------------------------------------------- 1 | Dmitry Kalinin 2 | -------------------------------------------------------------------------------- /2015/MarioS/2.2_Task_gper/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.2.3 2 | -------------------------------------------------------------------------------- /2015/NatashaMartinchik/1st_task/ris.txt: -------------------------------------------------------------------------------- 1 | (^_^) 2 | -------------------------------------------------------------------------------- /2015/RGBD/02-2-grepkiller/test/short.txt: -------------------------------------------------------------------------------- 1 | only 2 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/VladimirBorozna/2/.ruby-version: -------------------------------------------------------------------------------- 1 | ruby-2.3.1 2 | -------------------------------------------------------------------------------- /2016/VladimirBorozna/3/.ruby-version: -------------------------------------------------------------------------------- 1 | ruby-2.3.1 2 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/config/settings/development.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/config/settings/production.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/rails-bootstrap_development,: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/vendor/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/system/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/assets/javascripts/posts.coffee: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/MarioS/1_Task/.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | *~ 4 | -------------------------------------------------------------------------------- /2015/MarioS/2.2_Task_gper/.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | *~ -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/SergeyKuchinskiy/2/.gitignore: -------------------------------------------------------------------------------- 1 | secret.rb 2 | UsersData -------------------------------------------------------------------------------- /2016/SergeyKuchinskiy/3/.gitignore: -------------------------------------------------------------------------------- 1 | public 2 | app/public -------------------------------------------------------------------------------- /2016/VladimirBorozna/2/.ruby-gemset: -------------------------------------------------------------------------------- 1 | lab-police-bot 2 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/3/Procfile: -------------------------------------------------------------------------------- 1 | bot: ruby comingoutbot.rb 2 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/vendor/assets/javascripts/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/vendor/assets/stylesheets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-3/Procfile: -------------------------------------------------------------------------------- 1 | bot: ruby main.rb -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/swarmer/task2_2/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | -------------------------------------------------------------------------------- /2015/swarmer/task3/Rakefile: -------------------------------------------------------------------------------- 1 | require "bundler/gem_tasks" 2 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/assets/bitcoin.data: -------------------------------------------------------------------------------- 1 | 19940,90 2 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/test/fixtures/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/VladimirBorozna/3/app/assets/javascripts/error-handling.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/VladimirBorozna/3/app/views/sessions/check.slim: -------------------------------------------------------------------------------- 1 | = @name -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/config/initializers/inflections.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexeyDobry/2/Gemfile: -------------------------------------------------------------------------------- 1 | gem 'pry' 2 | gem 'mechanize' 3 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/config/btc_byr.yml: -------------------------------------------------------------------------------- 1 | --- 219145395 2 | ... 3 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/config/settings.yml: -------------------------------------------------------------------------------- 1 | currency: 1550.5621 -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitoMakarevich/1/trees/small.json: -------------------------------------------------------------------------------- 1 | [1,[[2,[3,4]],[3,[5,2]]]] -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2015/RGBD/04-web-life/README.md: -------------------------------------------------------------------------------- 1 | ``` 2 | $ ruby app.rb 3 | ``` 4 | -------------------------------------------------------------------------------- /2015/swarmer/task3/.rspec: -------------------------------------------------------------------------------- 1 | --format documentation 2 | --color 3 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/VladGutkovsky/2/Procfile: -------------------------------------------------------------------------------- 1 | worker: bundle exec ruby bot.rb 2 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/public/apple-touch-icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/SashaShostyr/2/.rubocop.yml: -------------------------------------------------------------------------------- 1 | Metrics/LineLength: 2 | Max: 140 -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /.swo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubyroidlabs/bsuir-courses/HEAD/.swo -------------------------------------------------------------------------------- /.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubyroidlabs/bsuir-courses/HEAD/.swp -------------------------------------------------------------------------------- /2015/DenisSimonchik/1/README.md: -------------------------------------------------------------------------------- 1 | Ruby_animation 2 | ============== 3 | -------------------------------------------------------------------------------- /2015/swarmer/task3/.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 3 | - 2.2.1 4 | -------------------------------------------------------------------------------- /2016/AlexandrKurilovich/2/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /2016/AlexandrKurilovich/2/Procfile: -------------------------------------------------------------------------------- 1 | worker: bundle exec ruby bot.rb 2 | -------------------------------------------------------------------------------- /2016/DmitryArtyomov/Task1/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec ruby server.rb 2 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/vendor/assets/javascripts/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/vendor/assets/stylesheets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/SidorenkoIrina/2/users/289545517/subject.txt: -------------------------------------------------------------------------------- 1 | ИИСвЛ,4 2 | ПИСЛ,9 3 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/config/initializers/backtrace_silencers.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/BaranovAleksei/work1/trees/test.tree: -------------------------------------------------------------------------------- 1 | [1,[[2,[3,4]],[3,[5,2]]]] 2 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/config/initializers/backtrace_silencers.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/main.rb: -------------------------------------------------------------------------------- 1 | require_relative 'bot' 2 | bot = Bot.new 3 | bot.run_bot 4 | -------------------------------------------------------------------------------- /2015/swarmer/task1/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'curses' 3 | -------------------------------------------------------------------------------- /2015/swarmer/task3/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gemspec 4 | -------------------------------------------------------------------------------- /2016/DmitryArtyomov/Task3/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec rackup config.ru -p $PORT -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/assets/bitcoin.json: -------------------------------------------------------------------------------- 1 | {:price=>"19837,73"} 2 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2016/KonstantinMihlyuk/2/Procfile: -------------------------------------------------------------------------------- 1 | worker: bundle exec ruby src/main.rb 2 | -------------------------------------------------------------------------------- /2016/MaksimShylau/3/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec rackup config.ru -p $PORT 2 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2016/SidorenkoIrina/2/users/276293935/semester.txt: -------------------------------------------------------------------------------- 1 | 2016-01-11,2017-12-16 2 | -------------------------------------------------------------------------------- /2016/TatchihinKirill/3/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec rackup config.ru -p $PORT 2 | -------------------------------------------------------------------------------- /2016/TatchihinKirill/3/config.ru: -------------------------------------------------------------------------------- 1 | require './app' 2 | run Sinatra::Application -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/helpers/posts_helper.rb: -------------------------------------------------------------------------------- 1 | module PostsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DmLaziuk/2/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'mechanize' 3 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/helpers/ads_helper.rb: -------------------------------------------------------------------------------- 1 | module AdsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/1/trees/SIMPLE.tree: -------------------------------------------------------------------------------- 1 | [1, [[2, [3, 4 ]],[3,[5,2]]]] 2 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/app/assets/javascripts/channels/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2015/SuvitovEvgeniy/2-2/bin/4.txt: -------------------------------------------------------------------------------- 1 | my 2 | name 3 | is 4 | Evgeniy 5 | Suvitov 6 | aa -------------------------------------------------------------------------------- /2016/.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubyroidlabs/bsuir-courses/HEAD/2016/.swp -------------------------------------------------------------------------------- /2016/AlexandrKolesenko/Task3/config.ru: -------------------------------------------------------------------------------- 1 | require './app' 2 | run Sinatra::Application -------------------------------------------------------------------------------- /2016/AlexandrKurilovich/3/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec rackup config.ru -p $PORT 2 | -------------------------------------------------------------------------------- /2016/AlexeyDobry/2/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'telegram-bot-ruby' -------------------------------------------------------------------------------- /2016/Andrey Kolbenkow/2/token.yml: -------------------------------------------------------------------------------- 1 | --- 2 | TOKEN: 'PASTE YOUR TOKEN HERE' 3 | 4 | -------------------------------------------------------------------------------- /2016/DmitryArtyomov/Task3/config.ru: -------------------------------------------------------------------------------- 1 | require './server' 2 | run Sinatra::Application -------------------------------------------------------------------------------- /2016/MaksimShylau/3/config.ru: -------------------------------------------------------------------------------- 1 | require './server' 2 | run Sinatra::Application 3 | -------------------------------------------------------------------------------- /2016/VladHilko/sinatra_task_3/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec rackup config.ru -p $PORT -------------------------------------------------------------------------------- /2016/VladimirSernatsky/checkmylabs-bot/Procfile: -------------------------------------------------------------------------------- 1 | worker: bundle exec ruby bot.rb 2 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/config/initializers/application_controller_renderer.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/helpers/welcome_helper.rb: -------------------------------------------------------------------------------- 1 | module WelcomeHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/helpers/welcome_helper.rb: -------------------------------------------------------------------------------- 1 | module WelcomeHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/README.md: -------------------------------------------------------------------------------- 1 | # Bonsticks2Bitcoins 2 | 3 | https://www.xbtce.com 4 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/helpers/users_helper.rb: -------------------------------------------------------------------------------- 1 | module UsersHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/helpers/ads_helper.rb: -------------------------------------------------------------------------------- 1 | module AdsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/helpers/b2_bs_helper.rb: -------------------------------------------------------------------------------- 1 | module B2BsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/helpers/posters_helper.rb: -------------------------------------------------------------------------------- 1 | module PostersHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/lib/tasks/data.json: -------------------------------------------------------------------------------- 1 | {"bitcoin":"1520.97","bonstick":"0.00066"} -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/VladislauMakarevich/1/trees/my_tree.tree: -------------------------------------------------------------------------------- 1 | [1 ,[[2 ,[3 , 4 ]],[3,[5,2]]]] 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore DS_Store files 2 | .DS_Store 3 | *.DS_Store 4 | **/.idea/**/* 5 | -------------------------------------------------------------------------------- /2015/AntonDatsik/task2/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'colorize' 4 | -------------------------------------------------------------------------------- /2015/DemukhIlya/homework_2-2/bin/1.txt: -------------------------------------------------------------------------------- 1 | aa 2 | bb 3 | cc 4 | abc 5 | bcd 6 | cde 7 | ggg -------------------------------------------------------------------------------- /2015/DemukhIlya/homework_2-2/bin/2.txt: -------------------------------------------------------------------------------- 1 | aa 2 | bb 3 | cc 4 | abc 5 | bcd 6 | cde 7 | ggg -------------------------------------------------------------------------------- /2015/KonstantinKanyuka/game_life/game_life/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /2015/VladGlezin/2/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'gems', '0.8.3' 4 | -------------------------------------------------------------------------------- /2015/swarmer/task1/README.md: -------------------------------------------------------------------------------- 1 | # sl 2 | My version of a powerful utility called sl 3 | -------------------------------------------------------------------------------- /2015/swarmer/task3/lib/life/version.rb: -------------------------------------------------------------------------------- 1 | module Life 2 | VERSION = "0.1.1" 3 | end 4 | -------------------------------------------------------------------------------- /2016/NikitaKolokoltsev/homework-2/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec ruby telegram_bot.rb 2 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2016/SergeyKuchinskiy/2/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec thin start -p $PORT -V -e production -------------------------------------------------------------------------------- /2016/VladislavErmolkin/2/main.rb: -------------------------------------------------------------------------------- 1 | require_relative "lib/bot" 2 | 3 | Bot.new.start 4 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/helpers/comments_helper.rb: -------------------------------------------------------------------------------- 1 | module CommentsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/helpers/articles_helper.rb: -------------------------------------------------------------------------------- 1 | module ArticlesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/models/article.rb: -------------------------------------------------------------------------------- 1 | class Article < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/EkimtsovPeter/2/parser/lib/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'mechanize' -------------------------------------------------------------------------------- /2017/KirillNaumenko/1/.gitignore: -------------------------------------------------------------------------------- 1 | # Folder with files consisting trees arrays 2 | trees/ -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/models/ad.rb: -------------------------------------------------------------------------------- 1 | class Ad < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/models/b2_b.rb: -------------------------------------------------------------------------------- 1 | class B2B < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/helpers/comments_helper.rb: -------------------------------------------------------------------------------- 1 | module CommentsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/OlgaSalnikova/4/bonstic_exchange/app/views/layouts/mailer.text.erb: -------------------------------------------------------------------------------- 1 | <%= yield %> 2 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/helpers/comments_helper.rb: -------------------------------------------------------------------------------- 1 | module CommentsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/app/helpers/articles_helper.rb: -------------------------------------------------------------------------------- 1 | module ArticlesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/app/helpers/comments_helper.rb: -------------------------------------------------------------------------------- 1 | module CommentsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/app/helpers/ads_helper.rb: -------------------------------------------------------------------------------- 1 | module AdsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/assets/stylesheets/main.sass: -------------------------------------------------------------------------------- 1 | .main 2 | padding-top: 1em -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/models/post.rb: -------------------------------------------------------------------------------- 1 | class Post < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/views/posts/edit.html.erb: -------------------------------------------------------------------------------- 1 | <%= render 'form', post: @post %> 2 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/views/posts/new.html.erb: -------------------------------------------------------------------------------- 1 | <%= render 'form', post: @post %> 2 | -------------------------------------------------------------------------------- /2017/VladislavDernakov/2/scraping_err.rb: -------------------------------------------------------------------------------- 1 | class ScrapingError < RuntimeError 2 | end 3 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/helpers/articles_helper.rb: -------------------------------------------------------------------------------- 1 | module ArticlesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/helpers/comments_helper.rb: -------------------------------------------------------------------------------- 1 | module CommentsHelper 2 | end 3 | -------------------------------------------------------------------------------- /.hound.yml: -------------------------------------------------------------------------------- 1 | fail_on_violations: true 2 | 3 | ruby: 4 | config_file: rubocop/rubocop.yml 5 | -------------------------------------------------------------------------------- /2015/ArtemStarotitorov/2/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'colorize' 4 | -------------------------------------------------------------------------------- /2015/IgorKazakevich/2.2/readme.txt: -------------------------------------------------------------------------------- 1 | To get help: 2 | 'grep -h' or 'grep --help' 3 | 4 | 5 | -------------------------------------------------------------------------------- /2016/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubyroidlabs/bsuir-courses/HEAD/2016/.DS_Store -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/helpers/comments_helper.rb: -------------------------------------------------------------------------------- 1 | module CommentsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2016/VladHilko/sinatra_task_3/config.ru: -------------------------------------------------------------------------------- 1 | require_relative "my_app" 2 | run Sinatra::Application -------------------------------------------------------------------------------- /2016/VladimirBorozna/3/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec thin start -p $PORT -V -e production 2 | -------------------------------------------------------------------------------- /2016/VladimirBorozna/3/config.ru: -------------------------------------------------------------------------------- 1 | require_relative "application" 2 | run Application.new 3 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/helpers/articles_helper.rb: -------------------------------------------------------------------------------- 1 | module ArticlesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/helpers/welcom_helper.rb: -------------------------------------------------------------------------------- 1 | module WelcomHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/helpers/welome_helper.rb: -------------------------------------------------------------------------------- 1 | module WelomeHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DmLaziuk/1/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'rubyzip' 3 | gem 'json' 4 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/helpers/static_pages_helper.rb: -------------------------------------------------------------------------------- 1 | module StaticPagesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/helpers/posts_helper.rb: -------------------------------------------------------------------------------- 1 | module PostsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/models/post.rb: -------------------------------------------------------------------------------- 1 | class Post < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/helpers/sell_posts_helper.rb: -------------------------------------------------------------------------------- 1 | module SellPostsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/app/helpers/articles_helper.rb: -------------------------------------------------------------------------------- 1 | module ArticlesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VladKharitonovitch/hm-4/app/helpers/welcome_helper.rb: -------------------------------------------------------------------------------- 1 | module WelcomeHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VladislavDernakov/2/criterion_err.rb: -------------------------------------------------------------------------------- 1 | class CriterionError < RuntimeError 2 | end 3 | -------------------------------------------------------------------------------- /2017/ZhenyaZhak/4/b2b/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2015/BobrovnikS/2/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'gems' 4 | gem 'thor' 5 | -------------------------------------------------------------------------------- /2015/RGBD/04-web-life/views/index.slim: -------------------------------------------------------------------------------- 1 | h3 Hello! create new game. 2 | a href="/new" Create! 3 | -------------------------------------------------------------------------------- /2016/IlyaKulikovitch/4/b2b/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/app/helpers/words_helper.rb: -------------------------------------------------------------------------------- 1 | module WordsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/models/article.rb: -------------------------------------------------------------------------------- 1 | class Article < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/AlyaTorshina/4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/helpers/articles_helper.rb: -------------------------------------------------------------------------------- 1 | module ArticlesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DmLaziuk/b2b/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/KirillNaumenko/TeleBot/.gitignore: -------------------------------------------------------------------------------- 1 | 1/ 2 | .Gemfile.lock 3 | .Gemfile 4 | .orient_status.out -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/MakarenkoAndrei/4/b2b/app/views/ads/show.json.jbuilder: -------------------------------------------------------------------------------- 1 | json.partial! "ads/ad", ad: @ad 2 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/spec/support/capybara.rb: -------------------------------------------------------------------------------- 1 | Capybara.asset_host = 'http://localhost:3000' 2 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/myapp/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/helpers/publications_helper.rb: -------------------------------------------------------------------------------- 1 | module PublicationsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/app/helpers/articles_helper.rb: -------------------------------------------------------------------------------- 1 | module ArticlesHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/Vadim Siarebranikau/4/b2b/app/models/article.rb: -------------------------------------------------------------------------------- 1 | class Article < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/VadimKulyba/4/blog/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VenyaminBohdan/1/CallBoard/app/helpers/comments_helper.rb: -------------------------------------------------------------------------------- 1 | module CommentsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VitalikKhakimov/4/b2b/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/VladNegure/4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2015/BobrovnikS/3/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'mechanize' 4 | gem 'colorize' 5 | -------------------------------------------------------------------------------- /2015/IgorKazakevich/2.2/Gemfile.txt: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'zip' 4 | gem 'slop' 5 | -------------------------------------------------------------------------------- /2015/MarioS/1_Task/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'ruby-terminfo', '~> 0.1.1' 4 | -------------------------------------------------------------------------------- /2015/MarioS/2_Task/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'mechanize' 3 | gem 'colorize' 4 | -------------------------------------------------------------------------------- /2015/MikulkoGleb/2/conf/gem.conf: -------------------------------------------------------------------------------- 1 | source: https://rubygems.org/api/v1/versions/ 2 | format: json 3 | -------------------------------------------------------------------------------- /2015/RGBD/02-1-gemfiler/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gem "colorize", "~>0.7.7" 4 | -------------------------------------------------------------------------------- /2015/swarmer/task2_1/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'colorize' 4 | gem 'gems' 5 | -------------------------------------------------------------------------------- /2016/Andrey Kolbenkow/2/token.yml~: -------------------------------------------------------------------------------- 1 | --- 2 | TOKEN: 299644368:AAGAJsNqk1Ttfc4l28831X_YP5RDg9FQ1WI 3 | -------------------------------------------------------------------------------- /2016/PikoliukIhar/2/sayings_generator/app/helpers/sayings_helper.rb: -------------------------------------------------------------------------------- 1 | module SayingsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2016/UladzislauBondar/2/config.yaml: -------------------------------------------------------------------------------- 1 | config: 2 | token: 180729585:AAGwo_VByoMd4jGdk-IUVZ4o9Do19sM5Qaw -------------------------------------------------------------------------------- /2016/VladHilko/sinatra_task_3/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | gem 'sinatra' 3 | gem 'redis' -------------------------------------------------------------------------------- /2017/AlexandraPozniak/4/blog/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/ArtsiomSiarebranikau/hw4/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/DenisNikolsky/4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/DmitryGolubko/4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/Egor Shpalov/hw4/config/initializers/will_paginate_array_fix.rb: -------------------------------------------------------------------------------- 1 | require 'will_paginate/array' 2 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/helpers/announcements_helper.rb: -------------------------------------------------------------------------------- 1 | module AnnouncementsHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/EvgeniyBakunovich/4/app/models/announcement.rb: -------------------------------------------------------------------------------- 1 | class Announcement < ApplicationRecord 2 | end 3 | -------------------------------------------------------------------------------- /2017/LazovskayaDaria/4/b2b_app/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/Maksim Golubev/HW4/app/views/b2_bs/show.json.jbuilder: -------------------------------------------------------------------------------- 1 | json.partial! "b2_bs/b2_b", b2_b: @b2_b 2 | -------------------------------------------------------------------------------- /2017/NikitaSakov/4/b2b/app/jobs/application_job.rb: -------------------------------------------------------------------------------- 1 | class ApplicationJob < ActiveJob::Base 2 | end 3 | -------------------------------------------------------------------------------- /2017/SashaShostyr/4/app/views/posters/edit.html.erb: -------------------------------------------------------------------------------- 1 |