• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 13:15
CET 19:15
KST 03:15
  • 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
RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation12Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
Mech is the composition that needs teleportation t RotterdaM "Serral is the GOAT, and it's not close" RSL Season 3 - RO16 Groups C & D Preview [TLMC] Fall/Winter 2025 Ladder Map Rotation TL.net Map Contest #21: Winners
Tourneys
RSL Revival: Season 3 Sparkling Tuna Cup - Weekly Open Tournament Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
FlaSh on: Biggest Problem With SnOw's Playstyle What happened to TvZ on Retro? SnOw's ASL S20 Finals Review BW General Discussion Brood War web app to calculate unit interactions
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET
Strategy
PvZ map balance Current Meta Simple Questions, Simple Answers How to stay on top of macro?
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread Clair Obscur - Expedition 33 Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
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
Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread US Politics Mega-thread Artificial Intelligence Thread Canadian Politics Mega-thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 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
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2038 users

The Big Programming Thread - Page 678

Forum Index > General Forum
Post a Reply
Prev 1 676 677 678 679 680 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.
Manit0u
Profile Blog Joined August 2004
Poland17433 Posts
Last Edited: 2015-11-17 20:54:40
November 17 2015 20:46 GMT
#13541
On November 18 2015 05:03 solidbebe wrote:
Show nested quote +
On November 18 2015 04:15 Cyanocyst wrote:
Hey guys, I have literally no coding experience at all. Disappointingly I graduated with degrees in Accounting and Finance last year. But i honestly hate both subjects.

Anyway my university requires significantly more math as pre-requisites for computer science, than it did for either of my majors.

Is high level math directly needed to code at all? I understand that more math could probably sharpen your problem solving skills, and that could indirectly help your coding. Though wanting to know if it is directly related to any language.

Also what is the easiest language to learn for a complete noob? I would like to try to teach my self some kind of coding just to see if it truly is something i'm interested in.

Due to already having degrees, and not wanting to pay for more of them, no matter what, i'll probably never actually be good at this. Though maybe i could make a hobby out of it.

There are some programming jobs where you need to have strong math knowledge like games or cgi movies. I'd wager to say this is a very small percentage of programmers who end up in these kinds of fields though.

For any other programming, you don't need anything more than basic arithmetic really.

Good languages to start with I'd say python and java. They are high level so relatively easy to learn and very well supported ( many tutorials and such ).


Not Java

I'd go with Python (high level) or C (low level). Python is pretty easy to get a hang on. It's also pretty widely used (mostly for scripting) and there's plenty of resources for it. C is a bit trickier although I'd still suggest at least trying it out since the base of it is so small (as in - you don't have to remember thousands of functions, abstraction layers and what not). With C all you really need is the K&R book, which is just 300 pages. That's nothing compared to some other languages (Thinking in Java is what, over 1k pages and after that you still don't know much?).

Good place to start is the free "Learn X The Hard Way" tutorials:
Python
C

If you want to go with something else (like Ruby) there are courses for that too: http://learncodethehardway.org/

Also, a nice piece posted in the C book there: http://c.learncodethehardway.org/book/krcritique.html
Time is precious. Waste it wisely.
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
November 17 2015 21:07 GMT
#13542
Why not java?
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
November 17 2015 21:31 GMT
#13543
On November 18 2015 03:23 WarSame wrote:
Every time business rules change, a lot of the code changes. That's why most legit projects design what they are going to do before implementing it. Otherwise you have to go back and change a lot. Try to have an idea of what you're going to do beforehand, but don't worry if you have to go and change things. It's a process.

Thaniri is right about you overcomplicating it. That type of implementation in js is not that hard. If checking a check box makes all other check boxes in a set become checked, then use a list of that set of check boxes. When you need to check them all just loop through the list and check them one by one.


On November 18 2015 03:06 Thaniri wrote:
That honestly sounds like you're over complicating a website.

If all you're doing is form controls then you can write simple onclick events where if one box is checked then other html elements get checked/appear in the dom.

You'd be using javascript to manipulate html element attributes in that case.


Thanks both of you! You're probably right. It's just that my skills are so limited in the area of front-end development, so it takes me forever to make it do what I want.

On November 18 2015 03:50 Manit0u wrote:You should really look into integrating AngularJS into your application then. It can handle all of the UI logic very well, works great with RESTful applications and can also improve UX and reduce server load if done correctly.

Thanks for the suggestion! I'll check it out. I figured there had to be a framework out there already for this sort of thing.
Manit0u
Profile Blog Joined August 2004
Poland17433 Posts
Last Edited: 2015-11-17 21:44:36
November 17 2015 21:39 GMT
#13544
On November 18 2015 06:07 solidbebe wrote:
Why not java?


It's not that great for starters. Just compare it to Python...

Java:

public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}


Python:

print "Hello, World!"


With Java you have to explain the classes, arguments, visibility, dependency and everything else right away. Not to mention compilation... With Python you just fire your script and it works automagically. Much easier on beginners in my opinion.

My biggest gripe with Java is that it seems like you have to write what seems to be an essay or an entire prayer to the machine-spirits to get even the simplest things done.
Time is precious. Waste it wisely.
Ropid
Profile Joined March 2009
Germany3557 Posts
Last Edited: 2015-11-17 21:42:08
November 17 2015 21:41 GMT
#13545
On November 18 2015 06:07 solidbebe wrote:
Why not java?


What arguments against Java for beginners can you think of? Do some of them feel fair to you?

I think mine would be how the start looks like, the most simple programs you can do when introducing someone to programming. The hello-world one in Python 2 is for example:

print "Hello, World!"


You know how the same program in Java looks like. You perhaps ask people to please ignore most of the lines in the program because you can't explain them in a way that's real understanding. If you do try to explain, it's a shitty explanation that's about concepts that make no sense at that point. It feels like both options you have to deal with those strange lines might be a bit harmful and it's neat that this is not a problem with Python.

EDIT: posted too slow
"My goal is to replace my soul with coffee and become immortal."
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
November 17 2015 22:09 GMT
#13546
On November 18 2015 04:15 Cyanocyst wrote:
Hey guys, I have literally no coding experience at all. Disappointingly I graduated with degrees in Accounting and Finance last year. But i honestly hate both subjects.

Anyway my university requires significantly more math as pre-requisites for computer science, than it did for either of my majors.

Is high level math directly needed to code at all? I understand that more math could probably sharpen your problem solving skills, and that could indirectly help your coding. Though wanting to know if it is directly related to any language.

Also what is the easiest language to learn for a complete noob? I would like to try to teach my self some kind of coding just to see if it truly is something i'm interested in.

Due to already having degrees, and not wanting to pay for more of them, no matter what, i'll probably never actually be good at this. Though maybe i could make a hobby out of it.

I vouch for the others saying Python is a good choice. Further, check it out with an IDE. An IDE is basically an editor that has a few nice things for your code(highlights words, auto completes variables, etc.). PyCharm is a good, free choice to use.

I started with Java and found it painful. Python is a much nicer language to start with. The helloWorld is just a small example. The similar functions are nice too(consider functions for Java's int vs. Integer).
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
November 17 2015 22:15 GMT
#13547
You guys make a fair point. I think python is more suited to beginners as well.

Manitou you suggested c. Dont you think this problem is way worse in c than in java? C is lower level, has a more verbose (and weird) syntax, has a lot of weird intricacies and exceptions and generally deals with more confusing things like pointers, pointers to pointers, function pointers ( really anything pointers ) than java ever does.
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
Last Edited: 2015-11-17 22:38:08
November 17 2015 22:37 GMT
#13548
C is very hard to start with. It's the programming equivalent of cooking a 5 course meal for your first meal. You will probably eventually want to get into C for all that it offers, but there are so many good languages that abstract most of that away until you need it.

However, I think C generally has neater beginner code than Java. Hello world in C is:


int main(){
printf("Hello world!");
return 0;
}


Compare that with the ugly mess from Java above.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2015-11-17 22:51:18
November 17 2015 22:40 GMT
#13549
I think you all are making a big deal out of nothing with the java code though personally. I learned to program in Java and the hand waving at the start didn't bother me at all. The same thing happened in pretty much any math class I took prior to university where you just accept that this works and then it'll be explained why later on.

Not learning Java so you can be exposed to pointers and (less detailed) debugging I can get behind, but not knowing what half the words mean in the first program you write is acceptable.
I'll always be your shadow and veil your eyes from states of ain soph aur.
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
November 17 2015 22:51 GMT
#13550
Sure, you can just wave it away. It's still very frustrating to most beginners to have to wave away what feels like 1/2 of the program as something they will be able to do down the line. It makes it tougher to follow examples, to read code, etc.

It's not a huge deal - but it is a point against Java for beginners. In my eye, the messy functions and types that Java has are more points against it than the messy basic function in Java.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
Itsmedudeman
Profile Blog Joined March 2011
United States19229 Posts
November 17 2015 22:53 GMT
#13551
If you're getting into programming on your own I highly doubt you'll have an extended use for C in the long run.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
November 17 2015 22:59 GMT
#13552
On November 18 2015 07:51 WarSame wrote:
Sure, you can just wave it away. It's still very frustrating to most beginners to have to wave away what feels like 1/2 of the program as something they will be able to do down the line. It makes it tougher to follow examples, to read code, etc.

It's not a huge deal - but it is a point against Java for beginners. In my eye, the messy functions and types that Java has are more points against it than the messy basic function in Java.


You should embrace this frustration early on so that when you have to deal with legacy code or even just read some code you wrote a year ago you're ready.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Cynry
Profile Blog Joined August 2010
810 Posts
Last Edited: 2015-11-17 23:02:21
November 17 2015 23:01 GMT
#13553
I started with C and I'm glad I did, but it was in a school with rules to follow.
Without that part forcing me to actually understand the depth of C and programming in general, I wouldn't have gained much more from C than any other languages, except I'd have to deal with "weird" stuff every now and then.
But again, I'm glad I did come to understand these "weird" stuff, so if you can enforce that curiosity on yourself, sure, why not C to start with
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
November 17 2015 23:21 GMT
#13554
On November 18 2015 07:53 Itsmedudeman wrote:
If you're getting into programming on your own I highly doubt you'll have an extended use for C in the long run.

Good point, but in my school if you wanted decent hands on experience you had to do it on your own outside of class. If you wanted to become a Software Engineer(my program) you almost 100% need C. You can switch to it decently easily after other languages, but you'll need it.

On November 18 2015 07:59 Blitzkrieg0 wrote:
Show nested quote +
On November 18 2015 07:51 WarSame wrote:
Sure, you can just wave it away. It's still very frustrating to most beginners to have to wave away what feels like 1/2 of the program as something they will be able to do down the line. It makes it tougher to follow examples, to read code, etc.

It's not a huge deal - but it is a point against Java for beginners. In my eye, the messy functions and types that Java has are more points against it than the messy basic function in Java.


You should embrace this frustration early on so that when you have to deal with legacy code or even just read some code you wrote a year ago you're ready.


There's already enough frustration in other languages to go around. Python's a simple language, but I've sat there for an hour trying to catch an error from negative indices, only to realize that Python treats them as index from the end of a list.

On November 18 2015 08:01 Cynry wrote:
I started with C and I'm glad I did, but it was in a school with rules to follow.
Without that part forcing me to actually understand the depth of C and programming in general, I wouldn't have gained much more from C than any other languages, except I'd have to deal with "weird" stuff every now and then.
But again, I'm glad I did come to understand these "weird" stuff, so if you can enforce that curiosity on yourself, sure, why not C to start with

Absolutely. C is great for the weird stuff. Most programmers want to get into it and do some stuff right away. Python's got great basic libraries for games, etc. so they can have a tangible example of their skill. C(and Java, etc.) don't have those nice libraries, but they're great at their own things. Every language has its own unique set of benefits and drawbacks. Python's just happen to coincide with being a great beginner language.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
Manit0u
Profile Blog Joined August 2004
Poland17433 Posts
November 18 2015 02:20 GMT
#13555
On November 18 2015 07:53 Itsmedudeman wrote:
If you're getting into programming on your own I highly doubt you'll have an extended use for C in the long run.


I care to disagree here. Most of the languages use C-like syntax, so getting yourself familiar with that will go a long way.

I wasn't really talking about mastering C or anything like that. Just giving it a spin for the most basic stuff (assignment operations, comparison, if/else conditionals, for and while loops). C is relatively simple in this regard but you're going to use it in like 90% of other languages. The difference between C and some newer languages is that C is much less forgiving, thus teaching you better practices from the get go. Also, understanding how strings are actually stored and how some of the commonly used functions that search/compare/do magic with them work is very beneficial. If anyone would go as far as learning some basics of how the memory is assigned and released (heap, stack and all that) it won't be a time wasted.
Time is precious. Waste it wisely.
phar
Profile Joined August 2011
United States1080 Posts
November 18 2015 02:27 GMT
#13556
On November 17 2015 18:12 Itsmedudeman wrote:
I meant something that could look like


if(count == 500) {
s++;
if(s > 59) {
m++;
s = 0;
if(m > 59) {
h++;
m = 0;
if(h > 12)
h = 0;
}
}
}

I could probably think of a better example where it just looks unreadable, but you get my point.


In that instance it sounds like you're trying to replicate some timer logic. The answer to that specific domain then is to use a proper library to handle clock state for you, instead of re-inventing the wheel.


Or, if say you're working in embedded C on a microcontroller (having personally written something roughly like that in embedded C before lol), maybe you don't have access to a proper clock library. But you can structure it more cleanly:

int const ticks_per_second = 500;
...
// I don't know how your system is, but might be that one or more of these
// are modified in a volatile context (interrupt, w/e). change as needed
volatile int counter;
volatile int seconds;
volatile int minutes;
volatile int hours;

...

if(counter % ticks_per_second == 0) {
increment_seconds();
}

...

increment_seconds() {
seconds = (seconds + 1) % 60;
if (!seconds) { // I'm lazy shoot me
increment_minutes();
}
}

...
so on and so forth




Now in a better situation you build up a proper time library, which doesn't even keep track of seconds, minutes, hours individually. Just calculate that shit on the fly when you need it:

int const ticks_per_second = 500;
...
// Now we store only counter, and derive everything else.
volatile int counter;

int getSeconds() {
return counter / ticks_per_second;
}

int getMinutes() {
...




Now I realize this doesn't answer your general case, but usually if you get wonky logic you may be able to abstract something out.
Who after all is today speaking about the destruction of the Armenians?
Manit0u
Profile Blog Joined August 2004
Poland17433 Posts
Last Edited: 2015-11-18 08:31:10
November 18 2015 08:30 GMT
#13557
On November 18 2015 11:27 phar wrote:
+ Show Spoiler +

On November 17 2015 18:12 Itsmedudeman wrote:
I meant something that could look like


if(count == 500) {
s++;
if(s > 59) {
m++;
s = 0;
if(m > 59) {
h++;
m = 0;
if(h > 12)
h = 0;
}
}
}

I could probably think of a better example where it just looks unreadable, but you get my point.


In that instance it sounds like you're trying to replicate some timer logic. The answer to that specific domain then is to use a proper library to handle clock state for you, instead of re-inventing the wheel.


Or, if say you're working in embedded C on a microcontroller (having personally written something roughly like that in embedded C before lol), maybe you don't have access to a proper clock library. But you can structure it more cleanly:

int const ticks_per_second = 500;
...
// I don't know how your system is, but might be that one or more of these
// are modified in a volatile context (interrupt, w/e). change as needed
volatile int counter;
volatile int seconds;
volatile int minutes;
volatile int hours;

...

if(counter % ticks_per_second == 0) {
increment_seconds();
}

...

increment_seconds() {
seconds = (seconds + 1) % 60;
if (!seconds) { // I'm lazy shoot me
increment_minutes();
}
}

...
so on and so forth




Now in a better situation you build up a proper time library, which doesn't even keep track of seconds, minutes, hours individually. Just calculate that shit on the fly when you need it:

int const ticks_per_second = 500;
...
// Now we store only counter, and derive everything else.
volatile int counter;

int getSeconds() {
return counter / ticks_per_second;
}

int getMinutes() {
...


Now I realize this doesn't answer your general case, but usually if you get wonky logic you may be able to abstract something out.


Nice. Just out of curiosity, was my answer to him any good? I'd like for someone obviously more knowledgeable in C than me to give a comment on this little monster I've created. I really need to work my C-foo back up a bit

http://www.teamliquid.net/forum/general/134491-the-big-programming-thread?page=677#13538
Time is precious. Waste it wisely.
Cynry
Profile Blog Joined August 2010
810 Posts
November 18 2015 12:33 GMT
#13558
I'm not that knowledgeable, but here are some comments :

Your counter create function takes 3 arguments and uses none.
The count variable is never increased in your main.

I would probably have called all 3 sub functions (test x, y and z) in the test all, instead of nesting them as you did. I think it's more ressource efficient ? Been a while though...
Faust852
Profile Joined February 2012
Luxembourg4004 Posts
Last Edited: 2015-11-18 13:36:42
November 18 2015 13:35 GMT
#13559
I gotta make a board game working in a network, like a chess game where each player can play on their own computer.
Any idea how to do it ? I have to use MVC pattern so it's kinda annoying,...

I was wondering, should I take a Client-Server type of approach, like the Server side is handling the Model-Controler type of things, and a second part, the Client, just handling the View and sending request to the Controler on the Server ?
And is the networking part be handled by the Model, or by the Controler ?

My first guess is something like :

Server Side
Model :
Board,
-initBoard(),
-Players,
-addPlayer(),
-currentBoardState,
-timeLeft(),
-turn,
-Point, ...
-possibleMove, ...
Controler :
-move(),
-isViableMove(),
-changeTurn(),
-changeTimeLeft(),
-...

Client Side
View :
-Jpannel
-ActionListeners
-controlerRequests
-Server connection
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
Last Edited: 2015-11-18 19:03:17
November 18 2015 19:03 GMT
#13560
On November 18 2015 08:21 WarSame wrote:
Good point, but in my school if you wanted decent hands on experience you had to do it on your own outside of class. If you wanted to become a Software Engineer(my program) you almost 100% need C. You can switch to it decently easily after other languages, but you'll need it.

I am a Software Engineer and I don't need C. I am (or was) decent at C++, but I haven't used that in quite a while either. C is quite different from C++, so I wouldn't even consider myself good at C. I need C#, and that's pretty much it. Lots of Cs in here.
If you have a good reason to disagree with the above, please tell me. Thank you.
Prev 1 676 677 678 679 680 1032 Next
Please log in or register to reply.
Live Events Refresh
IPSL
17:00
Ro16 Group D
ZZZero vs rasowy
Napoleon vs KameZerg
Liquipedia
PSISTORM Gaming Misc
15:55
FSL teamleague CNvsASH, ASHvRR
Freeedom33
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Railgan 184
IndyStarCraft 110
BRAT_OK 47
MindelVK 29
EmSc Tv 13
StarCraft: Brood War
Britney 25290
Calm 2532
Shuttle 775
Stork 341
firebathero 288
Dewaltoss 113
Barracks 68
Mong 61
Rock 43
Shine 18
Dota 2
Gorgc5830
qojqva1713
Dendi963
Counter-Strike
ScreaM1084
byalli378
Heroes of the Storm
Khaldor535
Liquid`Hasu237
Other Games
Beastyqt573
DeMusliM291
Hui .222
Fuzer 215
Lowko213
Trikslyr46
CadenZie18
Organizations
Dota 2
PGL Dota 2 - Main Stream8971
Other Games
EGCTV625
gamesdonequick359
StarCraft 2
angryscii 24
EmSc Tv 13
EmSc2Tv 13
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 22 non-featured ]
StarCraft 2
• HappyZerGling 71
• HeavenSC 61
• printf 5
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• Kozan
• IndyKCrew
StarCraft: Brood War
• Airneanach42
• HerbMon 6
• Michael_bg 3
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 2455
• WagamamaTV359
• Ler79
League of Legends
• Nemesis2825
Other Games
• imaqtpie1125
• Shiphtur313
Upcoming Events
OSC
45m
davetesta15
BSL 21
1h 45m
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
15h 45m
RSL Revival
15h 45m
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
17h 45m
Cure vs herO
Reynor vs TBD
WardiTV Korean Royale
17h 45m
BSL 21
1d 1h
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
1d 1h
Dewalt vs WolFix
eOnzErG vs Bonyth
Replay Cast
1d 4h
Wardi Open
1d 17h
[ Show More ]
Monday Night Weeklies
1d 22h
WardiTV Korean Royale
2 days
BSL: GosuLeague
3 days
The PondCast
3 days
Replay Cast
4 days
RSL Revival
4 days
BSL: GosuLeague
5 days
RSL Revival
5 days
WardiTV Korean Royale
5 days
RSL Revival
6 days
WardiTV Korean Royale
6 days
IPSL
6 days
Julia vs Artosis
JDConan vs DragOn
Liquipedia Results

Completed

Proleague 2025-11-14
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
RSL Revival: Season 3
META Madness #9
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 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.