23-Sep-2014, 5:49 PM
cc-lynx.dac.tws
Post Your Ctrl-V
|
23-Sep-2014, 5:49 PM
cc-lynx.dac.tws
23-Sep-2014, 5:51 PM
A co o o oh ah ah ok.
CCMiniLP, my CCLP1 submissions. Outdated, not recommended.
CCSignificantlyLargerLP, my CCLP4 submissions. More current than my main set. Consistent Inconsistency (ongoing), my main CC1 custom set. (discussion) RyanJ1.dat (ongoing), my main CC2 custom set. (discussion) Mystery Project™ (unfinished) (previews) YouTube | Twitch | Steam
23-Sep-2014, 7:41 PM
You just keep falling for my traps. Perhaps revenge will be yours someday. Mwahahaha!!!
CC is awesome!
CC2 sets (still being updated): C1059-CC2 --- Walls of CC2 CC1 sets (all complete): C1059-2 --- C1059-1 --- 1059PG01 --- C1059-Christmas --- C1059-INSANITY --- C1059-CCLP4 My Youtube channel --- Fiver's Honeycomb --- Fanfiction.net Good posts don't cost too much, yet many go unwritten.
23-Sep-2014, 7:55 PM
int Manager::onEvent(Event *p_event) const {
Manager man = Manager(); man.event_count = 0; WorldManager &world = WorldManager::getInstance(); ObjectList ol = world.getAllObjects(); ObjectListIterator i(&ol); for(i.first(); !i.isDone(); i.next()){ Object cObj = *i.currentObject(); i.currentObject()->eventHandler(p_event); i.next(); man.event_count++; } return man.event_count; }
My CC1 levelsets: (25, 150, 149, 149, 149, 149, 60, 149, 43, +2 = 1025 total)
25 levels.dat | Ultimate Chip.dat | Ultimate Chip 2.ccl | Ultimate Chip 3.dac | Ultimate Chip 4.zip | Ultimate Chip 5 | Ultimate Chip 6 | Walls of CCLP4 | i^e IHNN-Ultimate: 147 of my best levels (through UC5), plus 2 entirely new ones. May be overhauled soon. My CC2 levelsets: (100, ???) IHNN1 | IHNN2 My CC score tracker. Has lots of cool automated features! Twitch | Youtube | Twitter
23-Sep-2014, 10:03 PM
io9.com/scorpion-brings-the-stupidest-most-batshit-insane-hack-1638333877
23-Sep-2014, 10:04 PM
Thursday, September 18, 2014
29-Sep-2014, 9:31 PM
(This post was last modified: 23-Feb-2016, 9:49 PM by chipster1059.)
This message has been deleted.
CC is awesome!
CC2 sets (still being updated): C1059-CC2 --- Walls of CC2 CC1 sets (all complete): C1059-2 --- C1059-1 --- 1059PG01 --- C1059-Christmas --- C1059-INSANITY --- C1059-CCLP4 My Youtube channel --- Fiver's Honeycomb --- Fanfiction.net Good posts don't cost too much, yet many go unwritten.
30-Sep-2014, 1:16 AM
30-Sep-2014, 1:22 AM
def p5(i0, d0) :
return 1 / (1 + probr(i0, [i0]) * probr(i0 + d0, [i0, i0 + d0])) |
« Next Oldest | Next Newest »
|