- Wikipedia: Noctis (Web page)
- Noctis - Official site (Web page)
- Proteus - early prototype screenshots (Blog post)
- Gamasutra: The Making of Elite (Video)
- The Brilliance of Dwarf Fortress
- Interview with Tarn Adams (creator of Dwarf Fortress) (Slides) (Video)
This file contains 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
cluster: | |
name: engagor | |
network: | |
host: 0.0.0.0 | |
gateway: | |
recover_after_nodes: 2 | |
recover_after_time: 0m | |
expected_nodes: 3 |
This file contains 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
[2011-06-04 15:09:03,094][DEBUG][gateway.local ] [Captain Universe] [shard3108-2010-10][0]: throttling allocation [[shard3108-2010-10][0], node[null], [P], s[UNASSIGNED]] to [[Evilhawk][hEAaKAOgRA2N0SKiIYUOSQ][inet[/10.10.10.3:9300]]] on primary allocation | |
[2011-06-04 15:09:03,094][DEBUG][gateway.local ] [Captain Universe] [shard3108-2010-10][1]: throttling allocation [[shard3108-2010-10][1], node[null], [P], s[UNASSIGNED]] to [[Khaos][xwh20TwCQva4kCJklg0ahQ][inet[/10.10.10.4:9300]]] on primary allocation | |
[2011-06-04 15:09:03,094][DEBUG][gateway.local ] [Captain Universe] [shard3108-2010-10][2]: throttling allocation [[shard3108-2010-10][2], node[null], [P], s[UNASSIGNED]] to [[Evilhawk][hEAaKAOgRA2N0SKiIYUOSQ][inet[/10.10.10.3:9300]]] on primary allocation | |
[2011-06-04 15:09:03,094][DEBUG][gateway.local ] [Captain Universe] [shard3108-2010-11][0]: throttling allocation [[shard3108-2010-11][0], node[null], [P], s[UNASSIGNED]] to [[Khaos][xwh20TwCQva4kCJklg0ahQ][ine |
This file contains 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
javascript:(function(){ | |
if(top.document == document) { | |
var msg = document.getElementById("canvas_frame"); | |
if(msg){ | |
subjectEl = msg.contentDocument.getElementsByClassName("hP"); | |
subject = subjectEl[0].innerText; | |
bodyEl = msg.contentDocument.getElementsByClassName("adP"); | |
body = bodyEl[0].innerText; |
This file contains 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height:100%; |
This file contains 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
var newBody = "YOUR NEW BODY CONTENT"; | |
var keep = $('#olark, #habla_beta_container_do_not_rely_on_div_classes_or_names') | |
.add($('iframe[src*=olark]').parent()); | |
$('body').children().not(keep).remove(); | |
$('body').prepend(newBody); |
This file contains 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($){ | |
var Responsifier = { | |
grid: [900, 768, 660, 560, 460, 360], | |
update: function() { | |
$('html').add('.responsive').each(function(){ | |
var $el = $(this); | |
var w = $el.width(); | |
_.each(Responsifier.grid, function(v){ | |
if (w < v) | |
$el.addClass("responsive-" + v); |
This file contains 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
bootstrap.mlockall: true | |
# Cluster Settings | |
cluster: | |
name: engagor | |
routing: | |
allocation: | |
node_initial_primaries_recoveries: 100 | |
node_concurrent_recoveries: 20 | |
cluster_concurrent_rebalance: 10 |
This file contains 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
bootstrap.mlockall: true | |
# Cluster Settings | |
cluster: | |
name: engagor | |
routing: | |
allocation: | |
node_initial_primaries_recoveries: 100 | |
node_concurrent_recoveries: 20 | |
cluster_concurrent_rebalance: 2 |
This file contains 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
.br-brand-logo { | |
background: url(http://my.teslamotors.com/sites/all/modules/custom/tesla_d7_menu/logo.svg) no-repeat; | |
background-size: 140px 60px; | |
} | |
.br-btn-secondary { | |
background-color: rgba(0,0,0,0); | |
border: none; | |
color: white; | |
padding-top: 15px; |
OlderNewer