Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Hackers and smilies

Name: Anonymous 2008-04-10 2:37

Hello /prog/ I wonder why all the gurus use smilies with noses like :-) and ;-) instead of :) and ;). Is this some sort of way for hackers to prove their identity or are they just old?

Name: Anonymous 2009-01-26 13:20

This is really embarrassing Σ(゚Д゚)

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !FrOzEn2BUo 2009-01-26 13:27

>>79
Why it 'embarrassing' to use smilies? ^^

_________________________
orbis terrarum delenda est
 http://xs135.xs.to/xs135/09042/av922.jpg

Name: Anonymous 2009-01-26 14:02

>>82
Why is it embarrassing to be you?

Name: Anonymous 2009-01-26 15:33

>>81
@_@

i C what you did there !

Name: Anonymous 2009-01-26 22:26

>>82
I'm glad I can't see this post

Name: Anonymous 2009-01-27 17:01

>>61-67,71
EXPERT SMILERS :-)

Name: Anonymous 2009-01-27 17:59

>>11
Nigger

Name: Anonymous 2009-01-27 22:02

>>87
Once again:

Back to /b/, please.

Name: Anonymous 2009-04-27 13:58

>>73
Thanks!

Name: Anonymous 2009-04-27 17:24

>>82
Shit quotes are shit

Name: Anonymous 2009-04-28 0:00

:-(prolog)

Name: Anonymous 2009-04-28 0:58

>>39
1/g64

Name: Anonymous 2009-04-28 2:49

;(  = sad winking face. Like when you're at the dinner table being stupid and your mother tells you off, so you become a bit sad. Your father sees this and to cheer you up does the "coin appearing from behind your ear" trick and winks, then you wink back even though you're still a little sad ;(

Name: Trollbot9000 2009-07-01 8:39

The time recording system.

Name: Anonymous 2009-07-06 20:46

(:{)<-< mustache man

Name: Anonymous 2009-07-06 20:51

>>1-95,97-
凸(#`д´ )凸

Name: Anonymous 2009-07-06 21:04

You will never see a hacker use japanese styled smilies because they can not be represented as 1 byte ASCII characters.

Name: Anonymous 2009-07-06 21:06

>>96
\(>д<)ノ

Name: Anonymous 2009-07-06 21:11

>>97
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAASCAIAAABzb9+8AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9kHBwEJID188lgAAAFpSURBVEjH3ZcxbsMgFIafrVyAIyAhL9kq5QhElQ/Q2WuXSBlyBa+Wunj17ANYVblDty7IEkd4V+hAmthuY8MzNFKYLAw8Pt57/4MEEeFxW+oyiDF2xy2usZ66rH5fDyMimTD1ZWOMxXbmbxO+hJfBFs/UtXI/S2ssBqRd1poImHtc6E75hGVwyEUwWoieg1Pm0ClKVqyHDO6xoVd+co/Gtw4yONiMtKzguwmpjmzS9rWJCzZJqKtyyjzrTdjkkRW2xa78RERsC4Ci/Xjl0fVp2DbXTwH63YC17192CX6wU8jTXcrYAI8/Z558yzsz/ddW8H+B/FPnh2X9zOeixa7J02vIRBB9mr883fq7gTEf9AA8WCiqDk4Vjxqu84NHeMCFflMg5cSBw8ke8aOOL00DTXPp2PUGJHeEXHSOyykkLtul3KpNvX/SJ6zkiJd1+biLmlQhH0S01bflYQIiD2VGqqhkvUke+zn7DXgCBHO1OZTrAAAAAElFTkSuQmCC

Name: Anonymous 2009-07-06 21:15

>/_\< Its a fish.

Name: Anonymous 2009-07-06 21:23

<'=><|
It's a fish!

Name: Anonymous 2009-07-06 23:56

I'm a member of the chaos computer club

Name: Anonymous 2009-07-07 0:16

>>99
data:text/html;base64,XO+8iO+8ntC077yc77yJ44OOIAo=

Name: Anonyous 2009-12-26 4:28

WTF is this site 4 :3

Name: Anonyous 2009-12-26 4:28

WTF is this site 4 :3

Name: Anonymous 2009-12-26 7:28

Hackers and painters

Name: Anonymous 2009-12-26 7:28

have you tried replacing hackers with painters?

Name: Anonymous 2009-12-26 7:34

>>103
\(>д<)ノ
?

Name: Anonymous 2009-12-26 8:15

Smilies and Anal Rapists

Name: Anonymous 2009-12-26 11:46

•_•

Name: Anonymous 2009-12-26 12:13

⎷⎛⎝

Name: Anonymous 2009-12-26 12:30

>>108
Use a real encoding, you anus

Name: Anonymous 2009-12-26 14:00

>>111
woah!

Name: Anonymous 2010-02-20 5:28

http://www.charm.net/~kmarsh/smiley.html
Note: A lot of these can be typed without noses to make midget smilies.
MIDGET SMILIES

Name: Anonymous 2010-02-20 6:23

>>114
these suck.

Name: Anonymous 2010-02-20 6:46

+-:-) Can hax my anus all day

Name: Anonymous 2010-06-26 21:16

>>12
thats what she said <:D

Name: Anonymous 2010-11-17 21:12

...

Name: Anonymous 2010-11-17 22:40

>>1
It's just a fucking smiley.

Name: Compile and u got hangman :) 2010-11-18 16:13

#include <iostream>
#include <fstream>
#include <time.h>



using namespace std;


void drawing();
void guessword(string word);



int main()
{
int number;
int count = 0;
int position;
string word;
char letter;

ifstream infile;
infile.open("words.txt");

srand(time(NULL)); //initializes the random number generator
while (count < 1)
{

number = rand()%10 +1; // rand returns a random integer from 0 to maxInt
count++;
}


for (count=0;count<number;count++)
getline (infile, word);




guessword(word);





cin.ignore(255,'\n');
cin.get();
return 0;
}









void guessword(string word)
{
char letter;
int position;

for (int i=0;i<5;i++)
{
cout << "What letter would you like to guess?";
cin >>letter;

position = word.find(letter);
if (position > word.length())
cout<<letter<< " is not in the word "<<endl;
else
{
cout<< letter << " is in the word"<<endl;
if(position==0)
cout<<letter<<" _ _ _"<<endl;
else if(position==1)
cout<<"_ "<<letter<<" _ _"<<endl;
else if(position==2)
cout<<"_ _ "<<letter<<" _"<<endl;
else if (position==3)
cout<<"_ _ _ "<<letter<<endl;
}




}




}



void drawing(int number)
{

switch(number)
{
case 1:
cout << " ___________"<<endl;
cout << " | }"<<endl;
cout << " | " <<endl;
cout << "_|______________"<<endl;
break;
case 2:
cout << " ___________"<<endl;
cout << " | }"<<endl;
cout << " | \\ " <<endl;
cout << "_|______________"<<endl;
break;
case 3: cout << " ___________"<<endl;
cout << " | }"<<endl;
cout << " | \\ 0 " <<endl;
cout << "_|______________"<<endl;
break;
case 4:
cout << " ___________"<<endl;
cout << " | }"<<endl;
cout << " | \\ 0 /" <<endl;
cout << "_|______________"<<endl;
break;
case 5:
cout << " ___________"<<endl;
cout << " | }"<<endl;
cout << " | \\ 0 /" <<endl;
cout << " | |"<<endl;
cout << "_|______________"<<endl;
break;
case 6:
cout << " ___________"<<endl;
cout << " | }"<<endl;
cout << " | \\ 0 /" <<endl;
cout << " | |"<<endl;
cout << " | / "<<endl;
cout << "_|______________"<<endl;
break;
case 7:
cout << " ___________"<<endl;
cout << " | }"<<endl;
cout << " | \\ 0 /" <<endl;
cout << " | |"<<endl;
cout << " | / \\ "<<endl;
cout << "_|______________"<<endl;
}
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List