This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AllCops: | |
TargetRubyVersion: 2.3 | |
Exclude: | |
- 'bin/**/*' | |
- 'db/**/*' | |
- 'log/**/*' | |
- 'tmp/**/*' | |
- 'vendor/**/*' | |
- 'public/**/*' | |
DisplayCopNames: true |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
video type length resolution rendering parallel | |
phable_PL .mp4 57.4 1920x1080 177.258317 1 | |
phable_PL .mp4 57.4 1920x1080 175.066136 1 | |
phable_PL .mp4 57.4 1920x1080 190.108336 1 | |
phable_PL .mp4 57.4 1920x1080 574.541037 2 | |
phable_PL .mp4 57.4 1920x1080 625.973804 2 | |
phable_PL .mp4 57.4 1920x1080 385.371598 3 | |
phable_PL .mp4 57.4 1920x1080 281.963515 3 | |
phable_PL .mp4 57.4 1920x1080 415.118817 4 | |
phable_PL .mp4 57.4 1920x1080 388.200012 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get_current_git_branch() { | |
local branch=`git rev-parse --abbrev-ref HEAD 2> /dev/null` | |
if [ "$branch" != "" ]; then | |
echo " ⌥ $branch " | |
fi | |
} | |
get_git_stat() { | |
local branch=`git rev-parse --abbrev-ref HEAD 2> /dev/null` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create offer | |
offer = Offer.new( | |
{ | |
"id"=>3454, | |
"order_id"=>9206599, | |
"entries"=>[ | |
{"id"=>5796, "uid"=>2651, "cover"=>{"id"=>896780, "image"=>{"big"=>{"url"=>"https://storage.googleapis.com/iqbanket-media/production/uploads/media/896780/media/big.jpg", "width"=>845, "height"=>500}}, "title"=>nil, "is_vertical"=>false}, "price"=>123, "title"=>"Красивый", "banquet"=>{"id"=>2992, "title"=>"Тестовый", "address"=>"Варварка 14", "contacts"=>[{"id"=>7483, "name"=>"Eduard A", "role"=>"Начальник кислых щей", "email"=>"", "phone"=>"+79634698719", "position"=>1, "for_client"=>true}, {"id"=>1847, "name"=>"Eris", "role"=>"Кислые щи", "email"=>"", "phone"=>"+79634698720", "position"=>2, "for_client"=>true}, {"id"=>2001, "name"=>"Кто-то там второй", "role"=>"Кислые щи", "email"=>"[email protected]", "phone"=>"+79220135341", "position"=>1, "for_client"=>true}]}, "regions"=>[{"id"=>4, "name"=>"ЮВАО"}], "subways"=>[{"id"=>7574, "line"=>"filyovskaya", "name"=>"Александровский сад", "color"=>"#19C1F3", |
OlderNewer