• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:09
CEST 15:09
KST 22:09
  • 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
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80Weekly Cups (Sept 29-Oct 5): MaxPax triples up3
StarCraft 2
General
The New Patch Killed Mech! Team Liquid Map Contest #21 - Presented by Monster Energy herO joins T1 Weekly Cups (Oct 13-19): Clem Goes for Four TL.net Map Contest #21: Voting
Tourneys
INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle SC2's Safe House 2 - October 18 & 19 Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
BSL Season 21 BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ BW caster Sayle BSL Team A vs Koreans - Sat-Sun 16:00 CET
Tourneys
[ASL20] Semifinal B Azhi's Colosseum - Anonymous Tournament [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Current Meta BW - ajfirecracker Strategy & Training Relatively freeroll strategies Siegecraft - a new perspective
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Dawn of War IV Nintendo Switch Thread ZeroSpace Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1289 users

The Big Programming Thread - Page 299

Forum Index > General Forum
Post a Reply
Prev 1 297 298 299 300 301 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.
GunSec
Profile Joined February 2010
1095 Posts
May 11 2013 21:02 GMT
#5961
On May 12 2013 05:51 CatNzHat wrote:
Show nested quote +
On May 12 2013 04:49 bangsholt wrote:
Suppose you have read this python doc, so yes, it should be random. Just remember that we in general are very bad at understanding random.


For the purposes of the game, python random will work fine. It's not like SecureRandom in Java, if you want to learn more about random number generators and their various levels of security (how random they actually are, what they use for seeds, etc..) then ask away.


I have no immediate questions about random seeds since I haven't really read about it but I am just wondering why are there different numbers on the weighted_choices list from the website I linked to? Is it just a number or some indication that Green is going to occur more often?
waxypants
Profile Blog Joined September 2009
United States479 Posts
Last Edited: 2013-05-11 21:19:34
May 11 2013 21:14 GMT
#5962
My experiences at work recently has got me wondering a little about how the culture is at other companies with regard to overtime. My company in particular is GENERALLY very laid back in this respect, I do not think a lot of my coworkers work an actual 40 hours let alone any overtime. I have even heard from many sources that the main two sites (I work at a smaller 3rd site) have an even far more prominant "culture of laziness". There are a few pockets of exceptions, my little task being an exception. My task lead is a workaholic and expects everyone in the group to average at least 50 hours a week (he does more). Now the part I actually start wondering is where he claims that working 40 hours a week will get to nowhere at any company, and in most software companies 50 hours is like the average. I understand at the big names like Google, Microsoft, you will be regularly working 50-60 hours and more during crunch times (and are compensated accordingly), but I wondered how generally this applied to the masses of companies. I should mention that my company doesn't actually sell any products per se, we are federally funded, and we provide mostly research knowledge and sometimes prototype software. So what's the culture at your companies?
waxypants
Profile Blog Joined September 2009
United States479 Posts
Last Edited: 2013-05-11 22:49:53
May 11 2013 21:52 GMT
#5963
On May 12 2013 06:02 GunSec wrote:
Show nested quote +
On May 12 2013 05:51 CatNzHat wrote:
On May 12 2013 04:49 bangsholt wrote:
Suppose you have read this python doc, so yes, it should be random. Just remember that we in general are very bad at understanding random.


For the purposes of the game, python random will work fine. It's not like SecureRandom in Java, if you want to learn more about random number generators and their various levels of security (how random they actually are, what they use for seeds, etc..) then ask away.


I have no immediate questions about random seeds since I haven't really read about it but I am just wondering why are there different numbers on the weighted_choices list from the website I linked to? Is it just a number or some indication that Green is going to occur more often?


Why did you rename your variables from the original example to make it more confusing? It is a little tricky as is, but with your changes (reusing the same variable name for 2 different things in the same line) makes it even more confusing. The example was:


>>> weighted_choices = [('Red', 3), ('Blue', 2), ('Yellow', 1), ('Green', 4)]
>>> population = [val for val, cnt in weighted_choices for i in range(cnt)]
>>> random.choice(population)


The weighted_choices array is an array tuples which represent your objects and and the number (cnt) of each. From that you build a "population", the population being the balls (3 Red, 2 Blue, etc.). The expression for population is a little confusing, but you can see what it actually builds by simply doing something like:


import random
def test():
weighted_choices = [('Red', 3), ('Blue', 2), ('Yellow', 1), ('Green', 4)]
population = [val for val, cnt in weighted_choices for i in range(cnt)]
print population
print random.choice(population)

test()
test()
test()
test()


Which gave me:


['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Blue
['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Green
['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Green
['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Blue


Which helps me see that the numbers correspond to the number of each color, which means green will have a 4/10 chance of being picked since random.choice seems like it should choose each option in the list with equal probability.

Running it again in a fresh interpreter gives me:


['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Blue
['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Blue
['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Blue
['Red', 'Red', 'Red', 'Blue', 'Blue', 'Yellow', 'Green', 'Green', 'Green', 'Green']
Yellow


Which seems to indicate the seed is not the same every time (at least in this interpreter -- I'm using codepad.org since I'm too lazy to hop on my dev machine).

From here I would look at the syntax of the population expression to see if I can convince myself I understand it and tweak it to see what happens in order to make sure I really do understand it.

Popping something into the interpreter and simply seeing what it does should become second nature whenever you are confused with some new language feature.

So the takeaway is: use friendly variable names (and don't change them from your example when you don't understand what they are actually doing) and the interpreter is your friend.

edit:
Also try not tot be so self-conscious about failing at programming, it is a huge impediment to learning. You should post here what you have trouble with.
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2013-05-11 22:14:44
May 11 2013 22:09 GMT
#5964
On May 12 2013 06:14 waxypants wrote:Now the part I actually start wondering is where he claims that working 40 hours a week will get to nowhere at any company, and in most software companies 50 hours is like the average. I understand at the big names like Google, Microsoft, you will be regularly working 50-60 hours and more during crunch times (and are compensated accordingly), but I wondered how generally this applied to the masses of companies. I should mention that my company doesn't actually sell any products per se, we are federally funded, and we provide mostly research knowledge and sometimes prototype software. So what's the culture at your companies?

Just a point of clarification here, 50-60 hours is rare at Amazon, Facebook, Google, Microsoft, etc.

Well, back that up and preface it a bit: depends on the person. There are definitely people at the big name companies that work a looooootttttt. You get those random work-related emails and code reviews coming in from some people at like 11pm. And there are some teams that will have serious crunch time.

But that's the exception rather than the rule. For the most part it's a pretty good work-life balance. 35-45 hours is normal. Once you get into the 50-60 hours, you start hitting diminishing returns pretty damn fast. It's much better to have 30-40 productive hours a week and then go home & recharge. This shit is hard to do, you can burn out really fast by keeping your brain running full tilt for too long.


There are also some areas and types of companies where people work a lot more on average. For example, game development.


Your tech lead sounds like a bad influence I've had tech leads who are total workaholics. However they've been pretty damn good about making sure we realize that they're just workaholics. They didn't expect the rest of us to put in those kinds of crazy hours.
Who after all is today speaking about the destruction of the Armenians?
Craton
Profile Blog Joined December 2009
United States17255 Posts
Last Edited: 2013-05-11 22:29:22
May 11 2013 22:28 GMT
#5965
I'd say it's bullshit. You want to be willing to put in extra hours during critical periods, but you don't need to work 60 hour weeks. I've worked 14 hour days before to meet deadlines, but that then means you get to take an early weekend if you'd like (or not and keep the overtime, but I get flat time ). The fact that you went beyond what is normal gets noticed at a decent company.

If you're at a shitty company then it really doesn't matter what you do.
twitch.tv/cratonz
CatNzHat
Profile Blog Joined February 2011
United States1599 Posts
May 11 2013 22:32 GMT
#5966
On May 11 2013 11:18 Release wrote:
In light of recent discussion in this thread, is a computer science bachelor degree worth pursuing if I'm interested in programming in the future? Or should I major in something else (finance/engineering for example) and program on my own time?

major in CS if you want a career in programming, you will learn so much so quickly this way. It can be done on your own, but if you were confident enough in your ability to do it on your own you wouldn't have asked.
tofucake
Profile Blog Joined October 2009
Hyrule19144 Posts
May 12 2013 01:55 GMT
#5967
On May 12 2013 05:20 phar wrote:
Show nested quote +
On May 12 2013 04:42 GunSec wrote:
btw, I am also wondering if I can pm some of the moderators of this thread or the creator? I have some personal stuff I want to talk about in programming and computer science in general !

Don't think many mods or the creator post here often...

Many here could probably field answers, but it's hard to say exactly without knowing what your line of questioning is about.

I don't post often but I try to read every post

I've replied to GunSec's PM already ^^
Liquipediaasante sana squash banana
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
Last Edited: 2013-05-12 09:44:23
May 12 2013 09:43 GMT
#5968
Can you make one specific exception catch in C++, and one general?

Like:


random code

int c = a/b;
if ( b == 0)
throw dividebyzero;

random code


catch ( dividebyzero )
cout << "Can't divide by zero";
catch ( ... )
cout << "Something went wrong";




So if there's a throw statement that's not dividebyzero, you will just get something went wrong?
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
waxypants
Profile Blog Joined September 2009
United States479 Posts
May 12 2013 11:04 GMT
#5969
I found this in about 4 seconds and looked at it for about 10, is this what you need?

http://www.cplusplus.com/doc/tutorial/exceptions/
adwodon
Profile Blog Joined September 2010
United Kingdom592 Posts
May 12 2013 11:25 GMT
#5970
On May 12 2013 06:14 waxypants wrote:
My experiences at work recently has got me wondering a little about how the culture is at other companies with regard to overtime. My company in particular is GENERALLY very laid back in this respect, I do not think a lot of my coworkers work an actual 40 hours let alone any overtime. I have even heard from many sources that the main two sites (I work at a smaller 3rd site) have an even far more prominant "culture of laziness". There are a few pockets of exceptions, my little task being an exception. My task lead is a workaholic and expects everyone in the group to average at least 50 hours a week (he does more). Now the part I actually start wondering is where he claims that working 40 hours a week will get to nowhere at any company, and in most software companies 50 hours is like the average. I understand at the big names like Google, Microsoft, you will be regularly working 50-60 hours and more during crunch times (and are compensated accordingly), but I wondered how generally this applied to the masses of companies. I should mention that my company doesn't actually sell any products per se, we are federally funded, and we provide mostly research knowledge and sometimes prototype software. So what's the culture at your companies?


We have flexi where I work, the only real 'culture' is most people don't take the mandatory 30 minute lunch. Beyond that most people work a standard 35-40 hour week.

Some weeks people work more, especially when a release is coming up and people can work up to a 70 hour week, generally though its only those with responsibility for the release, and its a very small company, about 50 people only 20 or so in software, and those instances are very rare. If someone generally does work like that, post release they'll use the flexi they built up, our core hours are 10-2 and 2-4 so doing a few weeks of 10-4 actually works out quite nice.

So yea, our general culture is that noone expects you to work more than the standard 35-40 hour week. You are expected to pull your weight if things require it, but you're fully entitled to slow down after and work off your built up hours.

As I said though we are a small company, as far as the software team goes only me and one other guy are in our 20s, most people are at least late 30s if not 40s / 50s so maybe the culture is different because of that.
misirlou
Profile Joined June 2010
Portugal3241 Posts
Last Edited: 2013-05-12 11:37:34
May 12 2013 11:36 GMT
#5971
On May 12 2013 18:43 Arnstein wrote:
Can you make one specific exception catch in C++, and one general?

Like:


random code

int c = a/b;
if ( b == 0)
throw dividebyzero;

random code


catch ( dividebyzero )
cout << "Can't divide by zero";
catch ( ... )
cout << "Something went wrong";




So if there's a throw statement that's not dividebyzero, you will just get something went wrong?


It is possible. However, you should make the verification b==0 before dividing, not after.
+ Show Spoiler +

int b=1;//b=0;
int a=2;
try{
if (b==0) throw DivideByZero();
int c=a/b;
throw exception();
}catch (DivideByZero e)
{
cout<<"cant divide by zero"<<endl;
}
catch(...)
{
cout<<"unforeseen error"<<endl;
}
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
May 12 2013 14:49 GMT
#5972
On May 12 2013 20:36 misirlou wrote:
Show nested quote +
On May 12 2013 18:43 Arnstein wrote:
Can you make one specific exception catch in C++, and one general?

Like:


random code

int c = a/b;
if ( b == 0)
throw dividebyzero;

random code


catch ( dividebyzero )
cout << "Can't divide by zero";
catch ( ... )
cout << "Something went wrong";




So if there's a throw statement that's not dividebyzero, you will just get something went wrong?


It is possible. However, you should make the verification b==0 before dividing, not after.
+ Show Spoiler +

int b=1;//b=0;
int a=2;
try{
if (b==0) throw DivideByZero();
int c=a/b;
throw exception();
}catch (DivideByZero e)
{
cout<<"cant divide by zero"<<endl;
}
catch(...)
{
cout<<"unforeseen error"<<endl;
}



Thanks a lot!
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2013-05-12 22:14:40
May 12 2013 21:46 GMT
#5973
What's so hard about the C++ syntax? It resembles Java a lot, sure cin/cout are a bit... weird, but that's ok

Alternatively, why do people say C++ is hard?
tec27
Profile Blog Joined June 2004
United States3702 Posts
May 12 2013 23:00 GMT
#5974
On May 13 2013 06:46 darkness wrote:
What's so hard about the C++ syntax? It resembles Java a lot, sure cin/cout are a bit... weird, but that's ok

Alternatively, why do people say C++ is hard?

C++ has a large amount of complexity and gotchas built up over the years, due to its attempts to be somewhat compatible with C and its evolution over time, and general propensity for including everything but the kitchen sink. There's a lot of "rules" and guidelines you should follow that aren't immediately obvious, especially to beginners. Java looks similar syntax-wise, but is much simpler and less powerful. There are benefits to this, in that its much harder to shoot yourself in the foot, but you do lose out on a lot of the power that C++ would give you.
Can you jam with the console cowboys in cyberspace?
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
May 12 2013 23:09 GMT
#5975
On May 13 2013 08:00 tec27 wrote:
Show nested quote +
On May 13 2013 06:46 darkness wrote:
What's so hard about the C++ syntax? It resembles Java a lot, sure cin/cout are a bit... weird, but that's ok

Alternatively, why do people say C++ is hard?

C++ has a large amount of complexity and gotchas built up over the years, due to its attempts to be somewhat compatible with C and its evolution over time, and general propensity for including everything but the kitchen sink. There's a lot of "rules" and guidelines you should follow that aren't immediately obvious, especially to beginners. Java looks similar syntax-wise, but is much simpler and less powerful. There are benefits to this, in that its much harder to shoot yourself in the foot, but you do lose out on a lot of the power that C++ would give you.

Yes. Just to add to this, Java compiles through a jvm or java virtual machine. Basically since it is in a virtual environment it has no interface to much of your operating system's hardware. It can't for instance get input from the speakers...
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
Astonix
Profile Joined May 2013
United Kingdom3 Posts
Last Edited: 2013-05-12 23:15:12
May 12 2013 23:10 GMT
#5976
On May 13 2013 06:46 darkness wrote:
What's so hard about the C++ syntax? It resembles Java a lot, sure cin/cout are a bit... weird, but that's ok

Alternatively, why do people say C++ is hard?


Firstly, Java resembles C++ a lot, not the other way round, though this is just being pedantic. It's not really the syntax which is confusing, it's because C++ can be a lot lower level and handle memory and such directly. It's also not garbage collected like Java, and less forgiving in its compiling (such as, though trivial, most compilers disallowing gets() and other unsafe functions, whilst Java will sort this automatically).
Don't resist the flow of life
misirlou
Profile Joined June 2010
Portugal3241 Posts
May 13 2013 00:13 GMT
#5977
On May 13 2013 08:09 obesechicken13 wrote:
Show nested quote +
On May 13 2013 08:00 tec27 wrote:
On May 13 2013 06:46 darkness wrote:
What's so hard about the C++ syntax? It resembles Java a lot, sure cin/cout are a bit... weird, but that's ok

Alternatively, why do people say C++ is hard?

C++ has a large amount of complexity and gotchas built up over the years, due to its attempts to be somewhat compatible with C and its evolution over time, and general propensity for including everything but the kitchen sink. There's a lot of "rules" and guidelines you should follow that aren't immediately obvious, especially to beginners. Java looks similar syntax-wise, but is much simpler and less powerful. There are benefits to this, in that its much harder to shoot yourself in the foot, but you do lose out on a lot of the power that C++ would give you.

Yes. Just to add to this, Java compiles through a jvm or java virtual machine. Basically since it is in a virtual environment it has no interface to much of your operating system's hardware. It can't for instance get input from the speakers...


Although u can get input from speakers in C/C++ there is no much point to it
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
May 13 2013 01:56 GMT
#5978
On May 13 2013 06:46 darkness wrote:
What's so hard about the C++ syntax? It resembles Java a lot, sure cin/cout are a bit... weird, but that's ok

Alternatively, why do people say C++ is hard?

C++ requires a lot of by-hand type handling and memory manipulation. There are also many ways to use the language poorly as a result of this, and as a result of quirky syntax and design decisions built up over years of the C++ committee making continual changes to the language.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
May 13 2013 15:20 GMT
#5979
Well, there is memory manipulation in C as well such as malloc, realloc and free. Is this the hard part or do you refer to destructor and/or harder memory management?
mustache
Profile Joined April 2010
Switzerland309 Posts
May 13 2013 19:11 GMT
#5980
I'm learning Qt GUI programming with c++ and i want to create my own class which inherits from the class QPushButton.
at the moment i tried just creating an empty class which inherits but doesnt add any new slots/signals.

my class definition:


class CoinButton : public QPushButton
{
public:
CoinButton();
};



And somewhere in the code:

CoinButton but1 = new CoinButton("5 Dollars");


seeing as i didnt change anything from the parent class QPushButton shouldnt this work without a problem? It doesnt though. The Compiler complains "no matching fuction for call CoinButton::CoinButton[const char[10]]

QPushButton itsself would work fine like this:


QPushButton but1 = new QPushButton("5 Dollars");


Any QT experts around?
Prev 1 297 298 299 300 301 1032 Next
Please log in or register to reply.
Live Events Refresh
INu's Battles
11:00
INu's Battle #13
ByuN vs ZounLIVE!
IntoTheiNu 77
LiquipediaDiscussion
Replay Cast
10:00
LiuLi Cup #46 - Day 1
CranKy Ducklings240
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Harstem 503
sas.Sziky 9
StarCraft: Brood War
Britney 33936
Calm 11750
Hyuk 5297
Horang2 2799
Bisu 2665
GuemChi 1540
Flash 1435
Jaedong 1218
Larva 564
Soma 500
[ Show more ]
EffOrt 387
actioN 381
Mong 310
Light 288
Soulkey 272
Mini 253
Hyun 202
Snow 189
hero 151
Pusan 121
TY 104
JYJ84
Barracks 80
ggaemo 74
Killer 73
Mind 65
Sea.KH 61
JulyZerg 59
Aegong 50
Rush 38
Noble 35
ToSsGirL 28
Movie 27
sorry 26
Sharp 20
soO 19
scan(afreeca) 19
Sacsri 16
yabsab 16
Bale 13
SilentControl 11
Terrorterran 8
Shine 8
HiyA 7
Dota 2
Gorgc4990
qojqva2590
Dendi1040
XaKoH 505
420jenkins285
XcaliburYe217
Counter-Strike
olofmeister2883
x6flipin438
Heroes of the Storm
Khaldor206
Other Games
summit1g12066
singsing2411
B2W.Neo703
hiko613
Lowko296
Sick283
Pyrionflax251
Hui .125
Happy110
oskar71
Mew2King47
ToD25
Organizations
StarCraft: Brood War
lovetv 14
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• StrangeGG 4
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• HerbMon 25
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Nemesis7636
Other Games
• WagamamaTV311
Upcoming Events
Monday Night Weeklies
2h 51m
Replay Cast
9h 51m
WardiTV Invitational
21h 51m
WardiTV Invitational
1d 1h
PiGosaur Monday
1d 10h
Replay Cast
1d 20h
Tenacious Turtle Tussle
2 days
The PondCast
2 days
OSC
2 days
WardiTV Invitational
3 days
[ Show More ]
Online Event
4 days
RSL Revival
4 days
RSL Revival
4 days
WardiTV Invitational
4 days
Afreeca Starleague
5 days
Snow vs Soma
Sparkling Tuna Cup
5 days
WardiTV Invitational
5 days
CrankTV Team League
5 days
RSL Revival
6 days
Wardi Open
6 days
CrankTV Team League
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
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 © 2025 TLnet. All Rights Reserved.