Skip to content

Instantly share code, notes, and snippets.

your problem is, you spent your whole life thinking there are rules. There aren't.
@RELATION items
@ATTRIBUTE base_name STRING
@ATTRIBUTE price NUMERIC
@ATTRIBUTE mod1 NUMERIC
@ATTRIBUTE mod2 NUMERIC
@ATTRIBUTE mod3 NUMERIC
@ATTRIBUTE rarity {normal, magic, rare, gem, unique}
@DATA
Shield, 600, 16, 0, 0, unique
OneHandSword, 30, 1, 0 0, rare
@relation InstanceResultListener
@attribute Key_Dataset {items}
@attribute Key_Run {1,2,3,4,5,6,7,8,9,10}
@attribute Key_Fold {1,2,3,4,5,6,7,8,9,10}
@attribute Key_Scheme {weka.classifiers.rules.ZeroR}
@attribute Key_Scheme_options {''}
@attribute Key_Scheme_version_ID {48055541465867954}
@attribute Date_time numeric
@attribute Number_of_training_instances numeric
@niuage
niuage / introrx.md
Created August 26, 2014 17:33 — forked from staltz/introrx.md

The introduction to Reactive Programming you've been missing

(by @andrestaltz)

So you're curious in learning this new thing called (Functional) Reactive Programming (FRP).

Learning it is hard, even harder by the lack of good material. When I started, I tried looking for tutorials. I found only a handful of practical guides, but they just scratched the surface and never tackled the challenge of building the whole architecture around it. Library documentations often don't help when you're trying to understand some function. I mean, honestly, look at this:

Rx.Observable.prototype.flatMapLatest(selector, [thisArg])

Projects each element of an observable sequence into a new sequence of observable sequences by incorporating the element's index and then transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.

- friends...
- liked software
- commented on projects
- published new projects / new features
- are attending a hackathon
- updated their status
- users...
- you're friend with on social networks joined CP
- commented on your projects
Lvl 88 - MAPS
- 2 dark forests
- 1 insane dark forest, 7 map drops, including 5 73
- 1 maze (74)
- 1 underground river map (74) 7% -> 10%
- cell map (73) 10 -> 12
- strand 12 -> 12
- strand 12 -> 13
- dry peninsula 2 uniques - 13 -> 15
**Hyun Moo** putain de joueur mitsurugi
http://poe.trade/search/yehanasinyukon (AcherTryFour )
Richard:
- http://www.amazon.com/Baked-Creating-Products-Businesses-Themselves-ebook/dp/B004YW690A/ref=sr_1_1?s=digital-text&ie=UTF8&qid=1425498814&sr=1-1&keywords=baked+in
Clay:
- http://www.amazon.com/How-Make-Sense-Any-Mess/dp/1500615994
Brandon:
- http://www.goodreads.com/book/show/22668729-hooked
Holly:
@niuage
niuage / .gitconfig
Created April 11, 2011 22:16 — forked from midu/.gitconfig
[url "https://github.com/"]
insteadOf = "gh:"