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
// до всего - присваиваем темам последовательные индексы | |
// нумерация раздельная для своих и конкурентов | |
labels. | |
filter(function(l){return l.is_competitor;}). | |
forEach(function(l, i){l.number = i}); | |
labels. | |
filter(function(l){return !l.is_competitor;}). | |
forEach(function(l, i){l.number = i}); |
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
build_color_map: function(labels){ | |
var colors = _colors.slice(0), | |
colors_c = _colors.slice(0); | |
angular.forEach(labels, function(label){ | |
if(label.is_competitor){ | |
_color_map_c[label.label] = colors_c.shift(); | |
} else { | |
_color_map[label.label] = colors.shift(); | |
} |
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
-u, --user Your username | |
-k, --key Your remote key from http://friendfeed.com/remotekey | |
-f, --feeds Feeds you want to download, comma-separated: user1,group2,user3 (your own feed by default) | |
-p, --path Path to store downloaded feeds, "result" by default, each feed will be at <path>/<feed> | |
-l, --log Path to write logs (STDOUT by default) | |
-d, --dates Flag to add current date to storage folder: <path>/<feed>/<YYYY-MM-DD> (userful for scheduled backups) | |
--depth Depth of downloading (quantity of entries to download); all entries (10'000 max) by default | |
--zip Pack to archive <path>/<feed>-<YYYY-MM-DD>.zip | |
-h, --help Display this help message. |
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
body = 'Рабочая встреча с Председателем Правительства Дмитрием Медведевым. Владимир Путин провёл рабочую встречу с Председателем Правительства Дмитрием Медведевым. Премьер-министр, в частности, представил главе государства ряд итоговых предложений по оптимизации структуры Правительства. В.ПУТИН: Дмитрий Анатольевич, я знаю, что у Вас есть предложения по структурным изменениям [Правительства], мы с Вами их раньше обсуждали. Похоже, что есть окончательные предложения. Пожалуйста. Д.МЕДВЕДЕВ: Да, Владимир Владимирович, хотел бы с учётом того обсуждения, которое у нас было, представить на суд Президента ряд предложений по оптимизации структуры Правительства. Правительство – не застывшая структура, оно должно меняться. В соответствии с рядом Ваших указов за последнее время были созданы органы управления, которые занимаются решением экономических и социальных задач по территориальному признаку, а именно Министерство по развитию Дальнего Востока, Министерство по делам Крыма и Министерство по развитию Северного Кавка |
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
highlight = 'Хэй, привет всем, <strong class="match">ком</strong> всё же стало интересно, что тут у меня творится.Думаю, дневник стоить начать со знакомства и небольшого рассказа о себе и своих интересах.Я из Алматы. Учусь в лицее на факультете химии и биологии. Планирую позже поступать в медицинский.В свободное время смотрю фильмы\сериалы, рисую, читаю, порой плету фенечки.Любимые сериалы: Доктор <strong class="match">Кто</strong>, ТБВ, Скинс, Шерлок, Игра Престолов (в процессе).Любимые книги: Поттериана (Дж.Роулинг), Властелин Колец (Дж.Толкиен), Парфюмер (П.Зюсскинд), Черновик (С.Лукьяненко), Облачный Атлас (Д.Митчелл), Алиса в стране чудес \в Зазеркалье (Л.Кэролл), Дом, в котором (М.Петросян) *в процессе*.Неровно дышу к Стартреку, Звёздным Войнам, Людям Икс и Скотту Пилигриму.Музыку слушаю при любой возможности. Не сказать, что меломан, но слушаю достаточно отличающиеся друг от друга жанры: джаз, классику, рок, электронику (не путать с попсой), инди, метал.Сама же играю на гитаре и клавишных. Люблю издели |
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
TEMPLATE = '<div class="blogs-list-item">' + | |
'<div class="date">{date}</div>' + | |
'<h3><a href="{url}">"{title}</a></h3>' + | |
'<div class="text"><p>{description}</p></div>' + | |
'<div class="tags">{tags}</div>' + | |
'</div>'; | |
TAG_TEMPLATE = '<span><a href="{domain}" target="_blank">{text}</a></span>'; | |
var i = $(item); |
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
class Cell | |
def self.parse(sheet, name) | |
if name =~ /([A-Za-z]+)([0-9]+)/ | |
raise(ArgumentError, "Exceeds the maximum number columns (256 columns): #{top_left_cell.inspect}") unless COLUMNS.index($1) | |
new(sheet, COLUMNS.index($1), $2.to_i - 1) | |
end | |
end | |
def initialize(sheet, c, r) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.