-
Install and run an AMQP server (RabbitMQ is a good choise)
-
Install amqp and ncurses-ruby gems
sudo gem install amqp ncurses-ruby
-
Run the client
ruby ./amqp-chat.rb
#include <stdio.h> | |
#define match(from, to, ptr, dir, level) \ | |
while(*(dir ptr)) { \ | |
if (*ptr == to && level == 0) break; \ | |
if (*ptr == from) ++level; \ | |
if (*ptr == to) --level; \ | |
} | |
char code[32768] = {0}; |
#!/usr/local/bin/macruby | |
framework 'Cocoa' | |
framework 'QuartzCore' | |
framework 'CoreGraphics' # Mountain Lion Update | |
class FireworkDelegate | |
attr_accessor :window | |
def initWithURL(url) | |
case url |
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
require 'llvm/core' | |
require 'llvm/execution_engine' | |
require 'llvm/transforms/scalar' | |
class Generator | |
attr_accessor :ptr | |
def build(code,name, mod) |
Follow these instructions for an easy way to get up and going quickly! These are complete instructions, and will be the easiest way to get started on a new RG35XX.
Get a high quality SD (e.g. SanDisk Extreme) card, 128GB or larger, 256GB is recommended. Don't skimp here, they're cheap, and don't use the card that comes with the RG35XX as it's crap.