• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:46
CEST 15:46
KST 22:46
  • 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 triple2BSL 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
Weekly Cups (Sep 13-20): herO scores triple 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
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
[M] (2) Frigid Storage
External Content
Mutation # 544 Double Trouble The PondCast: SC2 News & Results Mutation # 543 Enhanced Defenses Mutation # 542 The Ascended
Brood War
General
BW General Discussion NaDa's Body 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
US Politics Mega-thread Russo-Ukrainian War 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: 6823 users

The Big Programming Thread - Page 264

Forum Index > General Forum
Post a Reply
Prev 1 262 263 264 265 266 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.
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-03-07 15:13:20
March 07 2013 15:00 GMT
#5261
On March 07 2013 19:02 KainiT wrote:
Hey guys, I have a question
I will have have to do a c++ project for university(most likely some b+ tree implementation) which needs to be able to run on Linux
The problem is that I have Windows 7 as my main OS and I don't really want to code using a virtual os, cause the whole thing seems kinda slow,
So would it be a problem to code and test, etc in Windows(probably with Eclipse) and then compile it a final time on Linux after making some hopefully small adjustements? Or would I encounter a massive amount of errors, that are hard to remove? thx for your advice

Back in school I felt like I ran into a lot of errors when writing in codeblocks on Win7 and then compiling later on a linux machine. (I still am in school, just taking a year off).

I use cygwin a lot now because I don't like the windows command line, but I don't think anything would beat dual booting or having a dedicated linux machine. I dual boot my win7 machine with linux too. If you do have a dedicated machine, then synergy will make life much easier.

If your code needs to run on the linux machines at your school then you might want to code there in person, or use putty to remote in, upload your files (with svn preferably), and run it.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
JonGalt
Profile Joined February 2013
Pootie too good!4331 Posts
March 07 2013 15:55 GMT
#5262
On March 07 2013 21:46 Ilintar wrote:
Show nested quote +
On March 07 2013 03:37 JonGalt wrote:
Hey guys, so I am making a website and I want to incorporate a user login system. I am using phpmyadmin, lubuntu 12.10, html 4, and mysql. The problem I am having is that whenever I try to register a user, my browser just downloads register.php instead of adding the user to the database.

I think it has something to do with my apache2 conf files, but I haven't nailed it down.

I edited etc/apache2/mods-available/php5.conf and I created a .htaccess file in the same directory as my index.html where all it has in it is: Type application/x-httpd-php5 .php .phtml

Point is, I am totally lost and would love some insight! I am new to website programming.


You almost answered the question yourself.

You have to copy or link php5.conf from mods-available to mods-enabled.


How do I go about doing that?
LiquidLegends StaffWho is Jon Galt?
tofucake
Profile Blog Joined October 2009
Hyrule19257 Posts
March 07 2013 16:14 GMT
#5263
sudo a2enmod php5

should do it
Liquipediaasante sana squash banana
Arevall
Profile Joined February 2010
Sweden1133 Posts
Last Edited: 2013-03-07 18:12:33
March 07 2013 16:20 GMT
#5264
I'm parsing some cookies I made in javascript. I'm swedish so I thought I was clever using å ä ö to separate stuff in my cookies. It worked fine as long as I pasted my javascript in the addressbar, but now my code is too long to paste.

I tried using a jsquery (I run it from a site that already loaded it I think) to get the code, but then I run into problems with my å ä ö.


I need some help in either a) load the code using only javascript (best option) ; or b) getting my code to work with the jsquery loader.

Really appreciate some help guys!

edit: include-javascript-file-inside-javascript-file I don't know if this is what I want? Really confused by now '

edit2: Found out you can define the charset of the code your importing. Setting it to ISO did the trick!
Frigo
Profile Joined August 2009
Hungary1023 Posts
March 07 2013 16:58 GMT
#5265
http://devopsreactions.tumblr.com/
http://www.fimfiction.net/user/Treasure_Chest
JonGalt
Profile Joined February 2013
Pootie too good!4331 Posts
March 07 2013 17:20 GMT
#5266
On March 08 2013 01:14 tofucake wrote:
sudo a2enmod php5

should do it


Whelp. It was already enabled. Back to the drawing board I suppose. Super annoying. I don't really know enough about apache, php, mysql, and linux to really understand. I am kinda flyin by the seat of my pants/learning on the fly.
LiquidLegends StaffWho is Jon Galt?
KainiT
Profile Joined July 2011
Austria392 Posts
March 07 2013 19:24 GMT
#5267
On March 07 2013 19:30 JonGalt wrote:
Show nested quote +
On March 07 2013 19:02 KainiT wrote:
Hey guys, I have a question
I will have have to do a c++ project for university(most likely some b+ tree implementation) which needs to be able to run on Linux
The problem is that I have Windows 7 as my main OS and I don't really want to code using a virtual os, cause the whole thing seems kinda slow,
So would it be a problem to code and test, etc in Windows(probably with Eclipse) and then compile it a final time on Linux after making some hopefully small adjustements? Or would I encounter a massive amount of errors, that are hard to remove? thx for your advice


I had the same issues in university as well.

I always coded in Windows using notepad++ from home. However, I would save all my work on university account using a mapped network drive and a vpn. Then using putty, I could connect to my university's linux computers where my work was saved and run it thought the putty terminal. Win win!



That's pretty much what I also did until now, but as this project will be a little more complicated I would like to use the debugger, etc of Eclipse

misirlou wrote
If you are using eclipse or other IDE that isn't Visual Studio you will be mostly fine. The only thing you need is compile the code on a Linux Machine after you wrote it and tested it on Windows. However, some libs and commands are Windows or Linux only and you will have to be careful with those.


Thx for the advice, as I don't use Visual Studio and barely any libs I guess this won't be a problem.

obesechicken13 wrote
Back in school I felt like I ran into a lot of errors when writing in codeblocks on Win7 and then compiling later on a linux machine. (I still am in school, just taking a year off).

I use cygwin a lot now because I don't like the windows command line, but I don't think anything would beat dual booting or having a dedicated linux machine. I dual boot my win7 machine with linux too. If you do have a dedicated machine, then synergy will make life much easier.

If your code needs to run on the linux machines at your school then you might want to code there in person, or use putty to remote in, upload your files (with svn preferably), and run it.


Yeah I heard now that Windows is a lot more tolerant with segmentation errors for example. Not even cygwin solves this problem...
As I have quite a lot of work to do right now I don't really want to set up a dual boot right now and configure eclipse(I am familiar with it, would like to use it) etc.

I think I will just code and debug in Windows and regularly compile on Linux looking if anything's different

Thx guys for your help



With great power comes great responsibility.
RoyGBiv_13
Profile Blog Joined August 2010
United States1275 Posts
Last Edited: 2013-03-07 19:39:08
March 07 2013 19:38 GMT
#5268
On March 08 2013 04:24 KainiT wrote:
Show nested quote +
On March 07 2013 19:30 JonGalt wrote:
On March 07 2013 19:02 KainiT wrote:
Hey guys, I have a question
I will have have to do a c++ project for university(most likely some b+ tree implementation) which needs to be able to run on Linux
The problem is that I have Windows 7 as my main OS and I don't really want to code using a virtual os, cause the whole thing seems kinda slow,
So would it be a problem to code and test, etc in Windows(probably with Eclipse) and then compile it a final time on Linux after making some hopefully small adjustements? Or would I encounter a massive amount of errors, that are hard to remove? thx for your advice


I had the same issues in university as well.

I always coded in Windows using notepad++ from home. However, I would save all my work on university account using a mapped network drive and a vpn. Then using putty, I could connect to my university's linux computers where my work was saved and run it thought the putty terminal. Win win!



That's pretty much what I also did until now, but as this project will be a little more complicated I would like to use the debugger, etc of Eclipse

Show nested quote +
misirlou wrote
If you are using eclipse or other IDE that isn't Visual Studio you will be mostly fine. The only thing you need is compile the code on a Linux Machine after you wrote it and tested it on Windows. However, some libs and commands are Windows or Linux only and you will have to be careful with those.


Thx for the advice, as I don't use Visual Studio and barely any libs I guess this won't be a problem.

Show nested quote +
obesechicken13 wrote
Back in school I felt like I ran into a lot of errors when writing in codeblocks on Win7 and then compiling later on a linux machine. (I still am in school, just taking a year off).

I use cygwin a lot now because I don't like the windows command line, but I don't think anything would beat dual booting or having a dedicated linux machine. I dual boot my win7 machine with linux too. If you do have a dedicated machine, then synergy will make life much easier.

If your code needs to run on the linux machines at your school then you might want to code there in person, or use putty to remote in, upload your files (with svn preferably), and run it.


Yeah I heard now that Windows is a lot more tolerant with segmentation errors for example. Not even cygwin solves this problem...
As I have quite a lot of work to do right now I don't really want to set up a dual boot right now and configure eclipse(I am familiar with it, would like to use it) etc.

I think I will just code and debug in Windows and regularly compile on Linux looking if anything's different

Thx guys for your help



Cross compiling (compiling on one system for code to run on a different system) is a complicated thing if you don't understand what you are doing. Compilers are very capable and happy to do this, but it really slows down your development workflow because you can no longer test and debug natively. For example, target debugging driver code is possibly one of the most frustrating experiences you may have to deal with.

Virtual machines are the best way to deal with this. They can run as fast as native, but may have slightly less RAM or some driver delay. Additionally, network programming can be difficult unless you set up a bridge. I highly recommend every programmer set up a linux virutal machine if you usually use windows or osx. VirtualBox should work fine for this.
Any sufficiently advanced technology is indistinguishable from magic
KainiT
Profile Joined July 2011
Austria392 Posts
March 07 2013 19:49 GMT
#5269
I didn't speak about cross compiling, just compiling on windows for easy and quick debugging purposes with an already setup eclipse distribution and also compiling the source code on linux regularly to see if I get some trouble,
I don't really want to use a a virtual machine for this, everything's a little slow and installing eclipse with all the plugins I am used to work with in the virtual machine doesn't really appeal to me
I guess I will eventually totally switch to Linux but for now I've made my decision
With great power comes great responsibility.
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
March 07 2013 19:56 GMT
#5270
On March 08 2013 01:58 Frigo wrote:
http://devopsreactions.tumblr.com/

This was pretty funny
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2013-03-09 14:17:14
March 08 2013 00:32 GMT
#5271
C language

Fixed.
Frigo
Profile Joined August 2009
Hungary1023 Posts
March 08 2013 01:50 GMT
#5272
- First of all, get rid of all comments, they only make the code unreadable.
- Then try to separate your elements and your actual queue. What you have defined as a queue struct is actually an element of the queue. A queue should be a struct with a size variable and an array of elements, or an array of element pointers, whichever is preferable.
- Your add function should take a queue* and an element (or an element*). If you have separated queue and element, it should be clear what it needs to do.
- User input should be in a separate function, not inside add.
- Construction of an element should be in a separate function as well.

If you plan to continue programming, read Clean Code to get a clear picture about the single most important aspect of software engineering, and choose yourself a unit testing framework for C.
http://www.fimfiction.net/user/Treasure_Chest
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
March 08 2013 02:10 GMT
#5273
What's so unreadable about code? Could you explain?
Frigo
Profile Joined August 2009
Hungary1023 Posts
Last Edited: 2013-03-08 18:57:49
March 08 2013 02:33 GMT
#5274
Readable code has more structural separation and is without confusing, lying or redundant comments, for example:

+ Show Spoiler +

#include <stdio.h>
#include <stdlib.h>


typedef struct {
short number;
short priority;
} Item;

Item createItem (short number, short priority) {
Item item;
item.number = number;
item.priority = priority;
return item;
}

Item readItem () {
short number;
short priority;
scanf("%hd %hd", &number, &priority);
return createItem(number, priority);
}

void printItem (Item item) {
printf("%hd %hd\n", item.number, item.priority);
}


typedef struct {
int size;
Item* items;
} Queue;

Queue* newQueue () {
Queue* queue = malloc(sizeof(Queue));
if( queue == NULL ){
exit(EXIT_FAILURE);
}
queue->size = 0;
queue->items = NULL;
return queue;
}

void add (Queue* queue, Item item) {
queue->size++;
queue->items = realloc(queue->items, sizeof(Item) * queue->size);
if( queue->items == NULL ){
exit(EXIT_FAILURE);
}
queue->items[queue->size - 1] = item;
}

void printQueue (Queue* queue) {
for( int i = 0; i < queue->size; i++ ){
Item item = queue->items[i];
printItem(item);
}
}

void deleteQueue (Queue* queue) {
free(queue->items);
free(queue);
}


int main (int argc, char** argv){
Queue* queue = newQueue();
for( int i = 0; i < 5; i++ ){
Item item = readItem();
add(queue, item);
}
printQueue(queue);
deleteQueue(queue);
}



Comments like these
+ Show Spoiler +

/* I/O */
#include <stdio.h>

/* malloc, free, realloc, exit */
#include <stdlib.h>

/* increase size */
size++;

/* get more memory for more data */
*pQueue = realloc(*pQueue, (size * sizeof(queue)));

/* loop variable */
int i;

/* point to structure 'queue' */
queue *pQueue;

/* dynamic memory allocation */
pQueue = (queue *)malloc(size * sizeof(queue));

/* deallocate memory */
free(pQueue);

/* successful execution */
return 0;

are completely pointless, you are basically just rephrasing the code below them.


Also avoid global variables like this:
+ Show Spoiler +

/* global dynamic size of structure, it needs to be used for malloc and realloc */
static int size = 1;

What if you want more than one queue?

And again, don't mix different things in a function, like reading from the console and adding to the queue. Use one function for one thing to do.
http://www.fimfiction.net/user/Treasure_Chest
Craton
Profile Blog Joined December 2009
United States17303 Posts
Last Edited: 2013-03-08 02:42:42
March 08 2013 02:34 GMT
#5275
Simple statements don't need comments that repeat what they're doing; that just adds extra lines of text everywhere that serves as more of a hindrance than a help. You have a comment on almost every single line of code.

    /* loop variable */
int i;
/* point to structure 'queue' */
queue *pQueue;
/* increase size */
size++;

Neither of these comments are particularly helpful, but they serve to greatly expand the physical size of the method(s), which makes them harder to read through.

Focus instead on illuminating the business logic around blocks of code.

Consider this:
/* add a member to the structure and allocate enough space for each new member */
int add(queue **pQueue) {
queue instance, *tmp = &instance;
short number, priority;

size++;
/* get more memory for more data */ <-- This can probably go away (I don't know enough C to tell if this is a painfully obvious restatement of the following code)
*pQueue = realloc(*pQueue, (size * sizeof(queue)));

/* if realloc is unsuccessful, exit */ <-- Probably also unnecessary.
if (!pQueue) {
exit(EXIT_FAILURE);
}

scanf("%d %d", &tmp->number, &tmp->priority);

/* qsort here */
}


It's the same code with much fewer comments, but you can still parse through it easily. You may still want to keep the comments that explain the usage of the variables you create (at my PoW we are required to do so, but my Oracle procedures can be hundreds of lines long so it makes a lot more sense than in a 15 line method). I'm ambivalent about it in this case.
twitch.tv/cratonz
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
March 08 2013 02:42 GMT
#5276
Okay, I see your point about clean code. Thanks.
Craton
Profile Blog Joined December 2009
United States17303 Posts
Last Edited: 2013-03-08 02:54:26
March 08 2013 02:51 GMT
#5277
Here's an example snippet from one of my PL/SQL procs.

BEGIN
/* Code removed */

-- Check how many records were added. 0 additions isn't necessarily an error if the file itself is intentionally empty.
IF (V_NUM_RESPONSE_ADDED = 0) THEN
UPD_LOG_BATCH_PROC(V_ACTIVITY, 'WARNING', 'Insert into response tables completed successfully, but no records were added.');
ELSE
UPD_LOG_BATCH_PROC(V_ACTIVITY, 'DEBUG'); -- 'Records successfully loaded into response tables.');
END IF;

EXCEPTION WHEN OTHERS THEN
LOG_ACTIVITY_ERROR();
END;


I've edited it a bit, but the salient point is to note how the comment illuminations business logic. Without a comment you'd be left wondering "why is 0 records inserted a warning." Frankly it could be written better, e.g.

 -- Verify the number of records inserted into [myTable].  0 additions isn't necessarily an error if the file itself is intentionally empty; otherwise, 1 or more new records should've been added
twitch.tv/cratonz
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2013-03-08 03:31:24
March 08 2013 03:15 GMT
#5278
why does 'done' have to be public for this to compile?
class listener{
atomic<bool> done{false};
thread worker{
[this](){
while(!(this->done.load())){
this_thread::sleep_for(chrono::milliseconds(100));
}
}
};
public:
listener(){}
~listener(){
done.store(true);
worker.join();
}
};

testing.cpp:9:28: error: ‘std::atomic<bool> listener::done’ is private
testing.cpp:12:18: error: within this context
conspired against by a confederacy of dunces.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2013-03-08 17:26:56
March 08 2013 11:41 GMT
#5279
nvm, fixed.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2013-03-08 14:20:40
March 08 2013 14:12 GMT
#5280
On March 08 2013 20:41 darkness wrote:
C language

Code:
http://www.teamliquid.net/forum/viewmessage.php?topic_id=134491&currentpage=264#5274

Could you please help write a function remove() that removes an element from the structure? Alternatively, resetting number and priority to 0 like this:


void rem(Queue* queue) {
static int entry;
item.number[entry]] = 0;
item.number[entry] = 0;

entry++;
}


How do I access ith element in a correct way similar to above?

Thanks.



This seems like a course on data structures. Shouldn't this material have been covered in class?

We can only identify errors in your code or your logic, not write it for you.


Do you understand, and could you explain, how you would go about deleting a node in your implementation?
There is no one like you in the universe.
Prev 1 262 263 264 265 266 1032 Next
Please log in or register to reply.
Live Events Refresh
Kung Fu Cup
11:00
2026 Week 24
IntoTheiNu 1046
RotterdaM615
SteadfastSC150
Rex134
CosmosSc2 39
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 615
uThermal 188
SteadfastSC 150
Rex 134
CosmosSc2 39
StarCraft: Brood War
Britney 43377
Shuttle 3232
Bisu 2091
BeSt 753
Mini 516
Rush 502
Light 451
Stork 320
Snow 222
hero 104
[ Show more ]
Last 76
Shinee 52
Shine 50
Hyun 48
PianO 35
Hm[arnc] 31
Sharp 26
ToSsGirL 24
HiyA 22
sorry 22
Sexy 21
Aegong 15
Terrorterran 14
NotJumperer 14
Mong 11
Rock 8
Icarus 4
Dota 2
Gorgc6083
qojqva1415
Dendi980
Counter-Strike
kRYSTAL_380
Heroes of the Storm
crisheroes407
Other Games
olofmeister997
B2W.Neo784
hiko758
Lowko383
XBOCT313
DeMusliM268
Liquid`VortiX130
Mew2King110
ArmadaUGS81
QueenE53
kaitlyn0
Organizations
Dota 2
PGL Dota 2 - Main Stream11138
StarCraft: Brood War
Afreeca ASL 386
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH159
• mYiSmile116
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 4799
League of Legends
• Nemesis3081
• TFBlade644
Other Games
• WagamamaTV194
Upcoming Events
The PondCast
20h 15m
Replay Cast
1d 10h
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...

Disclosure: This page contains affiliate marketing links that support TLnet.

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.