• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 05:43
CEST 11:43
KST 18:43
  • 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
[ASL21] Ro4 Preview: On Course12Code S Season 1 - RO8 Preview7[ASL21] Ro8 Preview Pt2: Progenitors8Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun13[ASL21] Ro8 Preview Pt1: Inheritors16
Community News
Weekly Cups (May 4-10): Clem, MaxPax, herO win1Maestros of The Game 2 announcement and schedule !10Weekly Cups (April 27-May 4): Clem takes triple0RSL Revival: Season 5 - Qualifiers and Main Event12Code S Season 1 (2026) - RO12 Results1
StarCraft 2
General
MaNa leaves Team Liquid Weekly Cups (May 4-10): Clem, MaxPax, herO win Code S Season 1 - RO8 Preview Behind the Blue - Team Liquid History Book Weekly Cups (April 27-May 4): Clem takes triple
Tourneys
2026 GSL Season 2 Qualifiers Maestros of The Game 2 announcement and schedule ! SC2 INu's Battles#16 <BO.9> Master Swan Open (Global Bronze-Master 2) GSL Code S Season 1 (2026)
Strategy
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players
External Content
Mutation # 525 Wheel of Misfortune The PondCast: SC2 News & Results Mutation # 524 Death and Taxes Mutation # 523 Firewall
Brood War
General
Pros React To: Leta vs Tulbo (ASL S21, Ro.8) Flashes ASL S21 Ro8 Review BW General Discussion ASL Tickets to Live Event Finals? [ASL21] Ro4 Preview: On Course
Tourneys
[ASL21] Semifinals B [ASL21] Semifinals A [Megathread] Daily Proleagues [BSL22] RO16 Group Stage - 02 - 10 May
Strategy
[G] Hydra ZvZ: An Introduction Simple Questions, Simple Answers Fighting Spirit mining rates Muta micro map competition
Other Games
General Games
Starcraft Tabletop Miniature Game Warcraft III: The Frozen Throne Stormgate/Frost Giant Megathread PC Games Sales Thread Path of Exile
Dota 2
The Story of Wings Gaming
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
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread UK Politics Mega-thread YouTube Thread European Politico-economics QA Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread McBoner: A hockey love story Formula 1 Discussion
World Cup 2022
Tech Support
streaming software Strange computer issues (software) [G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
How EEG Data Can Predict Gam…
TrAiDoS
ramps on octagon
StaticNine
Funny Nicknames
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1526 users

The Big Programming Thread - Page 261

Forum Index > General Forum
Post a Reply
Prev 1 259 260 261 262 263 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.
AmericanUmlaut
Profile Blog Joined November 2010
Germany2594 Posts
March 04 2013 09:31 GMT
#5201
On March 04 2013 15:10 JeanLuc wrote:
to any web devs: is it okay to be coding just html and vanilla js code in this day and age.

It can be okay. It depends on what problem you're trying to solve.
The frumious Bandersnatch
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
March 04 2013 11:09 GMT
#5202
On March 04 2013 15:10 JeanLuc wrote:
to any web devs: is it okay to be coding just html and vanilla js code in this day and age.


That is what web designers do.

Web developers need at least one serverside language. Though node.js exists, the realworld use is fairly limited so i wouldn't bet on anyone getting a job as web developer purely on javascript knowledge.
Nihilnovi
Profile Joined May 2010
Sweden696 Posts
March 04 2013 14:14 GMT
#5203
On March 04 2013 20:09 Morfildur wrote:
Show nested quote +
On March 04 2013 15:10 JeanLuc wrote:
to any web devs: is it okay to be coding just html and vanilla js code in this day and age.


That is what web designers do.

Web developers need at least one serverside language. Though node.js exists, the realworld use is fairly limited so i wouldn't bet on anyone getting a job as web developer purely on javascript knowledge.


Don't know what type of web designers you work with, but in my company a web designers job is to design, while junior developers/interns generally take care of the templating(html) and frontend logic under supervision of a frontend developer.

Maybe in small projects the designer can do some html and js, but that's generally not recommended.

To answer the original question, I don't allow any vanilla code in my company, for server-side we use frameworks, for js we use jQuery and for templating we use Twig. It's a major difference in profit margins, why reinvent the wheel?
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
March 04 2013 14:59 GMT
#5204
On March 04 2013 23:14 Nihilnovi wrote:
Show nested quote +
On March 04 2013 20:09 Morfildur wrote:
On March 04 2013 15:10 JeanLuc wrote:
to any web devs: is it okay to be coding just html and vanilla js code in this day and age.


That is what web designers do.

Web developers need at least one serverside language. Though node.js exists, the realworld use is fairly limited so i wouldn't bet on anyone getting a job as web developer purely on javascript knowledge.


Don't know what type of web designers you work with, but in my company a web designers job is to design, while junior developers/interns generally take care of the templating(html) and frontend logic under supervision of a frontend developer.

Maybe in small projects the designer can do some html and js, but that's generally not recommended.

To answer the original question, I don't allow any vanilla code in my company, for server-side we use frameworks, for js we use jQuery and for templating we use Twig. It's a major difference in profit margins, why reinvent the wheel?


Well, if you call the websites of a multi-million dollar company small :p

In my last company the developers did the whole server side stuff and made sure the designers had all the data they needed on each page and the web designers then put it all in HTML & JS to make it look fancy since developers were too busy to bother with making all the pages look the same on all browsers and such.

It didn't work extremely well though that was just because the web designers in that company didn't learn anything in the last 10 years they worked for that company, so simple javascript and HTML4 was the limit of their abilities and we occasionally had to fix their stuff because they broke it beyond their abilities, but in general it kept the tedious work away from the higher paid developers.

The we also had the layout department who put the design together in photoshop and decided on the general UI design but never actually touched any sourcecode of any kind.

Then again, these days the lines between the development and design are getting very blurry since so much work is now done in the frontends.
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
March 04 2013 15:29 GMT
#5205
can somebody help me in my homework in C? when i compiled it there are no errors (but it does have warnings)

+ Show Spoiler +
#include<stdio.h>
#include <stdbool.h>

int main(){
bool stop = false;
char word[50] = "default";

while(stop == false){
printf("Enter word :\n\n");
scanf("%s",&word);
if (word == "exit")
stop = true;
else
toPigLatin(word);
}

return 0;
}

void toPigLatin(char *word){
if (word[0] == "a" || word[0] == "e" || word[0] == "o" || word[0] == "i" || word[0] == "u" || word[0] == "y" || word[0] == "A" || word[0] == "E" || word[0] == "O" || word[0] == "I" || word[0] == "U" || word[0] == "Y" )
{
char newWord[50];
strcpy(newWord, word);
strcat(newWord, "way");
printf("%s",newWord);
}
else
{
swap_last(word);
toPigLatin(word);
}
}



void swap_last(char *str)
{
const size_t len = strlen(str);
if(len > 1)
{
const char first = str[0];
memmove(str, str + 1, len - 1);
str[len - 1] = first;
}
}


when i enter a string it just terminates =/
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
tofucake
Profile Blog Joined October 2009
Hyrule19212 Posts
March 04 2013 15:32 GMT
#5206
system('pause') or getch() or something should go before return in main.
Liquipediaasante sana squash banana
bleda
Profile Joined January 2011
United States27 Posts
Last Edited: 2013-03-04 15:50:23
March 04 2013 15:40 GMT
#5207
On March 05 2013 00:29 icystorage wrote:
can somebody help me in my homework in C? when i compiled it there are no errors (but it does have warnings)

+ Show Spoiler +
#include<stdio.h>
#include <stdbool.h>

int main(){
bool stop = false;
char word[50] = "default";

while(stop == false){
printf("Enter word :\n\n");
scanf("%s",&word);
if (word == "exit")
stop = true;
else
toPigLatin(word);
}

return 0;
}

void toPigLatin(char *word){
if (word[0] == "a" || word[0] == "e" || word[0] == "o" || word[0] == "i" || word[0] == "u" || word[0] == "y" || word[0] == "A" || word[0] == "E" || word[0] == "O" || word[0] == "I" || word[0] == "U" || word[0] == "Y" )
{
char newWord[50];
strcpy(newWord, word);
strcat(newWord, "way");
printf("%s",newWord);
}
else
{
swap_last(word);
toPigLatin(word);
}
}



void swap_last(char *str)
{
const size_t len = strlen(str);
if(len > 1)
{
const char first = str[0];
memmove(str, str + 1, len - 1);
str[len - 1] = first;
}
}


when i enter a string it just terminates =/


You can't compare strings like that in C, because in C strings are just arrays of chars. you should include <string.h> and use strcmp(s1,s2); to see if they're equal. Also, it does a subtraction to check for equality, so they're equal when strcmp is 0. Therefore, you're if statement will look like if(!strcmp(word,"exit")) { }. When you include string.h, your strcpy and strcat will work because they will be included.

Also, in toPigLatin(char *word) you should use single quotes to denote those as chars in your if statement, so it should be word[0] == 'a'. Thats where you're getting pointer and int comparison warnings. word[0] is an int and "a" is a pointer to the string "a".

Your code is 95% there. It just has a couple of problems that are really specific to C, and you don't have to worry about those problems with other languages.
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
March 04 2013 15:59 GMT
#5208
On March 05 2013 00:40 bleda wrote:
Show nested quote +
On March 05 2013 00:29 icystorage wrote:
can somebody help me in my homework in C? when i compiled it there are no errors (but it does have warnings)

+ Show Spoiler +
#include<stdio.h>
#include <stdbool.h>

int main(){
bool stop = false;
char word[50] = "default";

while(stop == false){
printf("Enter word :\n\n");
scanf("%s",&word);
if (word == "exit")
stop = true;
else
toPigLatin(word);
}

return 0;
}

void toPigLatin(char *word){
if (word[0] == "a" || word[0] == "e" || word[0] == "o" || word[0] == "i" || word[0] == "u" || word[0] == "y" || word[0] == "A" || word[0] == "E" || word[0] == "O" || word[0] == "I" || word[0] == "U" || word[0] == "Y" )
{
char newWord[50];
strcpy(newWord, word);
strcat(newWord, "way");
printf("%s",newWord);
}
else
{
swap_last(word);
toPigLatin(word);
}
}



void swap_last(char *str)
{
const size_t len = strlen(str);
if(len > 1)
{
const char first = str[0];
memmove(str, str + 1, len - 1);
str[len - 1] = first;
}
}


when i enter a string it just terminates =/


You can't compare strings like that in C, because in C strings are just arrays of chars. you should include <string.h> and use strcmp(s1,s2); to see if they're equal. Also, it does a subtraction to check for equality, so they're equal when strcmp is 0. Therefore, you're if statement will look like if(!strcmp(word,"exit")) { }. When you include string.h, your strcpy and strcat will work because they will be included.

Also, in toPigLatin(char *word) you should use single quotes to denote those as chars in your if statement, so it should be word[0] == 'a'. Thats where you're getting pointer and int comparison warnings. word[0] is an int and "a" is a pointer to the string "a".

Your code is 95% there. It just has a couple of problems that are really specific to C, and you don't have to worry about those problems with other languages.


wow thanks. now it's working. i'm not that much familiar with c. helped a lot!
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
waxypants
Profile Blog Joined September 2009
United States479 Posts
March 04 2013 16:26 GMT
#5209
Let me guess, your warnings were about comparing pointer and integer types?
ZealotSensei
Profile Joined September 2011
Denmark70 Posts
Last Edited: 2013-03-04 17:23:16
March 04 2013 17:22 GMT
#5210
Hey guys, I've recently moved over from windows to Ubuntu, and now I'm trying to properly get mono working with subversion.

I have this publicly available repo from our Uni, in which we keep all kinds of files related to courses, our latex source files etc. We also have a directory called Dev/ where all our source code is located.

Before, with viusal studio, I could checkout the entire repo with any svn client, and Visual Studio could detect that (with a plugin called ankhSVN), even while working on the Dev/ directory. With mono, I can checkout the entire repo, then load the solution, It wont recognize the solution as part of the repo.

That means I cant use the plugin available for mono. The plugin is pretty awesome since it streamlines alot of activities such as adding and removing files from the project, renaming etc. It would be pretty sad not to be able to use it. Anyone have any experience with this ?
Those who give up freedom for security deserve neither!
Tricks
Profile Joined August 2010
United States252 Posts
March 04 2013 22:21 GMT
#5211
who knows assembler?
Favorite Players: Zai, Arteezy and LaNm
tofucake
Profile Blog Joined October 2009
Hyrule19212 Posts
March 04 2013 23:59 GMT
#5212
Which language?
Liquipediaasante sana squash banana
Craton
Profile Blog Joined December 2009
United States17282 Posts
March 05 2013 00:11 GMT
#5213
On March 04 2013 23:14 Nihilnovi wrote:
Show nested quote +
On March 04 2013 20:09 Morfildur wrote:
On March 04 2013 15:10 JeanLuc wrote:
to any web devs: is it okay to be coding just html and vanilla js code in this day and age.


That is what web designers do.

Web developers need at least one serverside language. Though node.js exists, the realworld use is fairly limited so i wouldn't bet on anyone getting a job as web developer purely on javascript knowledge.
Don't know what type of web designers you work with, but in my company a web designers job is to design, while junior developers/interns generally take care of the templating(html) and frontend logic under supervision of a frontend developer.

Titles and job content vary from place to place. All you really get out of a title is a general idea of the type of work you're doing, not the specifics.
twitch.tv/cratonz
olabaz
Profile Blog Joined April 2009
United States298 Posts
Last Edited: 2013-03-05 05:13:18
March 05 2013 05:12 GMT
#5214
Where does one learn about the things posted in this thread, specifically the snippet in this post: http://forum.thegamecreators.com/?m=forum_view&t=193642&b=20&msg=2308503#m2308503
+ Show Spoiler +
Public Class Form1

Dim cardsDealt(52) As String
Dim lastIndex As Integer
Dim suits() As String = New String() {"C", "H", "D", "S"}


Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
PictureBox1.Image = getImage()
End Sub

Function getImage() As Image
Dim asm As System.Reflection.Assembly = System.Reflection.Assembly.GetExecutingAssembly()

Dim ResourceName As String = "cardGame." + randomCard() + ".png"
Dim str As System.IO.Stream = asm.GetManifestResourceStream(ResourceName)
Dim img As Image = Image.FromStream(str)
Return img
End Function

Function randomCard() As String
Dim suit, number As Integer

Do
suit = Int(4 * Rnd())
number = Int(13 * Rnd()) + 1

Loop While Not (cardsDealt.Contains(suits(suit) + number.ToString()))

cardsDealt(lastIndex) = suits(suit) + number.ToString()
lastIndex += 1
Return suits(suit) + number.ToString()

End Function
End Class

It's in Visual Basic because that's what I know the best, but I mean the content in general.
Craton
Profile Blog Joined December 2009
United States17282 Posts
March 05 2013 05:15 GMT
#5215
A variety of places. Lessons (school, online, self-led, etc.), Googling for how to accomplish certain tasks, asking people for advice.

If you work somewhere, your more veteran colleagues will often help guide you.
twitch.tv/cratonz
olabaz
Profile Blog Joined April 2009
United States298 Posts
March 05 2013 05:18 GMT
#5216
Well I found it by googling a question I had but is that in any basic book or is that really deep into the language?
Rixxe
Profile Joined July 2011
United Kingdom136 Posts
Last Edited: 2013-03-05 10:21:19
March 05 2013 10:19 GMT
#5217
C# Threading question:
What is the best way to manage excess Threads? Threadpool isn't what i need as some of the Threads lock various files and controls (From what i've read, if this is the case it's best not to use a Threadpool).
However i'm only able to run 10 background threads at once, and would like to complete new threads as old ones finish.

Currently i don't create a thread for each new task until need to start it. I thought i could store 'p' (object) in an Array of some kind, and just empty it as i get space. Not sure this is generally a good idea or not.

+ Show Spoiler +


for (; ; )
{
Thread.Sleep(60000);

if (server.Pending())
{
TcpClient client = server.AcceptTcpClient();
NetworkStream strm = client.GetStream();

IFormatter formatter = new BinaryFormatter();

TCPClassLibrary.GenObject p = (TCPClassLibrary.GenObject)formatter.Deserialize(strm);

while(ServerFront.ThreadsInProcess == ServerFront.ProcessMaximum)
{
}


switch(p.Action)
{
case "0":
ServerFront.ThreadsInProcess++;
ThreadStart TasksStarter = delegate { CurrentTasks.AddTask(p, Directory, m_bgw, Status, m_currentForm, ServerFront.ThreadsInProcess); };
Thread TasksThread = new Thread(TasksStarter);
TasksThread.IsBackground = true;
TasksThread.Start();
break;
case "1":
ThreadStart TasksAborted = delegate { CurrentTasks.AbortTask(p, m_bgw, Status, m_currentForm, ServerFront.ThreadsInProcess); };
Thread TasksABThread = new Thread(TasksAborted);
TasksABThread.IsBackground = true;
TasksABThread.Start();
break;
default:
etc ........




Cheers for any ideas.
*bleep* you up in a gangsta style!
Frigo
Profile Joined August 2009
Hungary1023 Posts
March 05 2013 11:31 GMT
#5218
On March 05 2013 19:19 Rixxe wrote:
C# Threading question:
What is the best way to manage excess Threads? Threadpool isn't what i need as some of the Threads lock various files and controls (From what i've read, if this is the case it's best not to use a Threadpool).
However i'm only able to run 10 background threads at once, and would like to complete new threads as old ones finish.

Currently i don't create a thread for each new task until need to start it. I thought i could store 'p' (object) in an Array of some kind, and just empty it as i get space. Not sure this is generally a good idea or not.

+ Show Spoiler +


for (; ; )
{
Thread.Sleep(60000);

if (server.Pending())
{
TcpClient client = server.AcceptTcpClient();
NetworkStream strm = client.GetStream();

IFormatter formatter = new BinaryFormatter();

TCPClassLibrary.GenObject p = (TCPClassLibrary.GenObject)formatter.Deserialize(strm);

while(ServerFront.ThreadsInProcess == ServerFront.ProcessMaximum)
{
}


switch(p.Action)
{
case "0":
ServerFront.ThreadsInProcess++;
ThreadStart TasksStarter = delegate { CurrentTasks.AddTask(p, Directory, m_bgw, Status, m_currentForm, ServerFront.ThreadsInProcess); };
Thread TasksThread = new Thread(TasksStarter);
TasksThread.IsBackground = true;
TasksThread.Start();
break;
case "1":
ThreadStart TasksAborted = delegate { CurrentTasks.AbortTask(p, m_bgw, Status, m_currentForm, ServerFront.ThreadsInProcess); };
Thread TasksABThread = new Thread(TasksAborted);
TasksABThread.IsBackground = true;
TasksABThread.Start();
break;
default:
etc ........




Cheers for any ideas.


Is it possible to use non-blocking I/O in C#? Sounds like it would be a solution to your problem.
http://www.fimfiction.net/user/Treasure_Chest
Frigo
Profile Joined August 2009
Hungary1023 Posts
March 05 2013 13:14 GMT
#5219
Speaking of non-blocking I/O, does anyone know the proper way to read an object from a java.nio.channels.SocketChannel? Assuming several clients and whose requests we would like to process as fast as possible.

I've been thinking of two approaches:
- Using a cached thread pool and start a receiver thread every time we notice incoming data. Receiver thread would just read an object and pass it to a queue. Not sure if it could work, the structure of SocketChannel and Socket would prevent

- Preface each transmission with the size of the serialized object and do all object reads in 1 thread. This could potentially screw up the server if a malicious server sends large sizes and/or does not send the object.
http://www.fimfiction.net/user/Treasure_Chest
KurtistheTurtle
Profile Blog Joined December 2008
United States1966 Posts
March 05 2013 15:47 GMT
#5220
This is more of a math question, I'm learning to measure the complexity of a function

Here's the whole function, it's in Python:
+ Show Spoiler +

def program2(x):
total = 0
for i in range(1000):
total = i

while x > 0:
x /= 2
total += x

return total


Directly on the while x>0, x/=2 part:

The explanation I'm given is
Because we divide x by 2 every time through the loop, we only execute this loop a logarithmic number of times. log2(n) divisions of x by 2 will get us to x = 1; we'll need one more division to get x <= 0


but I still don't get it.

x / (2 *log2(n)) = 1?

random math which might not be right (I haven't done logs since high school)

2 * log2(n) = 1 * x
log2(n) = x/2

2^x/2 = n

for program2(x) = 10
10 5 2.5 1.25 .625

so n larger than 3 and less than 4

2^

wait...is that base 2 or log base 10?

i'll come back to it
“Reject your sense of injury and the injury itself disappears."
Prev 1 259 260 261 262 263 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 17m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech144
StarCraft: Brood War
Britney 42972
Sea 2914
Jaedong 686
BeSt 334
Larva 201
actioN 160
Killer 152
Pusan 150
EffOrt 121
Leta 113
[ Show more ]
Horang2 110
HiyA 54
ToSsGirL 52
Sharp 41
Liquid`Ret 37
soO 27
yabsab 26
Noble 23
Hm[arnc] 19
Bale 18
JulyZerg 18
GoRush 16
NaDa 15
ajuk12(nOOB) 12
Nal_rA 10
Dota 2
XcaliburYe2
League of Legends
JimRising 445
Counter-Strike
olofmeister3147
shoxiejesuss1085
Stewie2K786
x6flipin115
edward41
Other Games
ceh9836
monkeys_forever186
crisheroes85
Organizations
Counter-Strike
PGL44388
Other Games
gamesdonequick573
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 17 non-featured ]
StarCraft 2
• StrangeGG 50
• LUISG 29
• IndyKCrew
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• Migwel
• LaughNgamezSOOP
StarCraft: Brood War
• iopq 7
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Nemesis3412
• Stunt555
• Jankos504
Other Games
• WagamamaTV194
Upcoming Events
CranKy Ducklings
17m
Afreeca Starleague
17m
Light vs Flash
INu's Battles
1h 17m
ByuN vs herO
PiGosaur Cup
14h 17m
Replay Cast
23h 17m
Replay Cast
1d 14h
The PondCast
2 days
OSC
2 days
Replay Cast
2 days
RSL Revival
3 days
[ Show More ]
OSC
3 days
Korean StarCraft League
3 days
RSL Revival
4 days
BSL
4 days
GSL
4 days
Cure vs herO
SHIN vs Maru
BSL
5 days
Replay Cast
5 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-05-11
WardiTV TLMC #16
Nations Cup 2026

Ongoing

BSL Season 22
ASL Season 21
IPSL Spring 2026
KCM Race Survival 2026 Season 2
Acropolis #4
KK 2v2 League Season 1
BSL 22 Non-Korean Championship
SCTL 2026 Spring
RSL Revival: Season 5
2026 GSL S1
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2

Upcoming

Escore Tournament S2: W7
YSL S3
Escore Tournament S2: W8
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
Maestros of the Game 2
2026 GSL S2
BLAST Bounty Summer 2026: Closed Qualifier
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 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.