Ye11ow
Account Details
SteamID64 76561198018389100
SteamID3 [U:1:58123372]
SteamID32 STEAM_0:0:29061686
Country United States
Signed Up November 19, 2012
Last Posted March 18, 2017 at 12:28 AM
Posts 32 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 2 3
#24 Looking for screenshot of Harbleu's furry profile. in Off Topic
yukarii wonder how good harb is at erpinghooliwho's discario btwunderaged furry (not underaged anymore but was underaged at that time lol)

...How old is Harbleu?

posted about 7 years ago
#14 Looking for screenshot of Harbleu's furry profile. in Off Topic
bicycleforratsAll of you BIGOTS are criticizing what is obviously just good old LOVE! This sort of love is just as valid as the love your PARENTS share, no matter how alternative it may look. So what he wants to "drink down all of his cum", how does it affect YOUR life, bigot? So what he loves to "choke on master's piss", nobody seemed to bat an eye when the hindus have used cow urine as a medicinal aid for CENTURIES! Get used to it, BIGOTS, LOVE IS THE LAW OF THE LAND!

fair criticism

posted about 7 years ago
#7 Looking for screenshot of Harbleu's furry profile. in Off Topic
diashockhttps://my.mixtape.moe/xgyzyk.png

Fuuuuck yes. Thanks!

posted about 7 years ago
#1 Looking for screenshot of Harbleu's furry profile. in Off Topic

Hi.

I'm trying to find a screenshot of Harbleu's profile when he had the furry slave text about Discario.
For those of you who don't know, the text is here. Because of this post, we know it was on his profile as of February 16, 2014. The Wayback Machine has updates near the time we need, but none have the crucial text. If anyone has an original screenshot, please post it.

Thanks.

FOR POSTERITY

posted about 7 years ago
#56 help me with my coding hw in Off Topic

I don't know C++, but here's a l1IIl1l solution.

Of course it runs, you piece of shit.

#include <stdio.h>

#define lI1lIlI "Enter a letter. %s\n"
#define l11IllI "__"
#define lIllili char
#define I1llI1l "hi"
#define lI111Il []
#define lI11l1I 0
#define l11l1II break
#define l1lll1I for
#define l1IIIl1 else
#define Ill1l1l "You win\n"
#define l11lIll =
#define lIIlI1l -=
#define l1ll1ll i
#define l1IIl11 10920
#define l1llll1 answer
#define l111l1l !
#define lI1ll1l 7
#define l1l11ll secret
#define lII1lII main()
#define ll1lIIl lol
#define lIllill getchar
#define l11llll -
#define l11IlI1 *
#define lIIl1lI printf
#define l11l1Il return
#define lIllI1l 1
#define Ill1l1I 11129
#define IllI1l1 const
#define l11l111 ++
#define l11l1l1 "The word was %s\n"
#define lIlIlI1 <
#define Ill1l11 2
#define l1Il1ll +
#define IlIl11I "Letter not found, try again\n"
#define IllI1ll guess
#define l1IIl1l int
#define lIll111 if
#define lIlllll ;

l1IIl1l lII1lII
{
    IllI1l1 l1IIl1l ll1lIIl lI111Il l11lIll {l1IIl11, Ill1l1I} lIlllll
    lIllili l1l11ll lI111Il l11lIll I1llI1l lIlllll
    lIllili l1llll1 lI111Il l11lIll l11IllI lIlllll
    l1IIl1l o_o l11lIll Ill1l11 lIlllll

    l1lll1I (l1IIl1l l1ll1ll l11lIll lI11l1I lIlllll l1ll1ll lIlIlI1 lI1ll1l lIlllll l11l111 l1ll1ll)
    {
        lIIl1lI(lI1lIlI, l1llll1) lIlllll
        l1IIl1l IllI1ll l11lIll lIllill() lIlllll
        lIllill() lIlllll

        lIll111(l111l1l(ll1lIIl[lI11l1I] l1Il1ll IllI1ll l11IlI1 (IllI1ll l11llll (ll1lIIl[lIllI1l] l11llll ll1lIIl[lI11l1I]))))
        {
            l1llll1[IllI1ll l11llll l1l11ll[lI11l1I]] l11lIll l1l11ll[IllI1ll l11llll l1l11ll[lI11l1I]] lIlllll
            o_o lIIlI1l lIllI1l lIlllll
        }
        l1IIIl1
        {
            lIIl1lI(IlIl11I) lIlllll
        }

        lIll111 (l111l1l o_o)
        {
            lIIl1lI(Ill1l1l) lIlllll
            l11l1II lIlllll
        }
    }

    lIIl1lI(l11l1l1, l1l11ll) lIlllll
    l11l1Il lI11l1I lIlllll
}
  
posted about 7 years ago
#42 help me with my coding hw in Off Topic
SimKudos to anyone who can identify this language without googling it.

Delphi, right? Or Object Pascal, same thing. Never learn this language, kids. It's horrible.

posted about 7 years ago
#24 help me with my coding hw in Off Topic
SizzlingCalamarihttps://github.com/SizzlingStats/hangman_for_rowpieces

im crying

posted about 7 years ago
#14 help me with my coding hw in Off Topic

^^this is bad code, your prof will be able to tell. Use SizzlingCalamari's answer, it's much faster.

posted about 7 years ago
#8 help me with my coding hw in Off Topic

I don't know C++, but here's a Python3 solution.
http://ideone.com/gPxXvX

secret = "test"
wrongCount = 0
maxWrongGuess = 7
while True:
	guess = str(input('Guess letter: '))
	if (guess in secret):
		print(guess + " was in the word!")
		secret = ''.join(secret.split(guess))
	else:
		print("Not in word")
		wrongCount += 1
	if (len(secret) == 0):
		print("You won!")
		break
	if (wrongCount >= maxWrongGuess):
		print("You're literal garbage")
		break
posted about 7 years ago
#1 im so swole in Recruitment (looking for team)

so swole

posted about 10 years ago
#3 Scout LFT open/IM in Recruitment (looking for team)

my penis has swelled up to the size of a grapefruit

a horribly misshapen grapefruit

posted about 10 years ago
#4 regugee scout duo looking for team in Recruitment (looking for team)

>hello tf2 community, me and andrew "newspeak" andrew

it should be newspeak and I

FUCK

posted about 10 years ago
#9 high open/IM scout in Recruitment (looking for team)

i put icy hot on my balls

my god

i am regretful

posted about 10 years ago
#5 Need Server for BBall in TF2 General Discussion

You can use mine. I'll add you.

posted about 10 years ago
#1 Ye11ow's stream in Requests

Mostly map making. Played a season of open, retired now, just focusing on map making. I stream pretty much every time I'm working on a map, which is pretty much every night.

http://www.twitch.tv/itzye11ow.

posted about 10 years ago
1 2 3