• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 04:36
CET 10:36
KST 18:36
  • 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: Winners11Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation4Weekly 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
[TLMC] Fall/Winter 2025 Ladder Map Rotation Mech is the composition that needs teleportation t Weekly Cups (Nov 3-9): Clem Conquers in Canada Craziest Micro Moments Of All Time? SC: Evo Complete - Ranked Ladder OPEN ALPHA
Tourneys
Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $5,000+ WardiTV 2025 Championship Merivale 8 Open - LAN - Stellar Fest
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
Rapidtags: The Ultimate Tool for Hashtag and Keywo Terran 1:35 12 Gas Optimization FlaSh on: Biggest Problem With SnOw's Playstyle BW General Discussion BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET [ASL20] Grand Finals [Megathread] Daily Proleagues
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Path of Exile Dawn of War IV
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
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread The Games Industry And ATVI
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! 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: 1222 users

The Big Programming Thread - Page 49

Forum Index > General Forum
Post a Reply
Prev 1 47 48 49 50 51 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
Poland17428 Posts
Last Edited: 2011-04-14 16:42:34
April 14 2011 16:39 GMT
#961
For the poll in the OP I voted Allman, even though I'm using GNU (which is basically Allman but with 2 spaces instead of 4 for an indent).

On April 15 2011 01:34 catamorphist wrote:
I have to admit, I don't get folks who recommend newbies start off with Java, C++, or C#. There's no way that someone with no prior programming experience would be able to quickly understand all the boilerplate and abstraction going on here. In addition, it's hard to write Java or C# without a big elaborate IDE, and a newbie needs to become comfortable with a text editor first, or else he might never. Python seems reasonable. C also seems reasonable. HTML and Javascript, I think, is reasonable.


True. Although I'd go with C instead of scripting languages first.
You don't even need to get profficient in it, if you'll be able to grasp just the basic things in C it will be much easier to go over to something else.
Time is precious. Waste it wisely.
a7d9sdkk6k3kja9sd0d0
Profile Joined April 2011
9 Posts
April 14 2011 21:58 GMT
#962
Thanks for the responses guys, sorry to ask another but I was wondering if there was a good website to help me practice/learn coding. I am currently learning some from JavaBat.
DeCiBle
Profile Blog Joined December 2010
United States102 Posts
April 14 2011 22:32 GMT
#963
I'm sorry if anything similar has been brought up before, or w/e, but I don't have the 3 days it would take to browse the 49 pages of text.

Is anyone here experienced with C#, and specificall microsoft visual studio 2010, that would be willing to help me?

I can trade help for Zerg lessons, if you want. I have a project that's due in a few weeks and I don't even know where to start.

I'm currently taking a C++ class, so I felt confident enough to sign myself up as the project's lead programmer... and then realized I don't know how to work with Microsoft visual studio 2010.

Still, I have taken programming classes, and the concepts working behind the language are pretty easy for me to grasp; it's the syntax of the language and the organization that's killing me.

I'll be checking on the thread a little later, but if I miss your post, you can txt me in game @ DeCiBle.275

Any help would be appreciated
"You're a Scottish Noble Ribbon, and I am William fuckn Wallace" - ROOT.CatZ
Craton
Profile Blog Joined December 2009
United States17264 Posts
April 14 2011 22:32 GMT
#964
On April 15 2011 01:34 catamorphist wrote:
I have to admit, I don't get folks who recommend newbies start off with Java, C++, or C#. There's no way that someone with no prior programming experience would be able to quickly understand all the boilerplate and abstraction going on here. In addition, it's hard to write Java or C# without a big elaborate IDE, and a newbie needs to become comfortable with a text editor first, or else he might never. Python seems reasonable. C also seems reasonable. HTML and Javascript, I think, is reasonable.

It's easier to understand that *something* is done behind the scenes and here is how to use it. It's less to learn and more simplistic. As you get more familiar with coding, you can learn what is done behind the scenes and why.
twitch.tv/cratonz
tofucake
Profile Blog Joined October 2009
Hyrule19151 Posts
April 14 2011 22:34 GMT
#965
HTML is not a language and should not be taught as a first introduction to programming.
Liquipediaasante sana squash banana
catamorphist
Profile Joined May 2010
United States297 Posts
Last Edited: 2011-04-15 00:54:18
April 15 2011 00:50 GMT
#966
Well, I don't see why not. Most people start programming because they like making cool things, and the barrier to a newbie making a cool website in Javascript is a lot lower than the barrier to making a cool anything else in anything. The language is fairly simple and concise. The UI layer is easy to understand. Hell, he doesn't even have to download a compiler or an interpreter; it just works.

I'm sure that someone learning programming would want to "graduate" to a more manly language soon, but HTML and Javascript sounds like a fairly ideal environment for an absolute beginner.

It's easier to understand that *something* is done behind the scenes and here is how to use it. It's less to learn and more simplistic. As you get more familiar with coding, you can learn what is done behind the scenes and why.


I guess it probably depends on your temperament, but I'd worry about turning people off who weren't super-dedicated. I can't imagine that I would have ever learned to program as a kid if, before writing things I did understand, I had to memorize a lot of incantations that were doing "something" behind the scenes that I couldn't understand. That sounds like a huge barrier to me.
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
Straught
Profile Blog Joined October 2010
Mexico157 Posts
Last Edited: 2011-04-15 05:06:58
April 15 2011 05:04 GMT
#967
Hey guys, I need help with something related with TI BASIC.
I made a quadratic equation solver, and made it so it could display non real answers, the problem is, when the root of a number isn't exact it will display it as decimal. Is there any way to make the program so it displays the answers as simplified roots?

Here's my program
+ Show Spoiler +

:a+bi
: Prompt A,B,C
:B²-4AC→D
:Disp (-B+√(D))/(2A)→Frac
:Disp (-B-√(D))/(2A)→Frac
:DelVar A
:DelVar B
:DelVar C
:DelVar D


Take this quadratic equation as an example:
4x²+4x+4=0

For example, I would like the answers of this equation to be displayed as this:
(-1+i√3)/2
(-1-i√3)/2

instead i get
-1/2+.866025403...
-1/2-.866025403...

(the ... actually appear in the calculator)
All help appreciated... thanks!
wO-ZiGouNeT
Profile Joined January 2011
United Kingdom21 Posts
April 15 2011 10:05 GMT
#968
On April 15 2011 07:32 DeCiBle wrote:
I'm sorry if anything similar has been brought up before, or w/e, but I don't have the 3 days it would take to browse the 49 pages of text.

Is anyone here experienced with C#, and specificall microsoft visual studio 2010, that would be willing to help me?

I can trade help for Zerg lessons, if you want. I have a project that's due in a few weeks and I don't even know where to start.

I'm currently taking a C++ class, so I felt confident enough to sign myself up as the project's lead programmer... and then realized I don't know how to work with Microsoft visual studio 2010.

Still, I have taken programming classes, and the concepts working behind the language are pretty easy for me to grasp; it's the syntax of the language and the organization that's killing me.

I'll be checking on the thread a little later, but if I miss your post, you can txt me in game @ DeCiBle.275

Any help would be appreciated


I can help out a little if you want, I work as a .net 4 dev. What are the problems you are having?
Wala.Revolution
Profile Blog Joined November 2006
7584 Posts
Last Edited: 2011-04-15 12:54:16
April 15 2011 10:47 GMT
#969
Classic programming. I'm an idiot for doing %n instead of %d. That took an hour to realize in this short simple program.

Beating myself right now.
Stuck.
EscPlan9
Profile Blog Joined December 2006
United States2777 Posts
Last Edited: 2011-04-15 12:28:34
April 15 2011 12:26 GMT
#970
On April 15 2011 09:50 catamorphist wrote:
Well, I don't see why not. Most people start programming because they like making cool things, and the barrier to a newbie making a cool website in Javascript is a lot lower than the barrier to making a cool anything else in anything. The language is fairly simple and concise. The UI layer is easy to understand. Hell, he doesn't even have to download a compiler or an interpreter; it just works.

I'm sure that someone learning programming would want to "graduate" to a more manly language soon, but HTML and Javascript sounds like a fairly ideal environment for an absolute beginner.

Show nested quote +
It's easier to understand that *something* is done behind the scenes and here is how to use it. It's less to learn and more simplistic. As you get more familiar with coding, you can learn what is done behind the scenes and why.


I guess it probably depends on your temperament, but I'd worry about turning people off who weren't super-dedicated. I can't imagine that I would have ever learned to program as a kid if, before writing things I did understand, I had to memorize a lot of incantations that were doing "something" behind the scenes that I couldn't understand. That sounds like a huge barrier to me.


Good point about newcomers not being able to make interesting things from the start with Java, C++, etc. I was just thinking the programming track that is offered at my college, which starts everyone in IT with Java. I first realized I enjoyed programming after taking a mandatory course in Java programming at my college. The thing I most enjoyed about programming wasn't seeing "cool things be made", but rather the constant problem solving that brought about a finished "product" (to start with was stuff like calculating the BMI from user input). It was a challenge, and I was good at it and liked it. (These also are why I still like programming to this day.)

HTML is very simple to learn and can produce interesting results very quickly. I think that's a fair place to start. I previously already had experience with HTML before taking programming classes. Although the skills there won't be directly transferable to other languages, it does help you with some logic and designing. It'll help with giving you a proper mindset for tackling programming later on.

Undefeated TL Tecmo Super Bowl League Champion
wO-ZiGouNeT
Profile Joined January 2011
United Kingdom21 Posts
April 15 2011 13:57 GMT
#971
On April 15 2011 19:47 Wala.Revolution wrote:
Classic programming. I'm an idiot for doing %n instead of %d. That took an hour to realize in this short simple program.

Beating myself right now.


Don't worry, the shittiest bugs are always those that need the most time to figure out : )
tofucake
Profile Blog Joined October 2009
Hyrule19151 Posts
April 15 2011 14:08 GMT
#972
On April 15 2011 21:26 EscPlan9 wrote:
Show nested quote +
On April 15 2011 09:50 catamorphist wrote:
Well, I don't see why not. Most people start programming because they like making cool things, and the barrier to a newbie making a cool website in Javascript is a lot lower than the barrier to making a cool anything else in anything. The language is fairly simple and concise. The UI layer is easy to understand. Hell, he doesn't even have to download a compiler or an interpreter; it just works.

I'm sure that someone learning programming would want to "graduate" to a more manly language soon, but HTML and Javascript sounds like a fairly ideal environment for an absolute beginner.

It's easier to understand that *something* is done behind the scenes and here is how to use it. It's less to learn and more simplistic. As you get more familiar with coding, you can learn what is done behind the scenes and why.


I guess it probably depends on your temperament, but I'd worry about turning people off who weren't super-dedicated. I can't imagine that I would have ever learned to program as a kid if, before writing things I did understand, I had to memorize a lot of incantations that were doing "something" behind the scenes that I couldn't understand. That sounds like a huge barrier to me.


Good point about newcomers not being able to make interesting things from the start with Java, C++, etc. I was just thinking the programming track that is offered at my college, which starts everyone in IT with Java. I first realized I enjoyed programming after taking a mandatory course in Java programming at my college. The thing I most enjoyed about programming wasn't seeing "cool things be made", but rather the constant problem solving that brought about a finished "product" (to start with was stuff like calculating the BMI from user input). It was a challenge, and I was good at it and liked it. (These also are why I still like programming to this day.)

HTML is very simple to learn and can produce interesting results very quickly. I think that's a fair place to start. I previously already had experience with HTML before taking programming classes. Although the skills there won't be directly transferable to other languages, it does help you with some logic and designing. It'll help with giving you a proper mindset for tackling programming later on.

It's not simple to learn. With a proper language you have a compiler that tells you if you make a mistake. Warnings let you know that while what you're doing works, it's not necessarily correct.

With HTML, you don't have that. Additionally, proper HTML requires you to write for everything, whereas with a proper language you decide "I'm going to write this for Windows 7." With HTML, you write for every operating system and every rendering engine. It's sort of ridiculous to tell someone to start with HTML. Especially since it's not a programming language. Also, it's only output. You need an additional language to actually do anything. In fact, I recommend starting programmers avoiding web development for as long as possible.
Liquipediaasante sana squash banana
Mahs
Profile Blog Joined July 2010
Netherlands171 Posts
Last Edited: 2011-04-23 09:54:27
April 15 2011 15:43 GMT
#973
Fixed, thanks!
I'll be in my bunk.
catamorphist
Profile Joined May 2010
United States297 Posts
Last Edited: 2011-04-15 16:32:42
April 15 2011 16:31 GMT
#974
On April 15 2011 23:08 tofucake wrote:
Show nested quote +
On April 15 2011 21:26 EscPlan9 wrote:
On April 15 2011 09:50 catamorphist wrote:
Well, I don't see why not. Most people start programming because they like making cool things, and the barrier to a newbie making a cool website in Javascript is a lot lower than the barrier to making a cool anything else in anything. The language is fairly simple and concise. The UI layer is easy to understand. Hell, he doesn't even have to download a compiler or an interpreter; it just works.

I'm sure that someone learning programming would want to "graduate" to a more manly language soon, but HTML and Javascript sounds like a fairly ideal environment for an absolute beginner.

It's easier to understand that *something* is done behind the scenes and here is how to use it. It's less to learn and more simplistic. As you get more familiar with coding, you can learn what is done behind the scenes and why.


I guess it probably depends on your temperament, but I'd worry about turning people off who weren't super-dedicated. I can't imagine that I would have ever learned to program as a kid if, before writing things I did understand, I had to memorize a lot of incantations that were doing "something" behind the scenes that I couldn't understand. That sounds like a huge barrier to me.


Good point about newcomers not being able to make interesting things from the start with Java, C++, etc. I was just thinking the programming track that is offered at my college, which starts everyone in IT with Java. I first realized I enjoyed programming after taking a mandatory course in Java programming at my college. The thing I most enjoyed about programming wasn't seeing "cool things be made", but rather the constant problem solving that brought about a finished "product" (to start with was stuff like calculating the BMI from user input). It was a challenge, and I was good at it and liked it. (These also are why I still like programming to this day.)

HTML is very simple to learn and can produce interesting results very quickly. I think that's a fair place to start. I previously already had experience with HTML before taking programming classes. Although the skills there won't be directly transferable to other languages, it does help you with some logic and designing. It'll help with giving you a proper mindset for tackling programming later on.

It's not simple to learn. With a proper language you have a compiler that tells you if you make a mistake. Warnings let you know that while what you're doing works, it's not necessarily correct.

With HTML, you don't have that. Additionally, proper HTML requires you to write for everything, whereas with a proper language you decide "I'm going to write this for Windows 7." With HTML, you write for every operating system and every rendering engine. It's sort of ridiculous to tell someone to start with HTML. Especially since it's not a programming language. Also, it's only output. You need an additional language to actually do anything. In fact, I recommend starting programmers avoiding web development for as long as possible.


Javascript is a (relatively speaking) fine programming language. That's the programming language. HTML is the UI markup for it.

The lack of strictness, however, is a good point. It's true that there are lots of tools to validate HTML and do static analysis on Javascript, so the strictness is there for experienced programmers, but for a newbie, they aren't going to use these tools. It's probably worse to get a newbie acclimated to programming in an environment where they don't always have to be precise.
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
Qzy
Profile Blog Joined July 2010
Denmark1121 Posts
April 15 2011 21:42 GMT
#975
What's the difference between Upper confidence tree and Monte-carlo tree search? Other than the UCB1-selection algorithm. Why do they refer to it as the "upper confidence tree", and not just "MCTS with another in-tree selection method"?

It makes no sense. Please help =).
TG Sambo... Intel classic! Life of lively to live to life of full life thx to shield battery
Augury
Profile Blog Joined September 2008
United States758 Posts
April 15 2011 21:49 GMT
#976
Not sure if it belongs in this thread, but it seemed like the best place to post this question... Decided to ask here, because I'm not really involved in a Ruby/Rails community.

I've been developing with RoR for a while and I've finally decided to switch from Ubuntu to OS X. I was looking into getting a laptop, but I'm having a hard time figuring out which one to get. I use a Windows desktop for gaming, and I have a 30 inch monitor I would hook the laptop up to for any kind of serious development.

I was thinking of getting a 13 inch screen, because I wanted to focus on portability while still being able to do some work when the laptop isn't hooked up to my monitor. From there I wasn't sure what kind of power I was going to need/wanted.

I immediately thought that the Macbook seemed like the best option due to price and the fact that Ruby isn't all that demanding, at least from what I've noticed. Although the SSD that's available for the Air and Macbook Pro attracted me.

I guess my main question is whether or not the SSD would be worth the $400 increase, and if I was going to make that step... Would I notice the performance boost from the Pro, or should I just grab an Air for greater portability.

Thanks for any help.
EvanED
Profile Joined October 2009
United States111 Posts
Last Edited: 2011-04-16 03:43:44
April 16 2011 03:42 GMT
#977
On April 15 2011 23:08 tofucake wrote:It's not simple to learn. With a proper language you have a compiler that tells you if you make a mistake. Warnings let you know that while what you're doing works, it's not necessarily correct.

With HTML, you don't have that.

Consider your browser as the compiler and http://validator.w3.org/ as using -Wall -Wextra.

Additionally, proper HTML requires you to write for everything, whereas with a proper language you decide "I'm going to write this for Windows 7." With HTML, you write for every operating system and every rendering engine.

Um, only if you want to, on both counts. What about us folks who say (re. a "proper language") "let's make this cross platform"? And why can't you decide "let's only target Firefox"? It's not like newbie programmers are going to be writing production-ready programs.

It's sort of ridiculous to tell someone to start with HTML. Especially since it's not a programming language. Also, it's only output. You need an additional language to actually do anything.

Now this is true... if you want to do programming, HTML alone isn't a place to start. HTML + Javascript however would be somewhat reasonable.

I'd recommend something else before that, probably Python, but it wouldn't be unreasonable to start with Javascript by any means. I definitely fall into the top-down camp for almost everyone and think starting with C is a mistake (only a little bit because I think using C is almost always a mistake, but that's a whole other ball of worms).
haduken
Profile Blog Joined April 2003
Australia8267 Posts
April 16 2011 04:49 GMT
#978
On April 16 2011 06:49 Augury wrote:
Not sure if it belongs in this thread, but it seemed like the best place to post this question... Decided to ask here, because I'm not really involved in a Ruby/Rails community.

I've been developing with RoR for a while and I've finally decided to switch from Ubuntu to OS X. I was looking into getting a laptop, but I'm having a hard time figuring out which one to get. I use a Windows desktop for gaming, and I have a 30 inch monitor I would hook the laptop up to for any kind of serious development.

I was thinking of getting a 13 inch screen, because I wanted to focus on portability while still being able to do some work when the laptop isn't hooked up to my monitor. From there I wasn't sure what kind of power I was going to need/wanted.

I immediately thought that the Macbook seemed like the best option due to price and the fact that Ruby isn't all that demanding, at least from what I've noticed. Although the SSD that's available for the Air and Macbook Pro attracted me.

I guess my main question is whether or not the SSD would be worth the $400 increase, and if I was going to make that step... Would I notice the performance boost from the Pro, or should I just grab an Air for greater portability.

Thanks for any help.


Why would you care? buy a SSD and fit it in yourself, won't cost you $400 dollars.
Rillanon.au
Craton
Profile Blog Joined December 2009
United States17264 Posts
April 16 2011 04:51 GMT
#979
Don't think you can do that with Mac hardware.

And this is the programming thread, not the computer build thread.
twitch.tv/cratonz
justdweezil
Profile Joined July 2009
United States186 Posts
April 17 2011 12:01 GMT
#980
On April 16 2011 06:42 Qzy wrote:
What's the difference between Upper confidence tree and Monte-carlo tree search? Other than the UCB1-selection algorithm. Why do they refer to it as the "upper confidence tree", and not just "MCTS with another in-tree selection method"?

It makes no sense. Please help =).


Now here's a good question. Anyone?
Prev 1 47 48 49 50 51 1032 Next
Please log in or register to reply.
Live Events Refresh
Replay Cast
09:00
WardiTV Mondays #59
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 286
StarCraft: Brood War
Britney 49000
Rain 2987
Hyuk 2893
Soma 360
Backho 327
Rush 213
Pusan 117
JulyZerg 53
sSak 31
zelot 14
[ Show more ]
NaDa 12
Noble 11
ZerO 10
Hm[arnc] 8
Terrorterran 7
Dota 2
XaKoH 419
XcaliburYe139
Counter-Strike
fl0m1798
olofmeister680
shoxiejesuss411
oskar63
Super Smash Bros
Mew2King237
Other Games
ceh9502
Happy244
Pyrionflax116
ZerO(Twitch)4
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH257
• LUISG 21
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1347
• Stunt515
Upcoming Events
OSC
1h 54m
Kung Fu Cup
2h 24m
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
13h 24m
The PondCast
1d
RSL Revival
1d
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
1d 2h
WardiTV Korean Royale
1d 2h
PiGosaur Monday
1d 15h
RSL Revival
2 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
2 days
[ Show More ]
CranKy Ducklings
3 days
RSL Revival
3 days
herO vs Gerald
ByuN vs SHIN
Kung Fu Cup
3 days
IPSL
3 days
ZZZero vs rasowy
Napoleon vs KameZerg
BSL 21
3 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
4 days
RSL Revival
4 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
4 days
WardiTV Korean Royale
4 days
BSL 21
4 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
4 days
Dewalt vs WolFix
eOnzErG vs Bonyth
Wardi Open
5 days
Monday Night Weeklies
5 days
WardiTV Korean Royale
6 days
Liquipedia Results

Completed

Proleague 2025-11-07
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
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
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
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.