PDA

View Full Version : Limit to what somebody can spoil?


snEEkie Villain
08-08-2007, 01:41 AM
(responding to borgdrone89, i was going to just post this but i wanted to get the mod's attention on this)you know what, i take back what i said, of course i am partially responsible for reading part of your spoiler-tagged major spoiler, but i think you're far more at fault. the magnitude of that spoiler is far too much, especially for a game that you know for a fact no one has even had a chance to play yet, let alone beat. did i mention that the major spoiler he said was the very beginning of his post? what in the hell made you feel that we wanted to know that much? i think you just did it to be a prick, people simply do not expect spoiler-covered text to be that spoiling. if what you said in the beginning (which was the only part i read in that quote) turns out to be true then i say Liz should personally come to your house and take away your BioShock copy. :mad:

could somebody that helped develop this game basicly play Fact or Fiction please? i think there should be a limit to what you can spoil and this is far too much un-wanted information. even if he was lying, both those quotes together deserve a ban.

this is the first post i am talking about, please don't read it. (i'm posting it for the mod's)


one time, i remember reading that late-game, the big daddies get modified so that they attack you without warning. the final boss battle is andrew ryan in a mech suit, guarded by three big daddies. :eek:
User Commands wc(1)



NAME
wc - display a count of lines, words and characters in a
file

SYNOPSIS
wc [-c | -m | -C] [-lw] [_f_i_l_e...]

DESCRIPTION
The wc utility reads one or more input files and, by
default, writes the number of newline characters, words and
bytes contained in each input file to the standard output.

The utility also writes a total count for all named files,
if more than one input file is specified.

wc considers a _w_o_r_d to be a non-zero-length string of char-
acters delimited by white space (for example, SPACE, TAB ).
See iswspace(3C) or isspace(3C).

OPTIONS
The following options are supported:

-c Count bytes.

-m Count characters.

-C Same as -m.

-l Count lines.

-w Count words delimited by white space characters or new
line characters. Delimiting characters are Extended
Unix Code (EUC) characters from any code set defined
by iswspace().
If no option is specified the default is -lwc (count lines,
words, and bytes.)

OPERANDS
The following operand is supported:

_f_i_l_e A path name of an input file. If no _f_i_l_e operands are
specified, the standard input will be used.

USAGE
See largefile(5) for the description of the behavior of wc
when encountering files greater than or equal to 2 Gbyte ( 2
**31 bytes).

ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment
variables that affect the execution of wc: LC_CTYPE,



SunOS 5.9 Last change: 20 Dec 1996 1






User Commands wc(1)



LC_MESSAGES, and NLSPATH.

EXIT STATUS
The following exit values are returned:

0 Successful completion.

>0 An error occurred.

ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:

__________________________________________________ __________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|______________________________|_________________ _____________|
| Availability | SUNWcsu |
|______________________________|_________________ _____________|
| CSI | Enabled |
|______________________________|_________________ _____________|


SEE ALSO
cksum(1), isspace(3C), iswalpha(3C), iswspace(3C),
setlocale(3C), attributes(5), environ(5), largefile(5)

here's him trying to say where he got the info from: (again, this is for the mod's, you do not want to read this)

i got the information from a very special series of secret texts mailed to me directly from ken levine's personal assistant's secretary who's family lives just around the corner from my second cousins once removed. I was also mailed the parts and equipment needed to build my very own 10 inch big daddy figurine
The String class represents character strings. All string literals in Java programs, such as "abc", are implemented as instances of this class.
Strings are constant; their values cannot be changed after they are created. String buffers support mutable strings. Because String objects are immutable they can be shared. For example:


String str = "abc";
is equivalent to:

char data[] = {'a', 'b', 'c'};
String str = new String(data);
Here are some more examples of how strings can be used:
System.out.println("abc");
String cde = "cde";
System.out.println("abc" + cde);
String c = "abc".substring(2,3);
String d = cde.substring(1, 2);

Raveness
08-08-2007, 03:14 AM
I've asked for abuse of the spoiler tags to stop. Knowing borgdrone both in and outside the forums, he will stop.

CLOSED