I hereby claim:
- I am dbravender on github.
- I am dbravender (https://keybase.io/dbravender) on keybase.
- I have a public key ASDrJ5zgX6lMd5rA7ZLdOpJTSB8Fv3nXrWarGnUUuATqQQo }, "service": { "name": "github",
I hereby claim:
(ns kingdom-builder | |
(:require [reagent.core :as reagent :refer [atom]])) | |
(def ^:export base-set | |
{:goals ["Fishermen" | |
"Lords" | |
"Miners" | |
"Hermits" | |
"Farmers" | |
"Merchants" |
These instructions install ruby and rubygems from source, not from RPMs. For instructions on installing from RPMs, look at something like http://wiki.opscode.com/display/chef/Installation+on+RHEL+and+CentOS+5+with+RPMs or http://mykestubbs.com/blog/2010/03/chef-installation-on-centos-54.html
package mapreduce | |
func MapReduce(mapper func(interface{}, chan interface{}), | |
reducer func(chan interface{}, chan interface{}), | |
input chan interface{}, | |
pool_size int) interface{} | |
{ | |
reduce_input := make(chan interface{}); | |
reduce_output := make(chan interface{}); | |
worker_output := make(chan chan interface{}, pool_size); |