• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:40
CEST 09:40
KST 16:40
  • 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] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915Serral wins Maestros of the Game 244ByuL, and the Limitations of Standard Play3Team Liquid Map Contest #22: Results and Winners7
Community News
Weekly Cups (August 10-16): SHIN doubles2GSTL Returns in 2026!45Weekly Cups (Aug 3-9): Protoss get shut out7RSL goes to London! 2026 Offline Finals Nov 21-2212Weekly Cups (July 27-Aug 2): SHIN's big week0
StarCraft 2
General
Geoff 'iNcontroL' Robinson has passed away SC4ALL II: SC2 Player Announcement 6/8 - Maru GSTL Returns in 2026! Balance hotfix patch 5.0.16b (July 16) Serral wins Maestros of the Game 2
Tourneys
PIG STY FESTIVAL 8.0! (13 - 23 August) WORTEX 2026 - Hungarian SC2 Finals Budapest Sparkling Tuna Cup - Weekly Open Tournament SC2 AI Tournament 2026 Fall 2026 GSTL Announcement
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
The PondCast: SC2 News & Results Mutation # 539 Thunder Dome Mutation # 538 Media Blackout Mutation # 537 Hostile Territory
Brood War
General
Replay Review Process - What do you do? Pros React To: First 'Fastest' Map in ASL History BW General Discussion [Personal Project Share] Terran Defense v0.60 ASL22 General Discussion
Tourneys
[ASL22] Ro24 Group C Small VOD Thread 2.0 Toronto invitational lan 22 august [ASL22] Ro24 Group A
Strategy
Odyssey Mineral Stack Saturation Fighting Spirit mining rates Any training maps people recommend? Simple Questions, Simple Answers
Other Games
General Games
Nintendo Switch Thread General RTS Discussion Thread Anyone here play Quakeworld back in the day? Stormgate/Frost Giant Megathread EVE Corporation
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank TL Mafia Community Thread NeO.D_StephenKing vs This Guy From 1 Million Dance
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Canadian Politics Mega-thread Dating: How's your luck? Artificial Intelligence Thread
Fan Clubs
The Creator Fan Club MarineLorD Fan Club The ShoWTimE Fan Club
Media & Entertainment
Movie Discussion! Anime Discussion Thread
Sports
Football (Soccer) Thread MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Simple Questions Simple Answers FPS when play League Of Legend on laptop
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Young Players Exit Esports E…
TrAiDoS
LOCKPICKING NOOB
LUCKY_NOOB
Cathedral Of CS And NY pizza a…
FuDDx
Please support my new stand…
Peanutsc
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5863 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
Poland17831 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 States17303 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
Hyrule19240 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
Hyrule19240 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 States17303 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
Next event in 2h 21m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
BRAT_OK 23
MindelVK 10
StarCraft: Brood War
Shuttle 3812
actioN 405
Mind 53
Bale 38
Noble 17
ZergMaN 13
Sharp 1
Dota 2
The International146239
Gorgc7951
singsing2300
League of Legends
JimRising 644
Super Smash Bros
Mew2King55
Other Games
summit1g8806
WinterStarcraft423
Happy239
Sick144
Organizations
Other Games
gamesdonequick502
[ Show 11 non-featured ]
StarCraft 2
• Berry_CruncH438
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Noizen52
League of Legends
• Lourlo1229
Upcoming Events
Sparkling Tuna Cup
2h 21m
PiG Sty Festival
4h 21m
Solar vs Reynor
Serral vs Maru
OSC
8h 21m
Afreeca Starleague
1d 2h
hero vs ggaemo
Larva vs Mong
The Patches Monday
1d 8h
Afreeca Starleague
2 days
Soulkey vs PianO
JyJ vs sSak
GSL
2 days
PiGosaur Cup
2 days
Replay Cast
2 days
Afreeca Starleague
3 days
Mini vs Calm
Queen vs EffOrt
[ Show More ]
Replay Cast
3 days
The PondCast
4 days
IntoTheTV X SOOP
5 days
GSL
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Escore Tournament S3: W8
CranK Gathers Season 4: BW vs SC2 Team League
Eternal Conflict S2 Finale

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL Season 22: Qualifier 1
RSL Revival: Season 6
PiG Sty Festival 8.0
META DYMY #4
Esports World Cup 2026
Esports World Cup 2026: LCQ
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026

Upcoming

CSL Season 22: Qualifier 2
CSL 2026 AUTUMN (S22)
Acropolis #5
Acropolis #5 - TRS
Blizzard Classic Cup 2026
Acropolis #5 - GSA
Acropolis #5 - GSB
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
Calamity Invitational
Big Dog Cup 2026 Div 1
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
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
FISSURE Playground #3
BLAST Open 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.