funny thing is etf2l got more to lose than sauna slayers if they dq them from the league right before the finals
Account Details | |
---|---|
SteamID64 | 76561198010123351 |
SteamID3 | [U:1:49857623] |
SteamID32 | STEAM_0:1:24928811 |
Country | Sweden |
Signed Up | February 26, 2013 |
Last Posted | December 10, 2024 at 5:17 AM |
Posts | 692 (0.2 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 3.9 |
Windows Sensitivity | 6/11 |
Raw Input | 1 |
DPI |
400 |
Resolution |
1920x1080 |
Refresh Rate |
380Hz |
Hardware Peripherals | |
---|---|
Mouse | Logitech G Pro |
Keyboard | Varmilo VEA88 Charcoal V2 TKL MX Red |
Mousepad | SteelSeries QcK+ |
Headphones | HyperX Cloud Alpha Wireless |
Monitor | ASUS XG259QN |
thanks to team sweden for being good gamers
thanks to the other teams for showing up and making the event interesting
thanks to esportunited for hosting a tf2 event again
thanks to teamfortresstv for producing the event
thanks to sideshow for letting me sleep in his room
gg :)
I uploaded some pics on my Twitter
spammyhedit: https://i.gyazo.com/e9ffb23741187fbfe197c23affe6e490.png can you explain this
LOL
kosstark beat him, took a screenshot and posted it everywhere he could and refused to play him ever again. our team folded over it.
Show Contenti wish i was joking
http://pastebin.com/ZfjEfPpV
http://www.teamfortress.tv/16507/etf2l-premiership-curiouser-and-curiouser
barcaphilipDansk jävlarna ska DÖ! Ner med packet för fan.
Sweden's roster is obviously incorrect. It's me on medic, Smirre on demo, vani and alle on soldier, Herr_P and Sjoeberg on scout.
get into the dayz hotel in kaunas!!
did you stream this? can't find vods
are you actually gonna download a random .exe someone posted in a thread because the new obs version is "weird"?
never gonna buy anything from plantronics again.
If you like tf2, play tf2. If you like overwatch, play overwatch. If you want to become a professional, play overwatch. Because there is no money in tf2. If you don't care about becoming a professional, play whatever game you feel like playing.
Simple.
haskell solution
secret = "opscodesucks"
hangman :: Int -> Char -> String -> (Int, String)
hangman tries guess word
| guess `elem` word = (tries, filter (guess /=) word)
| otherwise = (tries-1, word)
printHangman :: String -> String -> String
printHangman hiddenChars [] = []
printHangman hiddenChars (x:xs)
| x `elem` hiddenChars = '_' : printHangman hiddenChars xs
| otherwise = x : printHangman hiddenChars xs
playHangman :: String -> Int -> IO Bool
playHangman [] _ = do return True
playHangman _ 0 = do return False
playHangman word tries = do
putStrLn $ printHangman word secret
putStrLn $ "Tries left: " ++ show tries
putStr "Enter a letter: "
guess <- getLine
let (triesAfter, stillHidden) = hangman tries (head guess) word
playHangman stillHidden triesAfter
main :: IO ()
main = do
win <- playHangman secret 7
if win then putStrLn "You win" else putStrLn "You lose"
HildrethOnd_kajaMy flight arrives at monday 16th, any other people arriving this early or am I alone? :D
I elected to arrive before LAN and stay a few days after LAN, maybe some local yanks will be able to help you :D
Im also staying a few days after lan, return flight is on the 25th