• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:56
CET 12:56
KST 20:56
  • 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] Ro24 Preview Pt1: New Chaos0Team Liquid Map Contest #22 - Presented by Monster Energy5ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289
Community News
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool39Weekly Cups (March 9-15): herO, Clem, ByuN win42026 KungFu Cup Announcement6BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains18
StarCraft 2
General
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Potential Updates Coming to the SC2 CN Server Weekly Cups (March 2-8): ByuN overcomes PvT block Weekly Cups (August 25-31): Clem's Last Straw? Weekly Cups (March 9-15): herO, Clem, ByuN win
Tourneys
World University TeamLeague (500$+) | Signups Open RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament WardiTV Team League Season 10 KSL Week 87
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026]
External Content
Mutation # 518 Radiation Zone The PondCast: SC2 News & Results Mutation # 517 Distant Threat Mutation # 516 Specter of Death
Brood War
General
Soulkey's decision to leave C9 JaeDong's form before ASL BGH Auto Balance -> http://bghmmr.eu/ [ASL21] Ro24 Preview Pt1: New Chaos ASL21 General Discussion
Tourneys
[ASL21] Ro24 Group A [Megathread] Daily Proleagues ASL Season 21 LIVESTREAM with English Commentary [BSL22] Open Qualifiers & Ladder Tours
Strategy
Fighting Spirit mining rates Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2
Other Games
General Games
General RTS Discussion Thread Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
G2 just beat GenG in First stand
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
TL Mafia Community Thread Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine YouTube Thread Canadian Politics Mega-thread Russo-Ukrainian War Thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books Movie Discussion! [Manga] One Piece
Sports
2024 - 2026 Football Thread Cricket [SPORT] Formula 1 Discussion Tokyo Olympics 2021 Thread General nutrition recommendations
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
U4GM Tips Counter Enemy Gadgets Fast in Black Ops rsvsr How to Keep Reward Chains Rolling in Monopol u4gm What to Do First in MLB The Show 26 Spring
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: 6136 users

The Big Programming Thread - Page 882

Forum Index > General Forum
Post a Reply
Prev 1 880 881 882 883 884 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.
Artesimo
Profile Joined February 2015
Germany567 Posts
May 16 2017 20:37 GMT
#17621
On May 17 2017 04:58 supereddie wrote:
Also, maybe you don't need a database at all and just use Excel's data tables? Just put the 'source data' on a seperate sheet
.
Also also, you can enable 'Filter' on rows and columns (just select the rows/columns in Excel and press Filter): possible filter values will be available in a dropdown.


Yeah, after checking out "ribbontab" (never heard that term before, thought it was something special lol), I dulged in a lot of helpful stuff that most likely covers all my needs. Feel a bit stupid now, I just googled waaaaaay to complicated. I might ditch the database since they already distribute their by hand sorted tables per dropbox.
Manit0u
Profile Blog Joined August 2004
Poland17698 Posts
Last Edited: 2017-05-16 20:42:32
May 16 2017 20:40 GMT
#17622
On May 17 2017 05:22 tofucake wrote:
I've never even heard of them. What language are they for?


They're for Elixir

Overall, this looks like slightly worse Rails. If you want simple and performant, you could always go with something like Kemal which is built on top of Crystal. Something I've been wanting to get into lately. We've recently created a simple script in Crystal to populate our database for performance testing and it did it so good that it killed our server (weren't expecting it to be this good).
Time is precious. Waste it wisely.
dsyxelic
Profile Joined May 2010
United States1417 Posts
Last Edited: 2017-05-17 06:35:30
May 17 2017 04:48 GMT
#17623
On May 16 2017 16:17 Manit0u wrote:
Show nested quote +
On May 16 2017 08:54 Nesserev wrote:
First of all, format the code in a way so that an actual human can parse it.

That said... is this a real copy/paste code example?

The code makes no sense, uses no proper function prototyping, setjmp and longjmp clearly work very differently and are improperly used, wtf is this?
setjmp (v) int v; { ... }

Is this some archaic C dialect, what's going on?


It's C89/90:
https://software.intel.com/en-us/articles/old-style-c-function-argument-declarations-are-supported

Also, the code is formatted really bad even in the PDF. I guess someone has been teaching C for a long time and never bothered to actually track changes to the language or educate themselves past the initial point... Doesn't bode well.

Edit:

Here's the code brought up to a bit more modern standards (but it still doesn't make much sense):
+ Show Spoiler +


#include <stdio.h>

int setjmp(int v);
int longjmp(int v);
int fun1(void);
int fun2(void);

int main(void)
{
int r = setjmp(r);

if (r != 0)
{
printf("error\n");

return 2;
}

fun1();

return 0;
}

int setjmp(int v)
{
/*
...
*/
return 0;
}

int longjmp(int v)
{
/*
...
*/
return 1;
}

int fun1(void)
{
printf("start fun1\n");

fun2();

return 0;
}

int fun2(void)
{
int d;

printf("start fun2\n");

longjmp(d);

return 0;
}

+ Show Spoiler +


#include <stdio.h>

int setjmp(int v);
int longjmp(int v);
int fun1(void);
int fun2(void);
int *add; //using global, not sure if best idea
int main(void)
{
int r = setjmp(r);
if(r!=0)
{
printf("error\n");
return 2;
}

fun1();
return 0;
}
int setjmp(int v)
{
add = &v; //used a global variable
return 0;
}
int longjmp(int v)
{
int *p; //pointer
p = &v; //save argument address
*(p-1) = *add; //return address = address in main
return 1;
}
int fun1(void)
{
printf("hi1");//testing
fun2();
printf("hi2");//testing
return 0;
}
int fun2(void)
{
int a;
longjmp(a);
return 0;
}//output SHOULD be "hi1"
//output is currently "hi1" "hi2"


Here's my latest attempt at it. I added comments to all lines I added and slightly modified so I can test easier while coding.

Honestly not sure if this is the right approach but as I understand it the call stack has the arguments of the function right above the return address so by changing *(p-1) I am changing the return address in the stack?

I'm pretty lost. Prof kind of alluded to doing something with the stack and said we just need to make it output "hi1" only and he doesn't care too much how we code it as long as we're not using builtins/assembly/some other 'clearly disingenuous way'. Anyone got something for me? D: My TA's basically told me they have no idea how to do this and would have to look over it during this week to figure it out lol.

Also please let me know if my use of pointers are bad, I'm very new to C and haven't touched C/C++ pointers since my intro class.

edit:

I have another idea but I'll try again in the morning. I'll update if I finish some code up before work.
TL/SKT
Manit0u
Profile Blog Joined August 2004
Poland17698 Posts
May 17 2017 08:11 GMT
#17624

Showing 90 changed files with 98 additions and 517 deletions


I like to commit removal of 65 files from our migrations. Panic is slowly spreading
Time is precious. Waste it wisely.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
May 17 2017 10:14 GMT
#17625
On May 17 2017 05:40 Manit0u wrote:
Show nested quote +
On May 17 2017 05:22 tofucake wrote:
I've never even heard of them. What language are they for?


They're for Elixir

Overall, this looks like slightly worse Rails. If you want simple and performant, you could always go with something like Kemal which is built on top of Crystal. Something I've been wanting to get into lately. We've recently created a simple script in Crystal to populate our database for performance testing and it did it so good that it killed our server (weren't expecting it to be this good).

Fuck performance, I want my shit to work at all times. Erlang VM (the shit that Elixir runs on) is so fucking stable that people say bad things about you when you program defensively. It might have its shortcomings, but stability is not one of them. Neither is performance.
"windows bash is a steaming heap of shit" tofucake
Acrofales
Profile Joined August 2010
Spain18240 Posts
Last Edited: 2017-05-17 10:20:02
May 17 2017 10:18 GMT
#17626
On May 17 2017 05:37 Artesimo wrote:
Show nested quote +
On May 17 2017 04:58 supereddie wrote:
Also, maybe you don't need a database at all and just use Excel's data tables? Just put the 'source data' on a seperate sheet
.
Also also, you can enable 'Filter' on rows and columns (just select the rows/columns in Excel and press Filter): possible filter values will be available in a dropdown.


Yeah, after checking out "ribbontab" (never heard that term before, thought it was something special lol), I dulged in a lot of helpful stuff that most likely covers all my needs. Feel a bit stupid now, I just googled waaaaaay to complicated. I might ditch the database since they already distribute their by hand sorted tables per dropbox.




Seriously, wtf.

E: I mean, sure, there's plenty of perfectly reasonable things you can do this for. But this is a production database of important stuff we're talking about right?
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2017-05-17 11:29:15
May 17 2017 11:28 GMT
#17627
--- Nuked ---
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-05-17 13:24:34
May 17 2017 13:07 GMT
#17628
I think it's likely we don't understand what the professor wants, because dyslexic is missing something or the professor hasn't communicated it properly.


in other news, my last final(discrete structures) i got an 86. I don't know what the curve was yet.

So I passed all my classes. On to the 300 level! 351 (notoriously hard class) this summer. I am sure I will be VERY active here, and some of you will probably have a lot of fun with the questions.
Manit0u
Profile Blog Joined August 2004
Poland17698 Posts
May 17 2017 14:03 GMT
#17629
On May 17 2017 20:28 Nesserev wrote:
Show nested quote +
On May 17 2017 13:48 dsyxelic wrote:
On May 16 2017 16:17 Manit0u wrote:
On May 16 2017 08:54 Nesserev wrote:
First of all, format the code in a way so that an actual human can parse it.

That said... is this a real copy/paste code example?

The code makes no sense, uses no proper function prototyping, setjmp and longjmp clearly work very differently and are improperly used, wtf is this?
setjmp (v) int v; { ... }

Is this some archaic C dialect, what's going on?


It's C89/90:
https://software.intel.com/en-us/articles/old-style-c-function-argument-declarations-are-supported

Also, the code is formatted really bad even in the PDF. I guess someone has been teaching C for a long time and never bothered to actually track changes to the language or educate themselves past the initial point... Doesn't bode well.

Edit:

Here's the code brought up to a bit more modern standards (but it still doesn't make much sense):
+ Show Spoiler +


#include <stdio.h>

int setjmp(int v);
int longjmp(int v);
int fun1(void);
int fun2(void);

int main(void)
{
int r = setjmp(r);

if (r != 0)
{
printf("error\n");

return 2;
}

fun1();

return 0;
}

int setjmp(int v)
{
/*
...
*/
return 0;
}

int longjmp(int v)
{
/*
...
*/
return 1;
}

int fun1(void)
{
printf("start fun1\n");

fun2();

return 0;
}

int fun2(void)
{
int d;

printf("start fun2\n");

longjmp(d);

return 0;
}

+ Show Spoiler +


#include <stdio.h>

int setjmp(int v);
int longjmp(int v);
int fun1(void);
int fun2(void);
int *add; //using global, not sure if best idea
int main(void)
{
int r = setjmp(r);
if(r!=0)
{
printf("error\n");
return 2;
}

fun1();
return 0;
}
int setjmp(int v)
{
add = &v; //used a global variable
return 0;
}
int longjmp(int v)
{
int *p; //pointer
p = &v; //save argument address
*(p-1) = *add; //return address = address in main
return 1;
}
int fun1(void)
{
printf("hi1");//testing
fun2();
printf("hi2");//testing
return 0;
}
int fun2(void)
{
int a;
longjmp(a);
return 0;
}//output SHOULD be "hi1"
//output is currently "hi1" "hi2"


Here's my latest attempt at it. I added comments to all lines I added and slightly modified so I can test easier while coding.

Honestly not sure if this is the right approach but as I understand it the call stack has the arguments of the function right above the return address so by changing *(p-1) I am changing the return address in the stack?

I'm pretty lost. Prof kind of alluded to doing something with the stack and said we just need to make it output "hi1" only and he doesn't care too much how we code it as long as we're not using builtins/assembly/some other 'clearly disingenuous way'. Anyone got something for me? D: My TA's basically told me they have no idea how to do this and would have to look over it during this week to figure it out lol.

Also please let me know if my use of pointers are bad, I'm very new to C and haven't touched C/C++ pointers since my intro class.

edit:

I have another idea but I'll try again in the morning. I'll update if I finish some code up before work.


So, setjmp and longjmp's goal is to basically unwind the stack instantly to a certain prior state (when setjmp is called; stack frame of calling function still has to be on the stack when calling longjmp). Normally, this is done by saving the content of all registers to a buffer, and then using longjmp later to overwrite all current register values.

Problem is, you can't access the register values without assembly... so yeah, throw the idea of implementing the actual behaviour of setjmp and longjmp out of the boat, cause that's not gonna happen.

(An added problem is that, because during the execution of a function not all variables are necessarily stored within registers, and variables can be changed or pushed/popped from the stack during function execution, it becomes clear that setjmp and longjmp can lead to some nasty shit.

However, this probably won't be a problem with such simple functions, so let's ignore that.)

--

So, let's go back to the ultimate goal of using setjmp/longjmp, which is stack unwinding. Can you unwind the stack without directly accessing any registers?

Well, you could try manipulating registers by manipulating the return addresses on the stack, but then you end up again in "implementation land" with call conventions, compiler implementations, etc. which is probably way worse than the relatively clean "default" solution of setjmp and longjmp.

So, uh... I think this is a lost battle.

I'd be glad if anyone could correct me :/


Here's a nice article about it: http://blog.reverberate.org/2013/05/deep-wizardry-stack-unwinding.html

I'm not a C dev myself (just an occasional dabbler) so I can't help much in this case.
Time is precious. Waste it wisely.
dsyxelic
Profile Joined May 2010
United States1417 Posts
May 17 2017 14:13 GMT
#17630
I asked on stackoverflow and got similar responses (cant be done or awful assignment forcing bad workarounds which defeats purpose of assignment). I gave pretty much all the directions I was given...

Dunno if this helps but this was what the professor showed and talked about using the stack. He said he basically gave us the answer to the project with this:
+ Show Spoiler +

[image loading]

[image loading]

TL/SKT
Manit0u
Profile Blog Joined August 2004
Poland17698 Posts
Last Edited: 2017-05-17 20:40:28
May 17 2017 14:28 GMT
#17631
Wait a second. Your professor is giving you examples of code written in style that was used 30 years ago, that is compiled for embedded system/router architecture which was introduced 32 years ago?

This is madness...
Time is precious. Waste it wisely.
dsyxelic
Profile Joined May 2010
United States1417 Posts
Last Edited: 2017-05-17 14:40:23
May 17 2017 14:38 GMT
#17632
On May 17 2017 23:28 Manit0u wrote:
Wait a second. Your professor is giving you examples of code written in style that was used 30 years ago, that is compiled for embedded system/router architecture which introduced 32 years ago?

This is madness...


Yeah idk this is easily the worst cs class ive taken. My data structures class was in pascal as well but wasnt as bad since we were allowed to choose from python or c/c++ for any submissions. This prof is ridiculously lazy. Used same slides for years (not even made by him and is out of date) and the random midterm uploaded online by a student 5 years ago was pretty much identical to the midterm we just took.
TL/SKT
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-05-17 14:50:50
May 17 2017 14:41 GMT
#17633
trying to understand this is like the world's hardest puzzle
Acrofales
Profile Joined August 2010
Spain18240 Posts
May 17 2017 14:41 GMT
#17634
On May 17 2017 23:13 dsyxelic wrote:
I asked on stackoverflow and got similar responses (cant be done or awful assignment forcing bad workarounds which defeats purpose of assignment). I gave pretty much all the directions I was given...

Dunno if this helps but this was what the professor showed and talked about using the stack. He said he basically gave us the answer to the project with this:
+ Show Spoiler +

[image loading]

[image loading]



Image links are broken.
Hanh
Profile Joined June 2016
146 Posts
Last Edited: 2017-05-17 14:58:50
May 17 2017 14:58 GMT
#17635
On May 17 2017 23:38 dsyxelic wrote:
Show nested quote +
On May 17 2017 23:28 Manit0u wrote:
Wait a second. Your professor is giving you examples of code written in style that was used 30 years ago, that is compiled for embedded system/router architecture which introduced 32 years ago?

This is madness...


Yeah idk this is easily the worst cs class ive taken. My data structures class was in pascal as well but wasnt as bad since we were allowed to choose from python or c/c++ for any submissions. This prof is ridiculously lazy. Used same slides for years (not even made by him and is out of date) and the random midterm uploaded online by a student 5 years ago was pretty much identical to the midterm we just took.


This is highly suspicious. Clearly you can change the return address by writing in the stack but the main problem is restoring the SP. The slide does not show the epilogue of the function, just before the j $31.Though if you use this web site https://godbolt.org/ you can see that it would have


addiu $sp,$sp,40


And there is no way (that I know) to do this without assembly.

Anyway, I would give up and ask him when he returns the assignment.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
May 17 2017 15:19 GMT
#17636
If i wanted to study multivariable calculus on my own, for purposes of machine learning, can anyone set me on a track of what I could study for that?

Like, to avoid an entire course worth of work, a way to study only the topics that are relevant to ML ?
dsyxelic
Profile Joined May 2010
United States1417 Posts
May 17 2017 15:25 GMT
#17637
@acrofales
Sorry I was unable to get it fixed but the direct links work. Not sure if a tl issue or that sites issue. Id make another but away from pc atm.

@hanh
Thats what Ive been hearing too.
The weird thing is we were given 3weeks for this assignment which implies that its difficult, but the prof basically straight up said he did the assignment for us with the above example so that would mean it should be easy...

I still have 2 weeks on this so Ill prob bother the prof more till he tells me to f off. Going to my friend after work today who used to ta for this guy since my current ta's seem just as lost. If he cant get it it probably means giving up or just ignoring his stipulations.
TL/SKT
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
May 17 2017 15:29 GMT
#17638
If the professor is a scumbag, I would consider going to a professor who is not a scumbag who has also taught C at the college, approaching him in a very courteous and professional way and ask him to try to help make sense of it.

If even another prof can't make sense of it then you have grounds to challenge it if it hurts your grade.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
May 17 2017 16:00 GMT
#17639
On May 17 2017 23:41 Acrofales wrote:
Show nested quote +
On May 17 2017 23:13 dsyxelic wrote:
I asked on stackoverflow and got similar responses (cant be done or awful assignment forcing bad workarounds which defeats purpose of assignment). I gave pretty much all the directions I was given...

Dunno if this helps but this was what the professor showed and talked about using the stack. He said he basically gave us the answer to the project with this:
+ Show Spoiler +

[image loading]

[image loading]



Image links are broken.


+ Show Spoiler [Fixed links] +

[image loading]
[image loading]
I'll always be your shadow and veil your eyes from states of ain soph aur.
emperorchampion
Profile Blog Joined December 2008
Canada9496 Posts
May 17 2017 18:57 GMT
#17640
Rofl
TRUEESPORTS || your days as a respected member of team liquid are over
Prev 1 880 881 882 883 884 1032 Next
Please log in or register to reply.
Live Events Refresh
Afreeca Starleague
10:00
Ro24 Group A
Sharp vs Scan
Rain vs Mong
Afreeca ASL 10718
StarCastTV_EN237
LiquipediaDiscussion
Replay Cast
09:00
WardiTV Mondays #75
CranKy Ducklings152
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko212
ProTech124
Harstem 54
Rex 51
MindelVK 14
OGKoka 0
StarCraft: Brood War
Calm 18262
Flash 6006
Bisu 4777
Horang2 2570
Jaedong 1511
BeSt 829
Hyuk 743
Stork 336
Pusan 310
Zeus 268
[ Show more ]
Light 259
Larva 183
Leta 162
PianO 87
Killer 68
ToSsGirL 65
Rush 55
Backho 51
NotJumperer 51
Snow 48
Nal_rA 32
Shinee 30
Bale 27
Icarus 21
Hm[arnc] 21
yabsab 20
Terrorterran 17
GoRush 16
soO 14
Noble 13
Movie 10
ajuk12(nOOB) 8
Dota 2
Gorgc2636
Counter-Strike
olofmeister1613
fl0m1503
zeus388
edward82
byalli25
Super Smash Bros
Westballz8
Other Games
singsing706
XBOCT611
B2W.Neo568
shoxiejesuss269
crisheroes213
Sick136
Mew2King53
hiko43
ArmadaUGS6
Organizations
StarCraft: Brood War
UltimateBattle 259
Dota 2
PGL Dota 2 - Main Stream60
StarCraft: Brood War
lovetv 21
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• StrangeGG 26
• CranKy Ducklings SOOP2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 3
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Upcoming Events
Wardi Open
4m
Rex51
WardiTV50
OGKoka 0
Monday Night Weeklies
5h 4m
Sparkling Tuna Cup
22h 4m
Afreeca Starleague
22h 4m
Soulkey vs Ample
JyJ vs sSak
Replay Cast
1d 21h
Afreeca Starleague
1d 22h
hero vs YSC
Larva vs Shine
Kung Fu Cup
1d 23h
Replay Cast
2 days
KCM Race Survival
2 days
The PondCast
2 days
[ Show More ]
WardiTV Team League
3 days
Replay Cast
3 days
WardiTV Team League
4 days
RSL Revival
4 days
Cure vs Zoun
herO vs Rogue
WardiTV Team League
5 days
Platinum Heroes Events
5 days
BSL
5 days
RSL Revival
5 days
ByuN vs Maru
MaxPax vs TriGGeR
WardiTV Team League
6 days
BSL
6 days
Replay Cast
6 days
Afreeca Starleague
6 days
Light vs Calm
Royal vs Mind
Wardi Open
6 days
Liquipedia Results

Completed

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

Ongoing

KCM Race Survival 2026 Season 1
BSL Season 22
CSL Elite League 2026
CSL Season 20: Qualifier 1
ASL Season 21
Acropolis #4 - TS6
RSL Revival: Season 4
Nations Cup 2026
NationLESS Cup
BLAST Open Spring 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

2026 Changsha Offline CUP
CSL Season 20: Qualifier 2
CSL 2026 SPRING (S20)
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
IEM Cologne Major 2026
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
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.