• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:55
CEST 13:55
KST 20:55
  • 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] Ro8 Preview: In A Tizzy9[ASL22] Ro16 Preview: Holy Diver5[ASL22] Ro16 Preview: Rough Waters10[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9
Community News
Weekly Cups (Sep 13-20): herO scores triple1BSL Season 236Weekly Cups (Sep 7-12): SHIN, ByuN, MaxPax double down1StarCraft open world shooter announced at BlizzCon101Weekly Cups (Aug 30-Sep 7): herO thrives amid growing schism10
StarCraft 2
General
Balance hotfix patch 5.0.16b (July 16) Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool How do you feel about the StarCraft shooter announcement at BlizzCon 2026? The Death of Cheese: From a Professional Cheeser Weekly Cups (Sep 13-20): herO scores triple
Tourneys
Stellar Fest TWO the Moon (Dec 16-20) Sparkling Tuna Cup - Weekly Open Tournament 2026 GSTL Announcement RSL Revival: Season 6 - Qualifiers and Main Event RSL goes to London! 2026 Offline Finals Nov 21-22
Strategy
[H] ZvP Mid-Late Game: Stalkers Collossi HT
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 544 Double Trouble The PondCast: SC2 News & Results Mutation # 543 Enhanced Defenses Mutation # 542 The Ascended
Brood War
General
NaDa's Body BW General Discussion BSL Season 23 screpdb: new Starcraft reporting tool an AI researcher's take on the ladder bot
Tourneys
[ASL22] Ro8 Day 2 [ASL22] Ro16 Group D [ASL22] Ro8 Day 1 [IPSL] IPSL is Back With Winter 26-27!
Strategy
Cliff Jump Revisited (1 in a 1000 strategy) Replay Review Process - What do you do? Simple Questions, Simple Answers Odyssey Mineral Stack Saturation
Other Games
General Games
Nintendo Switch Thread Diablo IV Warcraft III: The Frozen Throne Stormgate/Frost Giant Megathread EVE Corporation
Dota 2
Dota 2 Champions League Season 3 Begins April 25! Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Community Thread
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Artificial Intelligence Thread Things Aren’t Peaceful in Palestine All you football fans (soccer)!
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
Movie Discussion! [Manga] One Piece Diablo Animated Series on Netflix
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Recent Gifted Posts
Blogs
Gaming Intensity, Problemati…
TrAiDoS
38 yo Retired SWE loo…
PurE)Rabbit-SF
Can Bots Beat Pros?? Starcr…
namkraft
[meme] I finally understa…
LUCKY_NOOB
Regacy Esports:Our Goa…
regacyesports
Dreaming of BW patches (mod…
c3rberUs
Customize Sidebar...

Website Feedback

Closed Threads



Active: 7241 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
Germany2597 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
Hyrule19257 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
Hyrule19257 Posts
March 04 2013 23:59 GMT
#5212
Which language?
Liquipediaasante sana squash banana
Craton
Profile Blog Joined December 2009
United States17303 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 States17303 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
Kung Fu Cup
11:00
2026 Week 24
IntoTheiNu 671
RotterdaM310
Rex99
SteadfastSC68
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 310
ProTech136
Rex 99
Has 76
SteadfastSC 68
StarCraft: Brood War
Britney 21234
Shuttle 2942
firebathero 1732
Bisu 1409
BeSt 440
Light 244
Stork 234
Mini 204
Rush 196
Last 127
[ Show more ]
Snow 86
PianO 55
Shinee 54
hero 49
Hyun 46
Sharp 42
Shine 37
JYJ 34
ToSsGirL 32
Aegong 27
HiyA 25
zelot 23
Hm[arnc] 21
Sexy 20
sorry 17
Icarus 0
Dota 2
Gorgc5670
Dendi824
Counter-Strike
kRYSTAL_231
Other Games
olofmeister1301
B2W.Neo526
XBOCT400
Lowko298
crisheroes288
DeMusliM197
Livibee139
Mew2King79
QueenE43
Organizations
Dota 2
PGL Dota 2 - Main Stream11981
StarCraft: Brood War
Afreeca ASL 453
[ Show 12 non-featured ]
StarCraft 2
• mYiSmile124
• StrangeGG 19
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• iopq 2
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Other Games
• WagamamaTV153
Upcoming Events
The PondCast
22h 6m
Replay Cast
1d 12h
Korean StarCraft League
2 days
CranKy Ducklings
2 days
GSL
3 days
Yamato Cup
4 days
Replay Cast
4 days
Afreeca Starleague
4 days
Soma vs Jaedong
WardiTV Weekly
4 days
Sparkling Tuna Cup
5 days
[ Show More ]
Afreeca Starleague
5 days
Leta vs Soulkey
PiGosaur Cup
6 days
Kung Fu Cup
6 days
Liquipedia Results

Completed

Super Anchor Qualifying S3
Blizzard Classic Cup 2026
Big Dog Cup 2026 Div 1

Ongoing

ASL Season 22
CSL 2026 AUTUMN (S22)
Acropolis #5
Acropolis #5 - GSA
Calamity Invitational
Logitech G Play Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #3
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026

Upcoming

Acropolis #5 - GSB
Acropolis #5 - GSC
BSL Season 23
SC4ALL II: Brood War
BSL 23: Non-Korean Championship
HSC XXX
Stellar Fest 2: Lunar Cup
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
Custodian Cup
Copium Cup
PGL Major Singapore 2026
Stake Ranked Episode 6
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
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.