This file contains hidden or 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
[b][size=4]How to Suck at City of Heroes (and Villains)[/size][/b] | |
In most MMOs, experienced players know that there is no such thing as a bad group; there are only good groups, and funny groups. City of Heroes is afflicted with a player base many of whom are basically intelligent and friendly, meaning a lot fewer funny groups, which in turn denys us a lot of opportunities to rant on the forums. You can help. By learning to really suck at CoH, both game mechanically and socially, you can keep SG channels and global channels hopping with funny stories, giving other players the chance to bond as they commiserate. | |
This guide gives you an overview to key ways in which you can completely fail at many aspects of City of Heroes. I try to cover build advice, character design, interaction with other players, and more. | |
This guide is necessarily a work in progress, and I am deeply indebted to various pick-up groups for their contributions, feedback, and ongoing support. | |
[b][size=4]Section 1: Philosophy[/size][/b] |
This file contains hidden or 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 <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <time.h> | |
#include <limits.h> | |
#include <stddef.h> | |
#include <math.h> | |
struct { | |
double lo, close; |
This file contains hidden or 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 <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <time.h> | |
#include <limits.h> | |
#include <stddef.h> | |
#include <math.h> | |
struct { | |
double lo, close; |
This file contains hidden or 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
/* I wrote this in 1990. I was at the time very proud of replacing two | |
* pages of Pascal code with an inner loop that was basically three lines. | |
* | |
* Today, I would... not do it this way. | |
* -seebs | |
* | |
* For meditation: http://thecodelesscode.com/case/13 | |
*/ | |
void | |
moveto(int *x, int *y, int tx, int ty) { |
This file contains hidden or 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 '[clojure.string :as str]) | |
(import '(java.nio ByteBuffer)) | |
(def testdata "00 05 61 61 61 61 61 00 05 61 61 61 61 61") | |
(defn parse [^ByteBuffer stream] nil) | |
(defn load-nbt-string | |
[^ByteBuffer stream] | |
(let [l (.getShort stream) data (byte-array l)] |
This file contains hidden or 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
[not mine, originally written by Cameron Purdy, but I can't seem to find a working link anymore.] | |
CP FTW! | |
https://www.quora.com/Have-you-worked-for-Thomas-Kurian-at-Oracle-He-is-the-new-CEO-of-Google-Cloud-What-is-he-like/answer/Cameron-Purdy | |
Have you worked for Thomas Kurian at Oracle? He is the new CEO of Google Cloud. What is he like? | |
Cameron Purdy |
OlderNewer