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
| Compiled rails_admin/jquery.colorpicker.js (0ms) (pid 29868) | |
| Compiled jquery.iframe-transport.js (0ms) (pid 29868) | |
| Compiled jquery.remotipart.js (19ms) (pid 29868) | |
| Compiled jquery.effects.core.js (0ms) (pid 29868) | |
| Compiled jquery.ui.core.js (0ms) (pid 29868) | |
| Compiled jquery.ui.widget.js (0ms) (pid 29868) | |
| Compiled jquery.ui.mouse.js (3ms) (pid 29868) | |
| Compiled jquery.ui.sortable.js (75ms) (pid 29868) | |
| Compiled jquery.ui.position.js (0ms) (pid 29868) | |
| Compiled jquery.ui.autocomplete.js (15ms) (pid 29868) |
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
| { | |
| "data": [ | |
| { | |
| "id": "175517041850_10151307831611851", | |
| "from": { | |
| "category": "Politician", | |
| "name": "Дмитрий Медведев", | |
| "id": "175517041850" | |
| }, | |
| "message": "В 2013 году планируется выделить 1,7 млрд рублей на гранты для создания фермерских хозяйств и единовременную помощь фермерам, которые начинают свою деятельность. Почти 1,3 млрд будет направлено на поддержку семейных животноводческих ферм как наиболее распространенных. Люди, которые живут на селе или которые приняли решение заняться аграрным бизнесом, должны иметь возможность не только начать свое дело, но и развивать его. Особенно важен первоначальный период, когда требуется обустроить фермы.\n\nhttp://government.ru/docs/23300/", |
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
| # | |
| # /etc/sysctl.conf - Configuration file for setting system variables | |
| # See /etc/sysctl.d/ for additonal system variables | |
| # See sysctl.conf (5) for information. | |
| # | |
| #kernel.domainname = example.com | |
| # Uncomment the following to stop low-level messages on console | |
| #kernel.printk = 3 4 1 3 |
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
| # /etc/security/limits.conf | |
| # | |
| #Each line describes a limit for a user in the form: | |
| # | |
| #<domain> <type> <item> <value> | |
| # | |
| #Where: | |
| #<domain> can be: | |
| # - an user name | |
| # - a group name, with @group syntax |
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
| <script> | |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
| ga('create', 'UA-7519383-10', 'railsrumble.com'); | |
| ga('send', 'pageview'); | |
| </script> |
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
| У нас рельсовый проект с Ember.js и CoffeeScript на борту. | |
| Дизайнер сделал множество современных интерфейсов и трендовый дизайн, и как это часто бывает, наш фронтенд не успевает все это воплотить в жизнь. | |
| Нужна помощь, т.к. боимся не успеть к дедлайну. Deadline is coming. | |
| | |
| Мы ищем человека который знает и умеет использовать: | |
| Slim | |
| scss | |
| Ember.js (можно и angular.js или backbone, но ember.js нужно будет быстро подучить) | |
| CoffeeScript |
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
| <script> | |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
| ga('create', 'UA-47881977-1', 'mobilereporter.ru'); | |
| ga('send', 'pageview'); | |
| </script> |
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
| function main() { | |
| var campaignIterator = AdWordsApp.campaigns() | |
| .withCondition('LabelNames = "cross"') | |
| .get(); | |
| while (campaignIterator.hasNext()) { | |
| if (campaignIterator.hasNext()) { |
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
| function main() { | |
| var errors_happens = false; | |
| var campaignIterator = AdWordsApp.campaigns() | |
| .withCondition('LabelNames = "cross"') | |
| .get(); | |
| while (campaignIterator.hasNext()) { | |
| if (campaignIterator.hasNext()) { |
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
| function StartCrossWork() { | |
| var ss = SpreadsheetApp.getActiveSpreadsheet(); | |
| var sheet = ss.getSheets()[0]; //Use first sheet | |
| var result_sheet; | |
| try { | |
| result_sheet = ss.setActiveSheet(ss.getSheetByName("Results")); | |
| } catch (e) { | |
| result_sheet = ss.insertSheet("Results"); | |
| } |
OlderNewer