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
| gem_package "scout" do | |
| action :install | |
| end | |
| scout_key = `scout` | |
| execute "crontab" do | |
| run "crontab << EOF | |
| * * * * * deploy /usr/bin/scout #{scout_key} | |
| EOF" | |
| end |
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
| for(i in names.lang) { console.log(names.lang[i] + ': ' + names.lang[base.base[i][0][0]] + ' + ' + names.lang[base.base[i][0][1]] ); } | |
| water: undefined + undefined | |
| fire: undefined + undefined | |
| earth: undefined + undefined | |
| air: undefined + undefined | |
| steam: water + fire | |
| lava: fire + earth | |
| pressure: earth + earth | |
| volcano: earth + lava | |
| sea: water + water |
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
| /* Centered heading with rules */ | |
| h1 { | |
| position: relative; | |
| overflow: hidden; | |
| white-space: nowrap; | |
| text-align: center; | |
| text-overflow: ellipsis; | |
| color: #f2c63f; | |
| font: 1.6em/1.1 Georgia; | |
| padding: .2em 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
| /* Centered heading with rules */ | |
| h1 { | |
| position: relative; | |
| overflow: hidden; | |
| white-space: nowrap; | |
| text-align: center; | |
| text-overflow: ellipsis; | |
| color: #f2c63f; | |
| font: 1.6em/1.1 Georgia; | |
| padding: .2em 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
| https://www.scoutapp.com/plugin_urls/341-log-watcher |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Licensed to the Apache Software Foundation (ASF) under one or more | |
| contributor license agreements. See the NOTICE file distributed with | |
| this work for additional information regarding copyright ownership. | |
| The ASF licenses this file to You under the Apache License, Version 2.0 | |
| (the "License"); you may not use this file except in compliance with | |
| the License. You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.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
| /** | |
| * Utility methods for CSS generation and manipulation | |
| * | |
| * Copyright (c) 2010 Ankit Ahuja | |
| * Dual licensed under GPL and MIT licenses. | |
| **/ | |
| var CSSUtils = { | |
| /* e.g. of rules object used as input / output: |
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
| nb_lols = 0; | |
| midu = null; | |
| $(document).ready(function() { | |
| var makeP = function(color) { | |
| p = $("<p></p>").css('color', color) | |
| .css('display', 'inline-block') | |
| .css('font-weight', 'bold') | |
| .css('padding', '3px') |
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
| <%= @submissions_presenter.render_unless_draft(submission) do %> | |
| <%= 'kikou chrissou' %> | |
| <% end %> |
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
| .old_and_lulz { | |
| text-indent: -9999999999999999999999999999999999999999999999999999px; /* lol */ | |
| } | |
| .more_solid_but_still_weird { | |
| display: block; | |
| text-indent: -999em; | |
| overflow: hidden; | |
| background-repeat: no-repeat; | |
| text-align: left; |