• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:55
CEST 02:55
KST 09:55
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL22] Ro16 Preview: Holy Diver4[ASL22] Ro16 Preview: Rough Waters10[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915
Community News
StarCraft open world shooter announced at BlizzCon97Weekly Cups (Aug 30-Sep 7): herO thrives amid growing schism10Official StarCraft website teases new content ahead of BlizzCon?175Stellar Fest TWO the Moon (Dec 16-20)9Weekly Cups (August 24-30): Patches' balance mod takes over3
StarCraft 2
General
StarCraft open world shooter announced at BlizzCon How do you feel about the StarCraft shooter announcement at BlizzCon 2026? Balance hotfix patch 5.0.16b (July 16) Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Team Liquid Map Contest #22: Results and Winners
Tourneys
RSL Revival: Season 6 - Qualifiers and Main Event RSL goes to London! 2026 Offline Finals Nov 21-22 SC2 AI Tournament 2026 Fall Sparkling Tuna Cup - Weekly Open Tournament KSL Week #92
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 543 Enhanced Defenses The PondCast: SC2 News & Results Mutation # 542 The Ascended Mutation # 541 Binary Choice
Brood War
General
New 3v3 BGH Ladder (and more) on ShieldBattery! Official StarCraft website teases new content ahead of BlizzCon? [D] Brainstorming a balance patch for Brood war Making an Online Broodwar Manager Game [ASL22] Ro16 Preview: Holy Diver
Tourneys
[ASL22] Ro16 Group C [Megathread] Daily Proleagues [ASL22] Ro16 Group B [ASL22] Ro16 Group A
Strategy
Replay Review Process - What do you do? Simple Questions, Simple Answers Odyssey Mineral Stack Saturation Game Theory for Starcraft
Other Games
General Games
Nintendo Switch Thread EVE Corporation Stormgate/Frost Giant Megathread Diablo IV [Maplestory Hardcore] Let's Play~!!
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Artificial Intelligence Thread Russo-Ukrainian War Thread UK Politics Mega-thread Things Aren’t Peaceful in Palestine
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Diablo Animated Series on Netflix
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Virtual Romance, Real-Life C…
TrAiDoS
Regacy Esports:Our Goa…
regacyesports
Dreaming of BW patches (mod…
c3rberUs
LOCKPICKING NOOB
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5714 users

The Big Programming Thread - Page 641

Forum Index > General Forum
Post a Reply
Prev 1 639 640 641 642 643 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
June 14 2015 20:53 GMT
#12801
Pretty sure most interview questions like that are designed to evaluate thought processes, general knowledge and problem solving, not having specific answers to specific problems.
Average means I'm better than half of you.
supereddie
Profile Joined March 2011
Netherlands151 Posts
June 14 2015 21:01 GMT
#12802
On June 15 2015 05:11 wherebugsgo wrote:
for example at one of the places I interviewed at I was requested to solve something that is a slight variation of the collaboration distance problem. (e.g. Kevin Bacon number or Erdős number) and I was given maybe 20-30 minutes to whiteboard my solution to the problem which was initially not in an easily or obviously solvable format. I'm pretty sure that question was designed to fail almost every candidate that applied.

If I ever get questions like that I'd just get up and leave. No point in wasting my time on stupid, irrelevant questions. Unless, of course, the position you apply for has an actual need for such algorithms and it said so in the job description. But then I wouldn't apply to that position

Sure, it can be useful to know bubble sort, of some pathfinding alogrithm, or whatever. But in my professional programming carreer I never needed to implement my own. There are existing frameworks and libraries who are probably widely used, heavily tested and have good to excellent performance...

"Do not try to make difficult things possible, but make simple things simple." - David Platt on Software Design
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
June 14 2015 21:50 GMT
#12803
lol if you think that interviews are about getting the perfect solution or that because you don't use algorithms in your job that they serve no purpose in an interview. interviews are supposed to show your interviewer your problem solving and decision making abilities. and if you should've learned anything in mathematics you should've realized that people care more about your steps than your solutions.
There is no one like you in the universe.
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2015-06-14 23:51:56
June 14 2015 23:51 GMT
#12804
On June 15 2015 06:01 supereddie wrote:
Show nested quote +
On June 15 2015 05:11 wherebugsgo wrote:
for example at one of the places I interviewed at I was requested to solve something that is a slight variation of the collaboration distance problem. (e.g. Kevin Bacon number or Erdős number) and I was given maybe 20-30 minutes to whiteboard my solution to the problem which was initially not in an easily or obviously solvable format. I'm pretty sure that question was designed to fail almost every candidate that applied.

If I ever get questions like that I'd just get up and leave. No point in wasting my time on stupid, irrelevant questions. Unless, of course, the position you apply for has an actual need for such algorithms and it said so in the job description. But then I wouldn't apply to that position

Sure, it can be useful to know bubble sort, of some pathfinding alogrithm, or whatever. But in my professional programming carreer I never needed to implement my own. There are existing frameworks and libraries who are probably widely used, heavily tested and have good to excellent performance...


Well the point is to land a job that pays ~$200k or more after a few years.

Also even if the interview questions are bad (because some interviewers use bad questions, there's nothing you can do about that), the work is typically more interesting.
Who after all is today speaking about the destruction of the Armenians?
killa_robot
Profile Joined May 2010
Canada1884 Posts
June 15 2015 00:51 GMT
#12805
On June 15 2015 05:11 wherebugsgo wrote:
Show nested quote +
On June 14 2015 12:23 killa_robot wrote:
Wow, I could never go to that many interviews for a job. I don't even bother to apply to such large places. Way too intimidating.

I applied to a place I thought was smaller before, ended up being 3 people interviewing me one by one over the course of 2-3 hours. Terrible experience, especially because only the first interview was really meaningful and the others were largely just repeating stuff I mentioned to the first guy.


it sucks but that's the way you have to do it if you want a well-paying job at a tech company in SV.

Most of my on-site interviews were all-day affairs, usually starting around 10 in the morning and ending around 4. The hardest part is the fatigue once you have enough practice and you know what is expected. Also you can consider the phone screens to just be individual interviews prior to the "real thing".

But it paid off for me :D hard to beat $150k++ in annual compensation and amazing perks right out of college

edit: also I should say that some of the hardest interviews are not at the places you'd expect. The ones for me that were hardest were some startups in SF and places like Dropbox, Quora, Patreon etc which are on the smallish to medium size.

for example at one of the places I interviewed at I was requested to solve something that is a slight variation of the collaboration distance problem. (e.g. Kevin Bacon number or Erdős number) and I was given maybe 20-30 minutes to whiteboard my solution to the problem which was initially not in an easily or obviously solvable format. I'm pretty sure that question was designed to fail almost every candidate that applied.


You must do a ton of side projects if you were even considered for such a high paying job just outside of school.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
Last Edited: 2015-06-15 01:14:20
June 15 2015 01:13 GMT
#12806
On June 15 2015 05:49 Nesserev wrote:
Show nested quote +
On June 15 2015 05:11 wherebugsgo wrote:
for example at one of the places I interviewed at I was requested to solve something that is a slight variation of the collaboration distance problem. (e.g. Kevin Bacon number or Erdős number) and I was given maybe 20-30 minutes to whiteboard my solution to the problem which was initially not in an easily or obviously solvable format. I'm pretty sure that question was designed to fail almost every candidate that applied.

Hmmm, it's a shame that you don't remember what the exact problem was anymore, would be fun... but sounds difficult to solve if you haven't taken an algorithm course that has handled Dijkstra and such.


I guess they were testing him for the ability to write an app that serves "If you liked that, you might also like..." stuff and such

Anyway, it all boils down to the shortest path algorithms and if you know them (or even about them) or not.
Time is precious. Waste it wisely.
wherebugsgo
Profile Blog Joined February 2010
Japan10647 Posts
Last Edited: 2015-06-15 02:11:24
June 15 2015 02:00 GMT
#12807
On June 15 2015 10:13 Manit0u wrote:
Show nested quote +
On June 15 2015 05:49 Nesserev wrote:
On June 15 2015 05:11 wherebugsgo wrote:
for example at one of the places I interviewed at I was requested to solve something that is a slight variation of the collaboration distance problem. (e.g. Kevin Bacon number or Erdős number) and I was given maybe 20-30 minutes to whiteboard my solution to the problem which was initially not in an easily or obviously solvable format. I'm pretty sure that question was designed to fail almost every candidate that applied.

Hmmm, it's a shame that you don't remember what the exact problem was anymore, would be fun... but sounds difficult to solve if you haven't taken an algorithm course that has handled Dijkstra and such.


I guess they were testing him for the ability to write an app that serves "If you liked that, you might also like..." stuff and such

Anyway, it all boils down to the shortest path algorithms and if you know them (or even about them) or not.


actually this was exactly what it was

The job was for a startup in SF that is essentially a competitor to Yelp and it builds like a social search app.

So no, the question wasn't really out of context but it was still relatively surprising. I actually managed to get fairly far into the question although I spent a non-trivial amount of time rearranging the data so I could treat it like a search problem. I tried to get it into something that resembled an adjacency list before attempting to use BFS

edit:

On June 15 2015 05:53 WolfintheSheep wrote:
Pretty sure most interview questions like that are designed to evaluate thought processes, general knowledge and problem solving, not having specific answers to specific problems.


Yes, this is true.

However I think you'll find that a lot of the time bad or unmotivated interviewers will not really ask good questions. Some questions don't elucidate the candidate's thought process as well as others.

Sometimes when you get someone who is clearly not interested in interviewing (and often I'm not quite sure how they end up in that position) or who is having an off day or whatever they tend to be rather terse with you and it makes for a bad experience. I interviewed for at least 20 companies in the bay over a period of about 2 months and in almost half of them there was at least one interviewer who was clearly disinterested and probably didn't care what I had to say.

It's also kinda shocking how lacking the process is in diversity. I think I had a whopping 3 women interviewers and maybe one person who wasn't white or Asian. There are lots of positions that are not filled with the best people (particularly design, management and numerous creative roles) simply because the process sucks at finding them. It definitely needs to change, and I can see it happening at some companies, but it's worrying that these types of interviews are so commonplace. At least for the most part in my experience once you know how the system works you can always play to it. Not necessarily the most uplifting thing, however.
phar
Profile Joined August 2011
United States1080 Posts
June 15 2015 02:31 GMT
#12808
On June 15 2015 09:51 killa_robot wrote:
You must do a ton of side projects if you were even considered for such a high paying job just outside of school.

You do not need to do side projects to get a job at GooMicBookZon right out of undergrad. They hire a large number of new grads, and it would not surprise me if starting offers were $150k+ now, especially at Facebook.
Who after all is today speaking about the destruction of the Armenians?
Zocat
Profile Joined April 2010
Germany2229 Posts
Last Edited: 2015-06-15 02:41:07
June 15 2015 02:40 GMT
#12809
On June 15 2015 05:11 wherebugsgo wrote:
one of the places I interviewed at I was requested to solve something that is a slight variation of the collaboration distance problem. (e.g. Kevin Bacon number or Erdős number) and I was given maybe 20-30 minutes to whiteboard my solution to the problem which was initially not in an easily or obviously solvable format.


k-hop neighbourhood in graphs. If you have a node it self is the 0-hop neighbourhood, all nodes it can reach within 1 hop is the 1-hop neighbourhood etc.

It's often used in topology control and similar features (i.e. routing).

A cool feature of it is that you can calculate it without having the whole view of the complete graph, it's enough that each node can see it's 1-hop neighbourhood and thus it can be easily/efficiently solved in a distributed way.
Traditional algorithms usually perform worse.
amazingxkcd
Profile Blog Joined September 2010
GRAND OLD AMERICA16375 Posts
June 15 2015 03:19 GMT
#12810
This might be off-topic, but this is the best github project i have ever laid my eyes on


https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
The world is burning and you rather be on this terrible website discussing video games and your shallow feelings
helpman177
Profile Blog Joined June 2015
56 Posts
Last Edited: 2015-06-15 12:15:56
June 15 2015 03:55 GMT
#12811
What are those "high quality standards of enterprise software"?

Edit: I see, I'm a bit slow.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
June 15 2015 07:35 GMT
#12812
On June 15 2015 12:19 amazingxkcd wrote:
This might be off-topic, but this is the best github project i have ever laid my eyes on


https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition



Naah, nothing will ever beat ToleranUX (sadly, it got blocked by GitHub) and C+=
Time is precious. Waste it wisely.
ZenithM
Profile Joined February 2011
France15952 Posts
June 15 2015 11:36 GMT
#12813
On June 15 2015 16:35 Manit0u wrote:
Show nested quote +
On June 15 2015 12:19 amazingxkcd wrote:
This might be off-topic, but this is the best github project i have ever laid my eyes on


https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition



Naah, nothing will ever beat ToleranUX (sadly, it got blocked by GitHub) and C+=

Great stuff :D (those 2 posts).
BisuDagger
Profile Blog Joined October 2009
Bisutopia19384 Posts
June 15 2015 12:05 GMT
#12814
Okay this is a pretty odd question and either there is no answer or it is stupidly obvious. Reply in terms of C++, C# please:

If I have a function OnMouseDown() and it calls a function IsUISelected() such that it looks like this:


void OnMouseDown()
{
IsUISelected();
}


If IsUISelected resolves to true in it's function I need to break out out of the OnMouseDown() function instead of continuing.

I'm trying to simply this statement. Simplying the state is purely just a curiosity not a necessity.

void OnMouseDown()
{
if (GlobalVariables.UISelected())
{
return;
}

}




ModeratorFormer Afreeca Starleague Caster: http://afreeca.tv/ASL2ENG2
BisuDagger
Profile Blog Joined October 2009
Bisutopia19384 Posts
June 15 2015 12:12 GMT
#12815
On June 15 2015 16:35 Manit0u wrote:
Show nested quote +
On June 15 2015 12:19 amazingxkcd wrote:
This might be off-topic, but this is the best github project i have ever laid my eyes on


https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition



Naah, nothing will ever beat ToleranUX (sadly, it got blocked by GitHub) and C+=

I'm cracking up so hard right now. To bad I'm surrounded by artists who won't get the jokes.

Gold:
private == privileged
printf(); == yell();
class Foo{}; == social_construct Foo{};
#include == #consider
break; == leave;
if() == maybe()
for() == check()
while() == freeflowing()
sin(x) == biotruth(x)
div == unite
'y's are strictly prohibited when naming variables; only 'x's are allowed
ModeratorFormer Afreeca Starleague Caster: http://afreeca.tv/ASL2ENG2
inn5013orecl
Profile Blog Joined March 2010
United States227 Posts
Last Edited: 2015-06-15 13:10:27
June 15 2015 13:07 GMT
#12816
On June 15 2015 21:05 BisuDagger wrote:
Okay this is a pretty odd question and either there is no answer or it is stupidly obvious. Reply in terms of C++, C# please:

If I have a function OnMouseDown() and it calls a function IsUISelected() such that it looks like this:


void OnMouseDown()
{
IsUISelected();
}


If IsUISelected resolves to true in it's function I need to break out out of the OnMouseDown() function instead of continuing.

I'm trying to simply this statement. Simplying the state is purely just a curiosity not a necessity.

void OnMouseDown()
{
if (GlobalVariables.UISelected())
{
return;
}

}






Pretty sure that's as simple as you're going to get. Return pass control back to the caller of OnMouseDown(), effectively exiting out of the function. In this case, works exactly like a break statement in a loop.


void OnMouseDown()
{
if(IsUISelected()) // IsUISelected() value returned
return;
//rest of code runs only if IsUISelected() returns false;
}
i live with a korean who doesnt play sc...wtf
BisuDagger
Profile Blog Joined October 2009
Bisutopia19384 Posts
Last Edited: 2015-06-15 13:12:30
June 15 2015 13:11 GMT
#12817
On June 15 2015 22:07 inn5013orecl wrote:
Show nested quote +
On June 15 2015 21:05 BisuDagger wrote:
Okay this is a pretty odd question and either there is no answer or it is stupidly obvious. Reply in terms of C++, C# please:

If I have a function OnMouseDown() and it calls a function IsUISelected() such that it looks like this:


void OnMouseDown()
{
IsUISelected();
}


If IsUISelected resolves to true in it's function I need to break out out of the OnMouseDown() function instead of continuing.

I'm trying to simply this statement. Simplying the state is purely just a curiosity not a necessity.

void OnMouseDown()
{
if (GlobalVariables.UISelected())
{
return;
}

}






Pretty sure that's as simple as you're going to get. Return pass control back to the caller of OnMouseDown(), effectively exiting out of the function. In this case, works exactly like a break statement in a loop.


void OnMouseDown()
{
if(IsUISelected()) // IsUISelected() value returned
return;
}

That's what I thought. I just have to use this check in so many damn places I was trying to save white space. Oh well lol.

edit: The reason I keep the brackets is to match a coding standard of another companies programmers I have to work with from time to time.
ModeratorFormer Afreeca Starleague Caster: http://afreeca.tv/ASL2ENG2
Acrofales
Profile Joined August 2010
Spain18438 Posts
Last Edited: 2015-06-15 13:34:04
June 15 2015 13:33 GMT
#12818
On June 15 2015 22:11 BisuDagger wrote:
Show nested quote +
On June 15 2015 22:07 inn5013orecl wrote:
On June 15 2015 21:05 BisuDagger wrote:
Okay this is a pretty odd question and either there is no answer or it is stupidly obvious. Reply in terms of C++, C# please:

If I have a function OnMouseDown() and it calls a function IsUISelected() such that it looks like this:


void OnMouseDown()
{
IsUISelected();
}


If IsUISelected resolves to true in it's function I need to break out out of the OnMouseDown() function instead of continuing.

I'm trying to simply this statement. Simplying the state is purely just a curiosity not a necessity.

void OnMouseDown()
{
if (GlobalVariables.UISelected())
{
return;
}

}






Pretty sure that's as simple as you're going to get. Return pass control back to the caller of OnMouseDown(), effectively exiting out of the function. In this case, works exactly like a break statement in a loop.


void OnMouseDown()
{
if(IsUISelected()) // IsUISelected() value returned
return;
}

That's what I thought. I just have to use this check in so many damn places I was trying to save white space. Oh well lol.

edit: The reason I keep the brackets is to match a coding standard of another companies programmers I have to work with from time to time.

Restructure your program to require less of these checks? Or suck it up. Honestly, I can't think why you wouldn't just put all of that check and return statement on a single line (including {}s). Hell, you can add a line of commentary above it and still save 2 lines if you do it that way.

//Break out of mouse handler if UI is selected
if(IsUISelected()) { return; }


is imho just as clear as the 4-line version (although the line of commentary is not necessary at all, the line is pretty self-explanatory. Better commentary would be a reminder why breaking out of the mouse handler is the proper functioning of the program).
BisuDagger
Profile Blog Joined October 2009
Bisutopia19384 Posts
June 15 2015 13:40 GMT
#12819
On June 15 2015 22:33 Acrofales wrote:
Show nested quote +
On June 15 2015 22:11 BisuDagger wrote:
On June 15 2015 22:07 inn5013orecl wrote:
On June 15 2015 21:05 BisuDagger wrote:
Okay this is a pretty odd question and either there is no answer or it is stupidly obvious. Reply in terms of C++, C# please:

If I have a function OnMouseDown() and it calls a function IsUISelected() such that it looks like this:


void OnMouseDown()
{
IsUISelected();
}


If IsUISelected resolves to true in it's function I need to break out out of the OnMouseDown() function instead of continuing.

I'm trying to simply this statement. Simplying the state is purely just a curiosity not a necessity.

void OnMouseDown()
{
if (GlobalVariables.UISelected())
{
return;
}

}






Pretty sure that's as simple as you're going to get. Return pass control back to the caller of OnMouseDown(), effectively exiting out of the function. In this case, works exactly like a break statement in a loop.


void OnMouseDown()
{
if(IsUISelected()) // IsUISelected() value returned
return;
}

That's what I thought. I just have to use this check in so many damn places I was trying to save white space. Oh well lol.

edit: The reason I keep the brackets is to match a coding standard of another companies programmers I have to work with from time to time.

Restructure your program to require less of these checks? Or suck it up. Honestly, I can't think why you wouldn't just put all of that check and return statement on a single line (including {}s). Hell, you can add a line of commentary above it and still save 2 lines if you do it that way.

//Break out of mouse handler if UI is selected
if(IsUISelected()) { return; }


is imho just as clear as the 4-line version (although the line of commentary is not necessary at all, the line is pretty self-explanatory. Better commentary would be a reminder why breaking out of the mouse handler is the proper functioning of the program).

As I mentioned in my edit. For at least this project I'm matching a coding standard for another company. I'm the lead programmer within my company and I 100% agree with you, but the other companies guidelines are "always use brackets for readability" and "Don't comment code unless absolutely necessary to reduce clutter.". I've done really well in my profession by following the technical outlines of a company (even if you disagree) instead of fighting the system.
ModeratorFormer Afreeca Starleague Caster: http://afreeca.tv/ASL2ENG2
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
Last Edited: 2015-06-15 14:27:00
June 15 2015 14:22 GMT
#12820
In order to reduce the clutter, you could technically perform the check at different places.

Instead of doing:


someMethod() {
secondMethod();
thirdMethod();
}

secondMethod() {
if (fourthMethod()) {
return;
}

// do stuff
}

thirdMethod() {
if (fourthMethod()) {
return;
}

// do stuff
}

fourthMethod() {
return !something;
}


You can do that:


someMethod() {
if (fourthMethod()) {
secondMethod();
thirdMethod();
}
}


Still not pretty, you could perhaps think of making some custom constructors or event listeners, injecting the stuff and such to maybe bypass some of the clutter.

Another way could possibly be wrapping the IsUISelected() method into a method that checks it and throws an exception. Then you could possibly use try/catch stuff to do the work.
Time is precious. Waste it wisely.
Prev 1 639 640 641 642 643 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 9h 5m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
GuemChi 2187
soO 17
Dota 2
monkeys_forever809
NeuroSwarm188
League of Legends
JimRising 587
Counter-Strike
minikerr20
Super Smash Bros
hungrybox591
PPMD63
Other Games
summit1g11397
PiGStarcraft298
ToD209
Maynarde108
Organizations
Other Games
gamesdonequick2401
[ Show 11 non-featured ]
StarCraft 2
• Hupsaiya 97
• davetesta16
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Other Games
• imaqtpie780
Upcoming Events
Afreeca Starleague
9h 5m
Snow vs Shinee
Shine vs EffOrt
GSL
10h 5m
PiGosaur Cup
23h 5m
The PondCast
1d 9h
Kung Fu Cup
1d 10h
Replay Cast
1d 23h
KCM Race Survival
2 days
IntoTheTV X SOOP
2 days
Replay Cast
2 days
IntoTheTV X SOOP
3 days
[ Show More ]
Replay Cast
3 days
GSL
4 days
Replay Cast
4 days
GSL
5 days
Shopify Rebellion Sundays
5 days
Spirit vs Mixu
Replay Cast
5 days
WardiTV Weekly
6 days
Liquipedia Results

Completed

Proleague 2026-09-14
Blizzard Classic Cup 2026
Big Dog Cup 2026 Div 1

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL 2026 AUTUMN (S22)
Acropolis #5
Calamity Invitational
FISSURE Playground #3
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026

Upcoming

Acropolis #5 - GSA
Acropolis #5 - GSB
Acropolis #5 - GSC
SC4ALL II: Brood War
HSC XXX
Stellar Fest 2: Lunar Cup
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
Copium Cup
PGL Major Singapore 2026
Stake Ranked Episode 6
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Play Connect 2026
SL StarSeries Fall 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.