I hereby claim:
- I am jazzdan on github.
- I am dmiller (https://keybase.io/dmiller) on keybase.
- I have a public key whose fingerprint is C1EF 112B 5AD3 C157 C582 D15B 56E1 4C55 60A2 1CD0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
require 'src/Mustache/Autoloader.php'; | |
Mustache_Autoloader::register(); | |
$m = new Mustache_Engine([ | |
'partials' => [ | |
'header' => '<title>{{$title}}Default title{{/title}}</title>', | |
'base' => '<html>{{$header}}{{/header}}{{$content}}{{/content}}</html>' | |
], |
Server { | |
Port = 80 | |
SourceRoot = /Users/dan/hhvm-test/public/ | |
} | |
VirtualHost { | |
* { | |
Pattern = .* | |
RewriteRules { | |
* { |
14: syntax error: unexpected semicolon or newline, expecting ) |
class A | |
@x = 0 | |
def self.give_list | |
{ | |
'blah' => :x | |
} | |
end | |
def self.run_it(obj) |
Dan's Wish List
// Generated by CoffeeScript 1.4.0 | |
(function() { | |
var KeyValue; | |
KeyValue = (function() { | |
function KeyValue() {} | |
KeyValue.prototype.hello = function() { | |
return alert("Hello world..."); |
# include <iostream> | |
int main() | |
{ | |
std::cout << "Hello, world!\n"; | |
} |
<!doctype html> | |
<head> | |
<style> | |
.meter { | |
width: 300px; | |
height: 30px; | |
background: #eff; | |
position: relative; | |
} | |
.amt { |