{"id":294,"date":"2013-06-03T19:22:55","date_gmt":"2013-06-03T15:22:55","guid":{"rendered":"http:\/\/galayko.ru\/blog\/?p=294"},"modified":"2013-06-03T19:22:55","modified_gmt":"2013-06-03T15:22:55","slug":"%d0%be-%d0%bf%d0%be%d0%bb%d1%8c%d0%b7%d0%b5-%d1%80%d0%b5%d1%84%d0%b0%d0%ba%d1%82%d0%be%d1%80%d0%b8%d0%bd%d0%b3%d0%b0","status":"publish","type":"post","link":"http:\/\/galayko.ru\/blog\/294","title":{"rendered":"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430"},"content":{"rendered":"<p>\u0412\u043e\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 (\u0438\u0437 \u043c\u043e\u0435\u0433\u043e \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430), \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u0442\u044c \u043a\u043e\u0434 \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u043a\u043e\u0440\u043e\u0447\u0435 \u0438 \u0447\u0438\u0442\u0430\u0435\u043c\u044b\u043c:<br \/>\n\u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430\u0441\u044c \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u043e \u0443\u0436\u0430\u0441\u043d\u0430\u044f \u043a\u0443\u0447\u0430 \u043d\u0435\u0447\u0438\u0442\u0430\u0435\u043c\u043e\u0433\u043e \u043a\u043e\u0434\u0430:<\/p>\n<pre class=\"brush: objc; title: ; notranslate\" title=\"\">\r\n        NSString *name = [[filename pathComponents] lastObject];\r\n        NSString *ext = [name pathExtension];\r\n        NSString *iconImg = [NSString stringWithFormat:@&quot;icon%@&quot;,[ext uppercaseString]];\r\n        if (!iconImg) iconImg = @&quot;iconUnknown&quot;;\r\n        if (([ext caseInsensitiveCompare:@&quot;html&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;htm&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;xml&quot;] == NSOrderedSame))\r\n            iconImg = @&quot;iconWeb&quot;;\r\n        else if (([ext caseInsensitiveCompare:@&quot;mp3&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;m4a&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;wav&quot;] == NSOrderedSame))\r\n                iconImg = @&quot;iconAudio&quot;;\r\n        else if (([ext caseInsensitiveCompare:@&quot;mp4&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;mpeg&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;qt&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;avi&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;m4v&quot;] == NSOrderedSame))\r\n            iconImg = @&quot;iconVideo&quot;;\r\n        else if (([ext caseInsensitiveCompare:@&quot;mp3&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;m4a&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;wav&quot;] == NSOrderedSame))\r\n            iconImg = @&quot;iconAudio&quot;;\r\n        else if (([ext caseInsensitiveCompare:@&quot;jpg&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;jpeg&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;gif&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;tiff&quot;] == NSOrderedSame)||([ext caseInsensitiveCompare:@&quot;tiff&quot;] == NSOrderedSame))\r\n            iconImg = @&quot;iconGraphic&quot;;\r\n        else if (([ext caseInsensitiveCompare:@&quot;xlsx&quot;] == NSOrderedSame))\r\n            iconImg = @&quot;iconXLS&quot;;\r\n        else if (([ext caseInsensitiveCompare:@&quot;docx&quot;] == NSOrderedSame))\r\n            iconImg = @&quot;iconDOC&quot;;\r\n        else if (([ext caseInsensitiveCompare:@&quot;pptx&quot;] == NSOrderedSame))\r\n            iconImg = @&quot;iconPPT&quot;;\r\n        \r\n        _icon = [UIImage imageNamed:iconImg];\r\n<\/pre>\n<p>\u041f\u0440\u0438\u0448\u043b\u043e\u0441\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0434\u043e\u0432\u0435\u0441\u043e\u043a \u043a \u043a\u043b\u0430\u0441\u0441\u0443 NSString:<\/p>\n<pre class=\"brush: objc; title: ; notranslate\" title=\"\">@interface NSString (Adds)\r\n- (BOOL)caseInsensitiveExistsInArray:(NSArray *)a;\r\n@end\r\n\r\n@implementation NSString (Adds)\r\n\r\n- (BOOL)caseInsensitiveExistsInArray:(NSArray *)a\r\n{\r\n    BOOL exist = NO;\r\n    for (NSString *s in a) {\r\n        if ([self caseInsensitiveCompare:s] == NSOrderedSame)\r\n        {\r\n            exist = YES;\r\n            break;\r\n        }\r\n    }\r\n    return exist;\r\n}\r\n\r\n@end\r\n<\/pre>\n<p>\u041d\u0430 \u0432\u044b\u0445\u043e\u0434\u0435 \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u0442\u0430\u043b\u043e \u0432\u043e\u0442 \u0442\u0430\u043a:<\/p>\n<pre class=\"brush: objc; title: ; notranslate\" title=\"\">NSString *name = [[filename pathComponents] lastObject];\r\n        NSString *ext = [name pathExtension];\r\n        NSString *iconImg = [NSString stringWithFormat:@&quot;icon%@&quot;,[ext uppercaseString]];\r\n        if (!iconImg) iconImg = @&quot;iconUnknown&quot;;\r\n        if ([ext caseInsensitiveExistsInArray:@[@&quot;html&quot;,@&quot;htm&quot;,@&quot;xml&quot;]])\r\n            iconImg = @&quot;iconWeb&quot;;\r\n        else if ([ext caseInsensitiveExistsInArray:@[@&quot;mp3&quot;,@&quot;m4a&quot;,@&quot;wav&quot;]])\r\n            iconImg = @&quot;iconAudio&quot;;\r\n        else if ([ext caseInsensitiveExistsInArray:@[@&quot;mp4&quot;,@&quot;mpeg&quot;,@&quot;mpg&quot;,@&quot;qt&quot;]])\r\n            iconImg = @&quot;iconVideo&quot;;\r\n        else if ([ext caseInsensitiveExistsInArray:@[@&quot;jpg&quot;,@&quot;jpeg&quot;,@&quot;gif&quot;,@&quot;tiff&quot;]])\r\n            iconImg = @&quot;iconGraphic&quot;;\r\n        else if ([ext caseInsensitiveExistsInArray:@[@&quot;xlsx&quot;]])\r\n            iconImg = @&quot;iconXLS&quot;;\r\n        else if ([ext caseInsensitiveExistsInArray:@[@&quot;docx&quot;]])\r\n            iconImg = @&quot;iconDOC&quot;;\r\n        else if ([ext caseInsensitiveExistsInArray:@[@&quot;pptx&quot;]])\r\n            iconImg = @&quot;iconPPT&quot;;\r\n        \r\n        _icon = [UIImage imageNamed:iconImg];\r\n<\/pre>\n<p>\u041f\u043e \u043c\u043e\u0435\u043c\u0443, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043d\u0430 \u043b\u0438\u0446\u043e &#8212; \u043a\u043e\u0434 \u0441\u0442\u0430\u043b \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u0435\u0435 \u0438 \u0443\u0434\u043e\u0431\u043d\u0435\u0435 \u043d\u0430\u0440\u0430\u0449\u0438\u0432\u0430\u0442\u044c&#8230;<\/p>\n ","protected":false},"excerpt":{"rendered":"<p>\u0412\u043e\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 (\u0438\u0437 \u043c\u043e\u0435\u0433\u043e \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430), \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u0442\u044c \u043a\u043e\u0434 \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u043a\u043e\u0440\u043e\u0447\u0435 \u0438 \u0447\u0438\u0442\u0430\u0435\u043c\u044b\u043c: \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430\u0441\u044c \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u043e \u0443\u0436\u0430\u0441\u043d\u0430\u044f \u043a\u0443\u0447\u0430 \u043d\u0435\u0447\u0438\u0442\u0430\u0435\u043c\u043e\u0433\u043e \u043a\u043e\u0434\u0430: \u041f\u0440\u0438\u0448\u043b\u043e\u0441\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0434\u043e\u0432\u0435\u0441\u043e\u043a \u043a \u043a\u043b\u0430\u0441\u0441\u0443 NSString: \u041d\u0430 \u0432\u044b\u0445\u043e\u0434\u0435 \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u0442\u0430\u043b\u043e \u0432\u043e\u0442 \u0442\u0430\u043a: \u041f\u043e \u043c\u043e\u0435\u043c\u0443, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043d\u0430 \u043b\u0438\u0446\u043e &#8212; \u043a\u043e\u0434 \u0441\u0442\u0430\u043b \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u0435\u0435 \u0438 \u0443\u0434\u043e\u0431\u043d\u0435\u0435 \u043d\u0430\u0440\u0430\u0449\u0438\u0432\u0430\u0442\u044c&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"aside","meta":[],"categories":[4],"tags":[53],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.11 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430 &mdash; \u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/galayko.ru\/blog\/294\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430 &mdash; \u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b\" \/>\n<meta property=\"og:description\" content=\"\u0412\u043e\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 (\u0438\u0437 \u043c\u043e\u0435\u0433\u043e \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430), \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u0442\u044c \u043a\u043e\u0434 \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u043a\u043e\u0440\u043e\u0447\u0435 \u0438 \u0447\u0438\u0442\u0430\u0435\u043c\u044b\u043c: \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430\u0441\u044c \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u043e \u0443\u0436\u0430\u0441\u043d\u0430\u044f \u043a\u0443\u0447\u0430 \u043d\u0435\u0447\u0438\u0442\u0430\u0435\u043c\u043e\u0433\u043e \u043a\u043e\u0434\u0430: \u041f\u0440\u0438\u0448\u043b\u043e\u0441\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0434\u043e\u0432\u0435\u0441\u043e\u043a \u043a \u043a\u043b\u0430\u0441\u0441\u0443 NSString: \u041d\u0430 \u0432\u044b\u0445\u043e\u0434\u0435 \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u0442\u0430\u043b\u043e \u0432\u043e\u0442 \u0442\u0430\u043a: \u041f\u043e \u043c\u043e\u0435\u043c\u0443, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043d\u0430 \u043b\u0438\u0446\u043e &#8212; \u043a\u043e\u0434 \u0441\u0442\u0430\u043b \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u0435\u0435 \u0438 \u0443\u0434\u043e\u0431\u043d\u0435\u0435 \u043d\u0430\u0440\u0430\u0449\u0438\u0432\u0430\u0442\u044c&#8230;\" \/>\n<meta property=\"og:url\" content=\"http:\/\/galayko.ru\/blog\/294\" \/>\n<meta property=\"og:site_name\" content=\"\u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nikita.galayko\" \/>\n<meta property=\"article:published_time\" content=\"2013-06-03T15:22:55+00:00\" \/>\n<meta name=\"author\" content=\"iNiKe\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@galayko\" \/>\n<meta name=\"twitter:site\" content=\"@galayko\" \/>\n<meta name=\"twitter:label1\" content=\"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c\" \/>\n\t<meta name=\"twitter:data1\" content=\"iNiKe\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u043c\u0438\u043d\u0443\u0442\u044b\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/galayko.ru\/blog\/294\",\"url\":\"http:\/\/galayko.ru\/blog\/294\",\"name\":\"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430 &mdash; \u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b\",\"isPartOf\":{\"@id\":\"https:\/\/galayko.ru\/blog\/#website\"},\"datePublished\":\"2013-06-03T15:22:55+00:00\",\"dateModified\":\"2013-06-03T15:22:55+00:00\",\"author\":{\"@id\":\"https:\/\/galayko.ru\/blog\/#\/schema\/person\/491dc02d8cece0a7fa259e5bf45ae8e8\"},\"breadcrumb\":{\"@id\":\"http:\/\/galayko.ru\/blog\/294#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/galayko.ru\/blog\/294\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/galayko.ru\/blog\/294#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/galayko.ru\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/galayko.ru\/blog\/#website\",\"url\":\"https:\/\/galayko.ru\/blog\/\",\"name\":\"\u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b\",\"description\":\"\u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/galayko.ru\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/galayko.ru\/blog\/#\/schema\/person\/491dc02d8cece0a7fa259e5bf45ae8e8\",\"name\":\"iNiKe\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galayko.ru\/blog\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/d9513c8b9ba17eb2e8be5eb3b0125ffa?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/d9513c8b9ba17eb2e8be5eb3b0125ffa?s=96&d=mm&r=g\",\"caption\":\"iNiKe\"},\"description\":\"\u041a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u044b\u0439 \u043a\u043e\u0434\u0435\u0440.\",\"sameAs\":[\"http:\/\/www.galayko.ru\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430 &mdash; \u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/galayko.ru\/blog\/294","og_locale":"ru_RU","og_type":"article","og_title":"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430 &mdash; \u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b","og_description":"\u0412\u043e\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 (\u0438\u0437 \u043c\u043e\u0435\u0433\u043e \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430), \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u0442\u044c \u043a\u043e\u0434 \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u043a\u043e\u0440\u043e\u0447\u0435 \u0438 \u0447\u0438\u0442\u0430\u0435\u043c\u044b\u043c: \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430\u0441\u044c \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u043e \u0443\u0436\u0430\u0441\u043d\u0430\u044f \u043a\u0443\u0447\u0430 \u043d\u0435\u0447\u0438\u0442\u0430\u0435\u043c\u043e\u0433\u043e \u043a\u043e\u0434\u0430: \u041f\u0440\u0438\u0448\u043b\u043e\u0441\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0434\u043e\u0432\u0435\u0441\u043e\u043a \u043a \u043a\u043b\u0430\u0441\u0441\u0443 NSString: \u041d\u0430 \u0432\u044b\u0445\u043e\u0434\u0435 \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u0442\u0430\u043b\u043e \u0432\u043e\u0442 \u0442\u0430\u043a: \u041f\u043e \u043c\u043e\u0435\u043c\u0443, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043d\u0430 \u043b\u0438\u0446\u043e &#8212; \u043a\u043e\u0434 \u0441\u0442\u0430\u043b \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u0435\u0435 \u0438 \u0443\u0434\u043e\u0431\u043d\u0435\u0435 \u043d\u0430\u0440\u0430\u0449\u0438\u0432\u0430\u0442\u044c&#8230;","og_url":"http:\/\/galayko.ru\/blog\/294","og_site_name":"\u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b","article_publisher":"https:\/\/www.facebook.com\/nikita.galayko","article_published_time":"2013-06-03T15:22:55+00:00","author":"iNiKe","twitter_card":"summary_large_image","twitter_creator":"@galayko","twitter_site":"@galayko","twitter_misc":{"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c":"iNiKe","\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"2 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/galayko.ru\/blog\/294","url":"http:\/\/galayko.ru\/blog\/294","name":"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430 &mdash; \u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b","isPartOf":{"@id":"https:\/\/galayko.ru\/blog\/#website"},"datePublished":"2013-06-03T15:22:55+00:00","dateModified":"2013-06-03T15:22:55+00:00","author":{"@id":"https:\/\/galayko.ru\/blog\/#\/schema\/person\/491dc02d8cece0a7fa259e5bf45ae8e8"},"breadcrumb":{"@id":"http:\/\/galayko.ru\/blog\/294#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["http:\/\/galayko.ru\/blog\/294"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/galayko.ru\/blog\/294#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/galayko.ru\/blog"},{"@type":"ListItem","position":2,"name":"\u041e \u043f\u043e\u043b\u044c\u0437\u0435 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\u0430"}]},{"@type":"WebSite","@id":"https:\/\/galayko.ru\/blog\/#website","url":"https:\/\/galayko.ru\/blog\/","name":"\u0411\u043b\u043e\u0433 \u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u044b","description":"\u0413\u0430\u043b\u0430\u0439\u043a\u043e \u041d\u0438\u043a\u0438\u0442\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/galayko.ru\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ru-RU"},{"@type":"Person","@id":"https:\/\/galayko.ru\/blog\/#\/schema\/person\/491dc02d8cece0a7fa259e5bf45ae8e8","name":"iNiKe","image":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galayko.ru\/blog\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/d9513c8b9ba17eb2e8be5eb3b0125ffa?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/d9513c8b9ba17eb2e8be5eb3b0125ffa?s=96&d=mm&r=g","caption":"iNiKe"},"description":"\u041a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u044b\u0439 \u043a\u043e\u0434\u0435\u0440.","sameAs":["http:\/\/www.galayko.ru"]}]}},"_links":{"self":[{"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/posts\/294"}],"collection":[{"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/comments?post=294"}],"version-history":[{"count":1,"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/posts\/294\/revisions"}],"predecessor-version":[{"id":295,"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/posts\/294\/revisions\/295"}],"wp:attachment":[{"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/media?parent=294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/categories?post=294"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/galayko.ru\/blog\/wp-json\/wp\/v2\/tags?post=294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}