Skip to content

Instantly share code, notes, and snippets.

View uneeq's full-sized avatar
🇺🇦
Pray for Ukraine!

Nikita Kilikhevych uneeq

🇺🇦
Pray for Ukraine!
  • Ukraine ⛵
View GitHub Profile
@uneeq
uneeq / gist:f66fecd4db7aaf094005a83a139aec18
Created August 15, 2019 12:06
text-to-speech brakeman
== Overview ==
Controllers: 3
Models: 1
Templates: 1
Errors: 0
Security Warnings: 1
== Warning Types ==
@uneeq
uneeq / fetcher.rb
Last active May 2, 2019 14:12
RabbitMQ communication system (draft)
require 'rubygems'
require 'bunny'
require 'json'
require 'securerandom'
module Bunny
module Employees
class Fetcher
QUEUE_NAME = 'employees'
=> #<Amazon::Ecs::Response:0x007f952b3fa260
@doc=
#(Document:0x3fca959fd0e0 {
name = "document",
children = [
#(Element:0x3fca959f5908 {
name = "ItemLookupResponse",
children = [
#(Element:0x3fca959f1ad8 {
name = "OperationRequest",
{
"partner_group":"ebay",
"list_id":62873,
"search_query":"laptops",
"partner_offer":{
"local_id":"182625245514",
"partner":"ebay",
"position":19,
"name":"Dell Inspiron 11 HD 2-in-1 Touch Laptop Celeron N3060 32GB 2GB (i368-0027RED)",
"short_name":"Dell Inspiron 11 HD 2-in-1 Touch Laptop Celeron",
{
"partner_group":"shopping",
"list_id":62873,
"search_query":"laptops",
"partner_offer":{
"local_id":"rzU4abW0MgKCmkVQ8D-8hg==",
"partner":"shopping",
"position":24,
"name":"Dell Inspiron 17 5000 Laptop - CAI175W10P7B2446",
"short_name":"Dell Inspiron 17 5000 Laptop - CAI175W10P7B2446",
@uneeq
uneeq / install.md
Created November 9, 2016 09:18 — forked from galulex/install.md
Ruby On Rails Ubuntu 16.04 install

Developer libs

mysql, rmagic, curl, git, vim, sqlite, nodejs nokogiri...

sudo apt-get install libxslt1-dev libxml2-dev libmagickwand-dev imagemagick libsqlite3-dev libcurl4-openssl-dev curl git git-gui vim-gtk exuberant-ctags nodejs nodejs-legacy rar

Ruby

sudo apt-add-repository ppa:brightbox/ruby-ng

sudo apt-get update