• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 13:16
CET 18:16
KST 02:16
  • 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
ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (March 9-15): herO, Clem, ByuN win02026 KungFu Cup Announcement5BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains17Weekly Cups (March 2-8): ByuN overcomes PvT block4
StarCraft 2
General
Potential Updates Coming to the SC2 CN Server Blizzard Classic Cup - Tastosis announced as captains Weekly Cups (March 9-15): herO, Clem, ByuN win GSL CK - New online series BGE Stara Zagora 2026 cancelled
Tourneys
2026 KungFu Cup Announcement [GSL CK] #2: Team Classic vs. Team Solar [GSL CK] #1: Team Maru vs. Team herO RSL Season 4 announced for March-April PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar)
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 517 Distant Threat Mutation # 516 Specter of Death Mutation # 515 Together Forever
Brood War
General
ASL21 General Discussion BGH Auto Balance -> http://bghmmr.eu/ Gypsy to Korea BSL 22 Map Contest — Submissions OPEN to March 10 Are you ready for ASL 21? Hype VIDEO
Tourneys
ASL Season 21 Qualifiers March 7-8 [Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here!
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Stormgate/Frost Giant Megathread Dawn of War IV Path of Exile Nintendo Switch Thread PC Games Sales Thread
Dota 2
Official 'what is Dota anymore' discussion 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
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Mexico's Drug War Russo-Ukrainian War Thread NASA and the Private Sector
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread Tokyo Olympics 2021 Thread Formula 1 Discussion General nutrition recommendations Cricket [SPORT]
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Funny Nicknames
LUCKY_NOOB
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1164 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
Hyrule19196 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 States17281 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 States17281 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
Monday Night Weeklies
17:00
#44
TKL 106
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RushiSC 139
UpATreeSC 129
TKL 106
JuggernautJason84
mouzHeroMarine 59
StarCraft: Brood War
Sea 3192
EffOrt 449
Soma 378
PianO 127
Rush 110
hero 74
sorry 41
NotJumperer 39
Rock 29
soO 15
[ Show more ]
ivOry 9
Dota 2
qojqva3703
canceldota81
League of Legends
JimRising 469
Counter-Strike
fl0m1889
byalli507
adren_tv89
Heroes of the Storm
MindelVK12
Other Games
singsing2080
B2W.Neo922
hiko777
ceh9521
Beastyqt444
Hui .138
Liquid`VortiX135
ArmadaUGS132
crisheroes123
Mew2King84
QueenE82
Trikslyr54
oskar46
Organizations
Dota 2
PGL Dota 2 - Main Stream644
Other Games
WardiTV239
BasetradeTV111
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Adnapsc2 5
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift3074
• Jankos1631
• Shiphtur127
Other Games
• imaqtpie366
Upcoming Events
WardiTV Team League
18h 44m
PiGosaur Cup
1d 6h
Kung Fu Cup
1d 17h
OSC
2 days
The PondCast
2 days
KCM Race Survival
2 days
WardiTV Team League
2 days
Replay Cast
3 days
KCM Race Survival
3 days
WardiTV Team League
3 days
[ Show More ]
Korean StarCraft League
4 days
RSL Revival
4 days
Maru vs Zoun
Cure vs ByuN
uThermal 2v2 Circuit
4 days
BSL
5 days
RSL Revival
5 days
herO vs MaxPax
Rogue vs TriGGeR
BSL
6 days
Replay Cast
6 days
Replay Cast
6 days
Afreeca Starleague
6 days
Sharp vs Scan
Rain vs Mong
Wardi Open
6 days
Monday Night Weeklies
6 days
Liquipedia Results

Completed

Proleague 2026-03-15
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
CSL Elite League 2026
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 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...

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.