• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 11:13
CEST 17:13
KST 00:13
  • 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
Maestros of the Game: Week 1/Play-in Preview9[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy9
Community News
Weekly Cups (August 25-31): Clem's Last Straw?16Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris46Weekly Cups (Aug 11-17): MaxPax triples again!15Weekly Cups (Aug 4-10): MaxPax wins a triple6
StarCraft 2
General
Weekly Cups (August 25-31): Clem's Last Straw? #1: Maru - Greatest Players of All Time Maestros of the Game: Week 1/Play-in Preview Weekly Cups (Aug 11-17): MaxPax triples again! 2024/25 Off-Season Roster Moves
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament Maestros of The Game—$20k event w/ live finals in Paris Monday Nights Weeklies LiuLi Cup - September 2025 Tournaments 🏆 GTL Season 2 – StarCraft II Team League
Strategy
Custom Maps
External Content
Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies
Brood War
General
ASL20 General Discussion Starcraft at lower levels TvP No Rain in ASL20? Victoria gamers BGH Auto Balance -> http://bghmmr.eu/
Tourneys
Is there English video for group selection for ASL [ASL20] Ro24 Group F [IPSL] CSLAN Review and CSLPRO Reimagined! Small VOD Thread 2.0
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Mechabellum Nintendo Switch Thread Teeworlds - online game General RTS Discussion Thread
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
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Canadian Politics Mega-thread YouTube Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s) Gtx660 graphics card replacement
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
How Culture and Conflict Imp…
TrAiDoS
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 834 users

The Big Programming Thread - Page 173

Forum Index > General Forum
Post a Reply
Prev 1 171 172 173 174 175 1031 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.
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
October 07 2012 13:39 GMT
#3441
thats ok, next time use the [code] tag
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
lannisport
Profile Joined February 2012
878 Posts
October 07 2012 18:55 GMT
#3442
On October 07 2012 10:33 nebffa wrote:
Hi guys I am looking for excellent online C only guides (not C++). I have learned Python over the last few months and have done the first 85 project euler problems to learn along the way.

I can't find any guides that are correct, that also have exercises for me to do. I was hoping "Learn C the Hard Way" would be good as I initially learnt Python from "Learn Python the Hard Way" but as it is in an alpha version some of its content is not fully correct.

Plleeeease please please please suggest a good online guide if you know one I will love love love you.


I'm actually on the reverse path as you. I was going to start C then move to Python but ended up going with Python first instead. I couldn't find any good online texts like I did with Python i.e. Dive into Python, Think like a Computer Scientist, Learn Python the Hard Way but there is a pretty good lecture series by UNSW. I recommend checking it out, plus it's in your language.


https://wiki.cse.unsw.edu.au/info/COMP1917
NeMeSiS3
Profile Blog Joined February 2012
Canada2972 Posts
Last Edited: 2012-10-07 19:11:27
October 07 2012 19:11 GMT
#3443
Hey guys I wanted to thank you for helping me on my assignment, I didn't end up following really anything that was put but here's the program I got out.

import java.util.Scanner;


public class Alternating
{
public static void main(String args[])

{ Scanner var = new Scanner(System.in);
int num1, num2, num3, num4;

System.out.println("Please enter first variable:");
num1 = var.nextInt();
System.out.println("Please enter second variable");
num2 = var.nextInt();
System.out.println("Please enter third variable");
num3 = var.nextInt();
System.out.println("Please enter fourth variable");
num4 = var.nextInt();

if(num1 < num2 && num2 > num3 && num3 < num4)
System.out.println("Alternating");
else
System.out.println("Not Alternating");
}
}


It works smoothly enough, now I have to do some other thing that I barely understand. These questions are worded so poorly T.T I might be posting again for more advice but before I do I just wanted to ask if this is ok? At first I was feeling like this would be "homework help" (which it is) but I'm not asking for you to do it, just guide me along a bit (as you can see I just kinda made my own program not following the advice hahahaha).

Anywho thanks again.
FoTG fighting!
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
Last Edited: 2012-10-07 20:01:28
October 07 2012 20:00 GMT
#3444
On October 08 2012 04:11 NeMeSiS3 wrote:
Hey guys I wanted to thank you for helping me on my assignment, I didn't end up following really anything that was put but here's the program I got out.

Show nested quote +
import java.util.Scanner;


public class Alternating
{
public static void main(String args[])

{ Scanner var = new Scanner(System.in);
int num1, num2, num3, num4;

System.out.println("Please enter first variable:");
num1 = var.nextInt();
System.out.println("Please enter second variable");
num2 = var.nextInt();
System.out.println("Please enter third variable");
num3 = var.nextInt();
System.out.println("Please enter fourth variable");
num4 = var.nextInt();

if(num1 < num2 && num2 > num3 && num3 < num4)
System.out.println("Alternating");
else
System.out.println("Not Alternating");
}
}


It works smoothly enough, now I have to do some other thing that I barely understand. These questions are worded so poorly T.T I might be posting again for more advice but before I do I just wanted to ask if this is ok? At first I was feeling like this would be "homework help" (which it is) but I'm not asking for you to do it, just guide me along a bit (as you can see I just kinda made my own program not following the advice hahahaha).

Anywho thanks again.


Your program only works for the case where num1 is the smaller number of the first 2, if the order is different but still alternating, it fails.
Testcase: 9 1 8 2
NeMeSiS3
Profile Blog Joined February 2012
Canada2972 Posts
Last Edited: 2012-10-07 20:05:58
October 07 2012 20:03 GMT
#3445
On October 08 2012 05:00 Morfildur wrote:
Show nested quote +
On October 08 2012 04:11 NeMeSiS3 wrote:
Hey guys I wanted to thank you for helping me on my assignment, I didn't end up following really anything that was put but here's the program I got out.

import java.util.Scanner;


public class Alternating
{
public static void main(String args[])

{ Scanner var = new Scanner(System.in);
int num1, num2, num3, num4;

System.out.println("Please enter first variable:");
num1 = var.nextInt();
System.out.println("Please enter second variable");
num2 = var.nextInt();
System.out.println("Please enter third variable");
num3 = var.nextInt();
System.out.println("Please enter fourth variable");
num4 = var.nextInt();

if(num1 < num2 && num2 > num3 && num3 < num4)
System.out.println("Alternating");
else
System.out.println("Not Alternating");
}
}


It works smoothly enough, now I have to do some other thing that I barely understand. These questions are worded so poorly T.T I might be posting again for more advice but before I do I just wanted to ask if this is ok? At first I was feeling like this would be "homework help" (which it is) but I'm not asking for you to do it, just guide me along a bit (as you can see I just kinda made my own program not following the advice hahahaha).

Anywho thanks again.


Your program only works for the case where num1 is the smaller number of the first 2, if the order is different but still alternating, it fails.
Testcase: 9 1 8 2


Ahh you're right so I have to make it so it accounts for the reverse thank you for noticing that.

I just changed the line
if(num1 < num2 && num2 > num3 && num3 < num4 || num1 > num2 && num2 < num3 && num3 > num4)

This accounted for that error.

Again thank you for picking that up, how silly of me. I was thinking about that when I started but it slipped my mind half way through.
FoTG fighting!
3FFA
Profile Blog Joined February 2010
United States3931 Posts
Last Edited: 2012-10-07 20:50:05
October 07 2012 20:45 GMT
#3446
Apparently XCode can't print at my school, yet other applications like Word can so I have to copy+paste code into a Word Document to print it at school. Is this at all normal?

Also, my teacher has been looking for an online book of Programming in C (4.0, not 3.0).

edit: And my teacher just recently realized the reason computers weren't printing was because of XCode. We also can't correctly perform scanf statements yet either so we are basically stalled every couple weeks on one subject until the next subject is fixed T.T

To make matters worse, since the people that actually help with computers throughout the school are being overworked during the beginning of the school year and then under-worked towards the end there are only 2.
"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
lannisport
Profile Joined February 2012
878 Posts
October 08 2012 01:18 GMT
#3447
Quick question. What sort of environment do you guys use when you program with Python on Windows or otherwise? I was thinking of getting Cygwin, is that recommended?
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2012-10-08 06:50:16
October 08 2012 06:42 GMT
#3448
On October 08 2012 10:18 lannisport wrote:
Quick question. What sort of environment do you guys use when you program with Python on Windows or otherwise? I was thinking of getting Cygwin, is that recommended?


You don't need any environments for Python unless you're going to be managing a huge library. Just write some text, save the file and double click it to run.

In any case, I recently moved to Sublime Text 2 and it absolutely crushes all the other IDEs and text editors I've used. Notepad++ loads a bit faster, but Sublime Text 2 is a lot better feature wise, and it doesn't feel clunky like an IDE does.
There is no one like you in the universe.
nebffa
Profile Blog Joined February 2009
Australia776 Posts
October 08 2012 13:39 GMT
#3449
On October 08 2012 03:55 lannisport wrote:+ Show Spoiler +

On October 07 2012 10:33 nebffa wrote:
Hi guys I am looking for excellent online C only guides (not C++). I have learned Python over the last few months and have done the first 85 project euler problems to learn along the way.

I can't find any guides that are correct, that also have exercises for me to do. I was hoping "Learn C the Hard Way" would be good as I initially learnt Python from "Learn Python the Hard Way" but as it is in an alpha version some of its content is not fully correct.

Plleeeease please please please suggest a good online guide if you know one I will love love love you.


I'm actually on the reverse path as you. I was going to start C then move to Python but ended up going with Python first instead. I couldn't find any good online texts like I did with Python i.e. Dive into Python, Think like a Computer Scientist, Learn Python the Hard Way but there is a pretty good lecture series by UNSW. I recommend checking it out, plus it's in your language.

http://www.youtube.com/watch?v=hE7l6Adoiiw&feature=edu&list=PL6B940F08B9773B9F
https://wiki.cse.unsw.edu.au/info/COMP1917


It seems like you actually went on the same path as me? Learning Python first? Am I misreading something?

Aside from that... so so so so sick. Thankyou so much for posting this I can tell this is going to properly explain many things including pointers and malloc. I mentioned in my post that whoever posted something very useful I would love love love them. Did I mention I love love love you now? THANKS!!!
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
October 08 2012 13:48 GMT
#3450
On October 08 2012 15:42 Blisse wrote:
Show nested quote +
On October 08 2012 10:18 lannisport wrote:
Quick question. What sort of environment do you guys use when you program with Python on Windows or otherwise? I was thinking of getting Cygwin, is that recommended?


You don't need any environments for Python unless you're going to be managing a huge library. Just write some text, save the file and double click it to run.

In any case, I recently moved to Sublime Text 2 and it absolutely crushes all the other IDEs and text editors I've used. Notepad++ loads a bit faster, but Sublime Text 2 is a lot better feature wise, and it doesn't feel clunky like an IDE does.

This, I started to use Sublime Text 2 recently as well and it's definitely the best text editor I've tried on windows. Obviously, it doesn't hold a candle to proper IDEs like Visual Studio, but I use it for absolutely everything which I don't handle in VS. As you said, notepad++ loads faster, but Sublime Text 2 looks way better and has some pretty sick functionality.

The only real text editor I can compare it to is textmate on OS X, which is high praise indeed.
3FFA
Profile Blog Joined February 2010
United States3931 Posts
October 09 2012 00:45 GMT
#3451
On October 08 2012 05:45 3FFA wrote:
Apparently XCode can't print at my school, yet other applications like Word can so I have to copy+paste code into a Word Document to print it at school. Is this at all normal?

Also, my teacher has been looking for an online book of Programming in C (4.0, not 3.0).

edit: And my teacher just recently realized the reason computers weren't printing was because of XCode. We also can't correctly perform scanf statements yet either so we are basically stalled every couple weeks on one subject until the next subject is fixed T.T

To make matters worse, since the people that actually help with computers throughout the school are being overworked during the beginning of the school year and then under-worked towards the end there are only 2.


My questions....they feel lonely... they have yet to find an answer. They are still... single.... forever alone.... =_[
"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2012-10-09 01:09:02
October 09 2012 01:00 GMT
#3452
On October 09 2012 09:45 3FFA wrote:
Show nested quote +
On October 08 2012 05:45 3FFA wrote:
Apparently XCode can't print at my school, yet other applications like Word can so I have to copy+paste code into a Word Document to print it at school. Is this at all normal?

Also, my teacher has been looking for an online book of Programming in C (4.0, not 3.0).

edit: And my teacher just recently realized the reason computers weren't printing was because of XCode. We also can't correctly perform scanf statements yet either so we are basically stalled every couple weeks on one subject until the next subject is fixed T.T

To make matters worse, since the people that actually help with computers throughout the school are being overworked during the beginning of the school year and then under-worked towards the end there are only 2.


My questions....they feel lonely... they have yet to find an answer. They are still... single.... forever alone.... =_[


It's been one day yo. And anyone who doesn't use a Mac can't comment. And everyone who hasn't had printing issues with XCode can't comment. Judging by a Google on that, no one has had any but you.

Also, if you are writing standard C programs, regardless of the text editor, scanf should work, otherwise your teacher is doing something wrong. Try to compile and run the C file via the Terminal please. You can write a C file in any text editor
There is no one like you in the universe.
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
October 09 2012 01:17 GMT
#3453
On October 09 2012 09:45 3FFA wrote:
Show nested quote +
On October 08 2012 05:45 3FFA wrote:
Apparently XCode can't print at my school, yet other applications like Word can so I have to copy+paste code into a Word Document to print it at school. Is this at all normal?

Also, my teacher has been looking for an online book of Programming in C (4.0, not 3.0).

edit: And my teacher just recently realized the reason computers weren't printing was because of XCode. We also can't correctly perform scanf statements yet either so we are basically stalled every couple weeks on one subject until the next subject is fixed T.T

To make matters worse, since the people that actually help with computers throughout the school are being overworked during the beginning of the school year and then under-worked towards the end there are only 2.


My questions....they feel lonely... they have yet to find an answer. They are still... single.... forever alone.... =_[


Xcode is a piece of crap anyway.

Just use textmate and iterm. If you have Xcode installed, you can just compile with gcc.

If you are just doing trivial stuff, you can use TryC. (google TryC for Mac)
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
3FFA
Profile Blog Joined February 2010
United States3931 Posts
October 09 2012 02:36 GMT
#3454
On October 09 2012 10:00 Blisse wrote:
Show nested quote +
On October 09 2012 09:45 3FFA wrote:
On October 08 2012 05:45 3FFA wrote:
Apparently XCode can't print at my school, yet other applications like Word can so I have to copy+paste code into a Word Document to print it at school. Is this at all normal?

Also, my teacher has been looking for an online book of Programming in C (4.0, not 3.0).

edit: And my teacher just recently realized the reason computers weren't printing was because of XCode. We also can't correctly perform scanf statements yet either so we are basically stalled every couple weeks on one subject until the next subject is fixed T.T

To make matters worse, since the people that actually help with computers throughout the school are being overworked during the beginning of the school year and then under-worked towards the end there are only 2.


My questions....they feel lonely... they have yet to find an answer. They are still... single.... forever alone.... =_[


It's been one day yo. And anyone who doesn't use a Mac can't comment. And everyone who hasn't had printing issues with XCode can't comment. Judging by a Google on that, no one has had any but you.

Also, if you are writing standard C programs, regardless of the text editor, scanf should work, otherwise your teacher is doing something wrong. Try to compile and run the C file via the Terminal please. You can write a C file in any text editor

Apparently the is we can't do certain things like scanf without an administrative user and pass and so they would have to make us admins, but if they do that, then trololol is totally going to occur. So, they have to figure out how to make us admins for just XCode but nothing else or find a workaround. Plus, since we have to do this with school we have to do it via rules and directions given by our teacher. One idea around the class is for it to be made for kids to be able to do all the actual programming at school so that if kids can't get their hands on things like XCode they don't have to worry. One of the reasons for these bugs is that this is a new class in the school, and they actually changed stuff about it during the Summer(Went from C++ to C).
"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
Last Edited: 2012-10-09 03:32:28
October 09 2012 03:28 GMT
#3455
On October 09 2012 11:36 3FFA wrote:
Show nested quote +
On October 09 2012 10:00 Blisse wrote:
On October 09 2012 09:45 3FFA wrote:
On October 08 2012 05:45 3FFA wrote:
Apparently XCode can't print at my school, yet other applications like Word can so I have to copy+paste code into a Word Document to print it at school. Is this at all normal?

Also, my teacher has been looking for an online book of Programming in C (4.0, not 3.0).

edit: And my teacher just recently realized the reason computers weren't printing was because of XCode. We also can't correctly perform scanf statements yet either so we are basically stalled every couple weeks on one subject until the next subject is fixed T.T

To make matters worse, since the people that actually help with computers throughout the school are being overworked during the beginning of the school year and then under-worked towards the end there are only 2.


My questions....they feel lonely... they have yet to find an answer. They are still... single.... forever alone.... =_[


It's been one day yo. And anyone who doesn't use a Mac can't comment. And everyone who hasn't had printing issues with XCode can't comment. Judging by a Google on that, no one has had any but you.

Also, if you are writing standard C programs, regardless of the text editor, scanf should work, otherwise your teacher is doing something wrong. Try to compile and run the C file via the Terminal please. You can write a C file in any text editor

Apparently the is we can't do certain things like scanf without an administrative user and pass and so they would have to make us admins, but if they do that, then trololol is totally going to occur. So, they have to figure out how to make us admins for just XCode but nothing else or find a workaround. Plus, since we have to do this with school we have to do it via rules and directions given by our teacher. One idea around the class is for it to be made for kids to be able to do all the actual programming at school so that if kids can't get their hands on things like XCode they don't have to worry. One of the reasons for these bugs is that this is a new class in the school, and they actually changed stuff about it during the Summer(Went from C++ to C).


I'm surprised you can actually do that.

Well you probably can't fix this, but draconian access privileges is usually due to incompetence, because they don't understand security properly, they just block rights to everything.

You could just auto re-image the HDs every night and then allow the student to do whatever they want.

So, they have to figure out how to make us admins for just XCode but nothing else or find a workaround.


I really hope "they" isn't referring to the network admins. I can't believe someone would think of trying something like that, let alone try and figure it out.
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
lolmlg
Profile Joined November 2011
619 Posts
October 09 2012 17:23 GMT
#3456
On October 09 2012 12:28 sluggaslamoo wrote:
draconian access privileges is usually due to incompetence, because they don't understand security properly, they just block rights to everything

That's the proper way to handle security. Incompetence would be trying to explicitly block individual things and allow the rest.
3FFA
Profile Blog Joined February 2010
United States3931 Posts
October 09 2012 19:17 GMT
#3457
they is indeed referring to the network admins.
"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
Last Edited: 2012-10-10 06:02:58
October 10 2012 06:01 GMT
#3458
On October 10 2012 02:23 lolmlg wrote:
Show nested quote +
On October 09 2012 12:28 sluggaslamoo wrote:
draconian access privileges is usually due to incompetence, because they don't understand security properly, they just block rights to everything

That's the proper way to handle security. Incompetence would be trying to explicitly block individual things and allow the rest.


So which is better?

1. Re-image the HD every night and allow a lot of freedom for the user.

2. Don't re-image, just block everything and make it impossible for the user to actually do anything.

I've known good sys-ops and bad ones, the bad ones just block everything because they don't know what they are doing and don't want to get into trouble, the good ones actually figure out how to give users maximum flexibility while still maintaining security.

Productivity generates value, not security. Generating value is always the top priority.
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
3FFA
Profile Blog Joined February 2010
United States3931 Posts
October 10 2012 10:15 GMT
#3459
Thing is my school chooses #2 because they don't have enough staff. 2 People to cover at least 150-200 computers? (Estimated)
"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
October 10 2012 13:22 GMT
#3460
On October 10 2012 19:15 3FFA wrote:
Thing is my school chooses #2 because they don't have enough staff. 2 People to cover at least 150-200 computers? (Estimated)


You automate it, I dunno how they do it.
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
Prev 1 171 172 173 174 175 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 8h 47m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 243
mcanning 132
SC2Nice 27
StarCraft: Brood War
Calm 5073
Rain 2839
Bisu 2629
Horang2 2390
Jaedong 2156
Flash 1575
Mini 725
EffOrt 519
Stork 473
ZerO 456
[ Show more ]
Larva 386
Soulkey 300
actioN 293
Snow 247
Barracks 196
ggaemo 173
Rush 136
Mind 124
hero 108
Mong 95
Soma 81
Hyun 69
sorry 69
PianO 68
Sharp 67
Sea.KH 63
Movie 57
sSak 52
yabsab 52
Nal_rA 30
scan(afreeca) 23
JYJ23
soO 18
JulyZerg 18
zelot 17
Sacsri 17
HiyA 16
Shine 14
Terrorterran 11
ajuk12(nOOB) 10
SilentControl 8
ivOry 6
Dota 2
qojqva4127
Dendi1254
420jenkins438
XcaliburYe315
League of Legends
Reynor28
Counter-Strike
byalli323
markeloff161
oskar142
Heroes of the Storm
XaKoH 99
Other Games
B2W.Neo1350
hiko828
crisheroes355
Lowko328
DeMusliM315
FrodaN182
Mew2King124
SortOf70
QueenE50
Trikslyr23
ZerO(Twitch)16
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• poizon28 15
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 3535
• WagamamaTV572
League of Legends
• Nemesis3094
• Jankos1640
Upcoming Events
PiGosaur Monday
8h 47m
LiuLi Cup
19h 47m
Replay Cast
1d 8h
The PondCast
1d 18h
RSL Revival
1d 18h
Maru vs SHIN
MaNa vs MaxPax
Maestros of the Game
2 days
OSC
2 days
MaNa vs SHIN
SKillous vs ShoWTimE
Bunny vs TBD
Cham vs TBD
RSL Revival
2 days
Reynor vs Astrea
Classic vs sOs
Maestros of the Game
3 days
BSL Team Wars
3 days
Team Bonyth vs Team Dewalt
[ Show More ]
CranKy Ducklings
3 days
RSL Revival
3 days
GuMiho vs Cham
ByuN vs TriGGeR
Cosmonarchy
3 days
TriGGeR vs YoungYakov
YoungYakov vs HonMonO
HonMonO vs TriGGeR
Maestros of the Game
4 days
[BSL 2025] Weekly
4 days
RSL Revival
4 days
Cure vs Bunny
Creator vs Zoun
Maestros of the Game
5 days
BSL Team Wars
5 days
Team Hawk vs Team Sziky
Sparkling Tuna Cup
5 days
Liquipedia Results

Completed

CSL Season 18: Qualifier 2
SEL Season 2 Championship
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL 2025 AUTUMN (S18)
Maestros of the Game
Sisters' Call Cup
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

LASL Season 20
2025 Chongqing Offline CUP
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
RSL Revival: Season 2
EC S1
BLAST Rivals Fall 2025
Skyesports Masters 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 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.