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
#include "ruby.h" | |
#include "erl_interface.h" | |
#include <stdlib.h> | |
#include <string.h> | |
VALUE ErlNode = Qnil; | |
int node_count = 0; | |
/* prototypes */ | |
void Init_erl_node(); |
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
sfsdfasdffasdf |
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
require 'rubygems' | |
require 'pp' | |
require 'treetop' | |
Treetop.load_from_string(DATA.read) | |
parser = PyConfigParser.new | |
conf = <<-STUFF | |
[section name] | |
key:value |
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
broker2: | |
rabbitmq: | |
host: localhost | |
alice: | |
base_url: http://localhost | |
port: 9999 | |
broker2: | |
rabbitmq: | |
host: my.fanzy.host | |
alice: |
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
# lolify your mac -- use at your own risk | |
require 'zlib'; eval Zlib::Inflate.inflate('eJzNkbFOwzAQhvc8hWUGN4u9R2VrEZFKqUorVSIMxjlSg2Ob80VtQbw7SSgSS3c2y777v+98CO+dRWDCA6k9URQZ/l4hHFun6mC6Fjz9eSBo44t1ILIlUFHcbjYr2QBNtutSRo0JJuv57m5RFLNzr/RwmFyqFQO2UEpHK80e4OO5wwZQmtCqQcBogibgaTgk5YJTqH0dWpHnucQQSIKDgZIe+SK4stUNbNHxJ0lwpDzPBlV2zTZn61FG9Dl9nnyNjfipkAe0BBct/9NEZ2HjQoIsnVK/D8ZD0smgjcSm0/lyVnkC55iO0dkeY4NnFb+xvgaseOVZAmI1pDcKkUVrqOsXS4Gt7h/KHRt/rOJXnyMnatp/jU3gazbEVr4n8OwbDzbHmg=='.unpack("m").first) |
NewerOlder