Hackers and smilies
1
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?
81
Name:
Anonymous
2009-01-26 13:20
This is really embarrassing Σ(゚Д゚)
82
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
83
Name:
Anonymous
2009-01-26 14:02
>>82
Why is it embarrassing to be
you ?
84
Name:
Anonymous
2009-01-26 15:33
>>81
@_@
i C what you did there !
85
Name:
Anonymous
2009-01-26 22:26
>>82
I'm glad I can't see this post
86
Name:
Anonymous
2009-01-27 17:01
>>61-67,71
EXPERT SMILERS :-)
87
Name:
Anonymous
2009-01-27 17:59
88
Name:
Anonymous
2009-01-27 22:02
>>87
Once again:
Back to /b/, please.
89
Name:
Anonymous
2009-04-27 13:58
90
Name:
Anonymous
2009-04-27 17:24
>>82
Shit quotes are shit
91
Name:
Anonymous
2009-04-28 0:00
:-(prolog)
92
Name:
Anonymous
2009-04-28 0:58
93
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 ;(
94
Name:
Trollbot9000
2009-07-01 8:39
The time recording system.
95
Name:
Anonymous
2009-07-06 20:46
(:{)<-< mustache man
96
Name:
Anonymous
2009-07-06 20:51
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.
98
Name:
Anonymous
2009-07-06 21:06
99
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
100
Name:
Anonymous
2009-07-06 21:15
>/_\< Its a fish.
101
Name:
Anonymous
2009-07-06 21:23
<'=><|
It's a fish!
102
Name:
Anonymous
2009-07-06 23:56
I'm a member of the chaos computer club
103
Name:
Anonymous
2009-07-07 0:16
>>99
data:text/html;base64,XO+8iO+8ntC077yc77yJ44OOIAo=
104
Name:
Anonyous
2009-12-26 4:28
WTF is this site 4 :3
105
Name:
Anonyous
2009-12-26 4:28
WTF is this site 4 :3
106
Name:
Anonymous
2009-12-26 7:28
Hackers and painters
107
Name:
Anonymous
2009-12-26 7:28
have you tried replacing hackers with painters?
108
Name:
Anonymous
2009-12-26 7:34
>>103
\(>д<)ノ
?
109
Name:
Anonymous
2009-12-26 8:15
Smilies and Anal Rapists
110
Name:
Anonymous
2009-12-26 11:46
•_•
111
Name:
Anonymous
2009-12-26 12:13
⎷⎛⎝
112
Name:
Anonymous
2009-12-26 12:30
>>108
Use a real encoding, you anus
113
Name:
Anonymous
2009-12-26 14:00
114
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
115
Name:
Anonymous
2010-02-20 6:23
116
Name:
Anonymous
2010-02-20 6:46
+-:-) Can hax my anus all day
117
Name:
Anonymous
2010-06-26 21:16
>>12
thats what she said <:D
118
Name:
Anonymous
2010-11-17 21:12
...
119
Name:
Anonymous
2010-11-17 22:40
>>1
It's just a
fucking smiley.
120
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