Skip to content

Instantly share code, notes, and snippets.

View sudodoki's full-sized avatar

Джон, просто Джон sudodoki

View GitHub Profile
(function () {
try {
try { return 1; }
finally { return 2;}
return 3;
} finally {
return 4;
}
return 5;
})()
@sudodoki
sudodoki / poznan.md
Last active August 29, 2015 14:24 — forked from mmalecki/poznan.md

Food

  • Racja Mięsa - if you like meat, that's your place. Amazing tartars.
  • Święta Krowa - a decent burger place
  • Pizza a Pezzi - great pizza
  • Ptasie radio - various food, has has some Italian stuff
  • Manekin - pancakes
  • Sofa - good for lunch

Drinks

  • Lot Chmiela - lots of craft beers
@sudodoki
sudodoki / styles.less
Created June 8, 2015 14:50
workaround to disabled ligatures for current line
// Enable all the Fira Code goodness
.editor {
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: "liga" 1;
font-feature-settings: "liga" 1;
}
// Disable it for current line with https://github.com/richrace/highlight-line
.editor::shadow {
// The cursor line important to use rgba for opacity, also requires !important
@sudodoki
sudodoki / 2015.md
Last active August 29, 2015 14:22
rubyc_photos
var google_conversion_id = 1234567890;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
window.onload = function(){
// save old document.write
var dw = document.write;
// change document.write temporary
document.write = function(node){

Ruby Elvis

Киев, удаленная работа

Необходимые навыки

Здесь должно быть несколько пунктов на тему «3-5 лет опыта RoR разработки; стрессоустойчивость; любовь к тестам бла-бла-бла»...
Если по шкале от Intern до Arсhitect, ты чувствуешь себя где-то на уровне Middle или Middle/Senior или (!) Senior, тебе не нужны все эти описания навыков. Ты ведь и так все знаешь, правда? ;)
Мы уверены, что ты работаешь с последними рельсами и не брезгуешь покрывать свой прекрасный чистый код тестами.

Typography

Headings

Headings from h1 through h6 are constructed with a # for each level:

# h1 Heading
## h2 Heading
### h3 Heading
@sudodoki
sudodoki / Tools_list.md
Last active August 25, 2019 00:36
Parcel status tracking tools (& related). Ruby.

Parcel status tracking tools (& related). Ruby.

  • trackerific - Package tracking in a gem. FedEx, UPS, USPS (upd Aug 2014)
  • tracking_number - Identifies valid tracking numbers (Upd May 2015)
  • package_tracker - UPS, FedEx (API, upd May 2011)
  • package-tracker - example app, using trackerific (upd Nov 2013) - Fedex, UPS, USPS
  • stalkr - DHL, Fedex, UPS, USPS (scrapper, Feb 2011)
  • dhl_express - DHL (JSON API upd Nov 13, 2014)
  • ups_shipping - interacting with UPS API (upd Dec 2010)
  • fedex - Ruby library to interact with FedEx Rate Web Service (upd Dec 2014)
  • vdm_tracker - example app, using fedex & htt