• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 00:06
CEST 06:06
KST 13:06
  • 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 Pt2: News Flash8[ASL21] Ro24 Preview Pt1: New Chaos0Team Liquid Map Contest #22 - Presented by Monster Energy13ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book20
Community News
Weekly Cups (March 23-29): herO takes triple5Aligulac acquired by REPLAYMAN.com/Stego Research6Weekly Cups (March 16-22): herO doubles, Cure surprises3Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool49Weekly Cups (March 9-15): herO, Clem, ByuN win4
StarCraft 2
General
Aligulac acquired by REPLAYMAN.com/Stego Research Team Liquid Map Contest #22 - Presented by Monster Energy What mix of new & old maps do you want in the next ladder pool? (SC2) herO wins SC2 All-Star Invitational Weekly Cups (March 23-29): herO takes triple
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament RSL Season 4 announced for March-April StarCraft Evolution League (SC Evo Biweekly) WardiTV Mondays World University TeamLeague (500$+) | Signups Open
Strategy
Custom Maps
[M] (2) Frigid Storage Publishing has been re-enabled! [Feb 24th 2026]
External Content
Mutation # 519 Inner Power The PondCast: SC2 News & Results Mutation # 518 Radiation Zone Mutation # 517 Distant Threat
Brood War
General
BW General Discussion Build Order Practice Maps [ASL21] Ro24 Preview Pt2: News Flash BGH Auto Balance -> http://bghmmr.eu/ Pros React To: SoulKey vs Ample
Tourneys
[ASL21] Ro24 Group E [ASL21] Ro24 Group F 🌍 Weekly Foreign Showmatches [ASL21] Ro24 Group B
Strategy
Fighting Spirit mining rates What's the deal with APM & what's its true value Simple Questions, Simple Answers
Other Games
General Games
Stormgate/Frost Giant Megathread Starcraft Tabletop Miniature Game Nintendo Switch Thread General RTS Discussion Thread Darkest Dungeon
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
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
Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
US Politics Mega-thread Canadian Politics Mega-thread Things Aren’t Peaceful in Palestine The Games Industry And ATVI European Politico-economics QA Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion Cricket [SPORT] Tokyo Olympics 2021 Thread General nutrition recommendations
World Cup 2022
Tech Support
[G] How to Block Livestream Ads
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
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 7918 users

The Big Programming Thread - Page 740

Forum Index > General Forum
Post a Reply
Prev 1 738 739 740 741 742 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.
Manit0u
Profile Blog Joined August 2004
Poland17707 Posts
July 08 2016 12:47 GMT
#14781
How are your experiences with React.js if any?
Time is precious. Waste it wisely.
Cynry
Profile Blog Joined August 2010
810 Posts
July 08 2016 21:08 GMT
#14782
Syntax is a bit confusing at first but makes very clear what is happening. Forces you to think in a certain way about your application (one way data flow, smart/dumb components), which is a plus for big projects imo.
Afaik it's the first true component framework, so there's that.

Only been working with it for 15/20 hours, but we plan on switching to it fully. I'll keep you updated if you're interested.
Manit0u
Profile Blog Joined August 2004
Poland17707 Posts
Last Edited: 2016-07-09 02:23:13
July 09 2016 02:22 GMT
#14783
On July 09 2016 06:08 Cynry wrote:
Syntax is a bit confusing at first but makes very clear what is happening. Forces you to think in a certain way about your application (one way data flow, smart/dumb components), which is a plus for big projects imo.
Afaik it's the first true component framework, so there's that.

Only been working with it for 15/20 hours, but we plan on switching to it fully. I'll keep you updated if you're interested.


Please do. We want to decouple front- and back-end development and can't really decide between Angular/Backbone/Ember and React since no one at the company has any real experience with any of them.

Also relevant:
http://www.isaacchansky.me/days-since-last-new-js-framework/

Fucking depressing...
Time is precious. Waste it wisely.
Cynry
Profile Blog Joined August 2010
810 Posts
July 09 2016 06:12 GMT
#14784
React is a bit ahead in the component...race ? Not really a race, but they do it, angular will in 2.0 I think, but our front end guy seems to think it's a bit patched up on angular, it's alright according to him, not on react's level though. Then, if you plan on going mobile, there's react native and the promise somewhere along the line of having to code your interface only once (at least, reuse some parts).
And then there's the thing I hate saying, but I think React is winning the trend war. Yep.
Oh and also, angular performance just sucks compared to react. At least this metric makes some sense...

About javascript frameworks and "fatigue" (cause that's a thing now). Yeah. Depressing. How many times have I yelled at my comp "this shouldn't be that complicated" when setting up meteor + react + whatever else (wanna put some redux in there ? How about DnD for drap and drop ? There always seems to be a + something you can add to look cool). Sometimes a hint of "it would be better if..." but then this is how new frameworks appear so you keep that to yourself and keep writing 3 wrappers for every piece of UI. Meh.
FreeZer
Profile Joined January 2011
Sweden288 Posts
July 09 2016 17:20 GMT
#14785
On July 08 2016 21:47 Manit0u wrote:
How are your experiences with React.js if any?


I'm using Rails and React.js right now in a hobby project at home. I'm very satisified with React and I think if offers a good way of structuring your javascript into view-components. However, to get great benefit from it in a javascript-app it really should be used together with Redux and Immutable.js.

Basically the idea is that you have a pipeline, where you insert actions in one end, and get a rendered component out from the other end. Any action that causes the model to change to a new state will trigger a series of re-rendering through the react-components that are affected, and the immutability and single point of entry for changes into your program makes it very easy to reason about your application and understand what is happening. If you like functional programming you definately will like React + redux.
Ahh Scept-- hey where did you come from?
-Zoda-
Profile Blog Joined April 2011
France3578 Posts
July 09 2016 21:57 GMT
#14786
On July 09 2016 15:12 Cynry wrote:

About javascript frameworks and "fatigue" (cause that's a thing now). Yeah. Depressing. How many times have I yelled at my comp "this shouldn't be that complicated" when setting up meteor + react + whatever else (wanna put some redux in there ?

Or you could be using ember-cli.
♪ 最初はi つなぐdo それ つまりlife 常に移動 ♪ - IGN: Uhryks
Cynry
Profile Blog Joined August 2010
810 Posts
July 09 2016 22:22 GMT
#14787
Disregarding if ember is a good solution or not, you gotta appreciate the irony in the answer you gave at a sentence that started with javascript fatigue ^^ "Oh hey, easy, add another framework"
Hhanh00
Profile Joined May 2016
34 Posts
July 10 2016 01:52 GMT
#14788
After having tried many of them (including the major ones - Angular/Backbone/Ember and React) I recommend you consider MithrilJS. You can take a look at various JS framework in practice at http://todomvc.com/

- Angular: Feels simple at the beginning but doing something special requires deep understanding of the framework. I.e. there is a lot of 'magic' going on.
- Backbone: Takes care of model + bindings but no view
- Ember: Opiniated and the template engine comes from a different project. The integration isn't without friction.
- React: View only. Need to add redux or something similar.

Mithril is similar to react, it also does virtual dom diffing but it includes the MVC part and it's smaller and faster.

TheEmulator
Profile Blog Joined July 2010
28100 Posts
July 12 2016 03:15 GMT
#14789
https://pythonclock.org/

RIP Python 2!!
Administrator
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
July 12 2016 13:30 GMT
#14790
I built a WAMP stack, but I'm having an issue with curl where my phpinfo says it is enabled, but the function calls are causing errors. Will provide additional info in spoiler below. Any help getting this resolved would be appreciated.

+ Show Spoiler +


The curl dll file is uncommented in my php.ini file and the server has been bounced. phpinfo claims that curl is enabled, but the function calls are not working.

Test Script:
Fatal error: Call to undefined function curl_init() in index.php on line 2
$ch = curl_init();


+ Show Spoiler [phpinfo] +
curl

cURL support => enabled
cURL Information => 7.49.1
Age => 3
Features
AsynchDNS => Yes
CharConv => No
Debug => No
GSS-Negotiate => No
IDN => Yes
IPv6 => Yes
krb4 => No
Largefile => Yes
libz => Yes
NTLM => Yes
NTLMWB => No
SPNEGO => Yes
SSL => Yes
SSPI => Yes
TLS-SRP => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host => i386-pc-win32
SSL Version => OpenSSL/1.0.1t
ZLib Version => 1.2.7.3
libSSH Version => libssh2/1.7.0


I've seen some stack overflow posts about a corrupted curl dll, but I'm using php 5.6.23 which isn't one of the afflicted versions.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Manit0u
Profile Blog Joined August 2004
Poland17707 Posts
July 12 2016 14:13 GMT
#14791
On July 12 2016 22:30 Blitzkrieg0 wrote:
I built a WAMP stack, but I'm having an issue with curl where my phpinfo says it is enabled, but the function calls are causing errors. Will provide additional info in spoiler below. Any help getting this resolved would be appreciated.

+ Show Spoiler +


The curl dll file is uncommented in my php.ini file and the server has been bounced. phpinfo claims that curl is enabled, but the function calls are not working.

Test Script:
Fatal error: Call to undefined function curl_init() in index.php on line 2
$ch = curl_init();


+ Show Spoiler [phpinfo] +
curl

cURL support => enabled
cURL Information => 7.49.1
Age => 3
Features
AsynchDNS => Yes
CharConv => No
Debug => No
GSS-Negotiate => No
IDN => Yes
IPv6 => Yes
krb4 => No
Largefile => Yes
libz => Yes
NTLM => Yes
NTLMWB => No
SPNEGO => Yes
SSL => Yes
SSPI => Yes
TLS-SRP => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host => i386-pc-win32
SSL Version => OpenSSL/1.0.1t
ZLib Version => 1.2.7.3
libSSH Version => libssh2/1.7.0


I've seen some stack overflow posts about a corrupted curl dll, but I'm using php 5.6.23 which isn't one of the afflicted versions.


One of the common problems with WAMP/XAMPP stacks is that there are multiple php.ini files (for sure there's a different one for cli and cgi) and it might be reading the wrong one for the request. Might look into that to begin with.
Time is precious. Waste it wisely.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2016-07-12 14:29:30
July 12 2016 14:27 GMT
#14792
On July 12 2016 23:13 Manit0u wrote:
Show nested quote +
On July 12 2016 22:30 Blitzkrieg0 wrote:
I built a WAMP stack, but I'm having an issue with curl where my phpinfo says it is enabled, but the function calls are causing errors. Will provide additional info in spoiler below. Any help getting this resolved would be appreciated.

+ Show Spoiler +


The curl dll file is uncommented in my php.ini file and the server has been bounced. phpinfo claims that curl is enabled, but the function calls are not working.

Test Script:
Fatal error: Call to undefined function curl_init() in index.php on line 2
$ch = curl_init();


+ Show Spoiler [phpinfo] +
curl

cURL support => enabled
cURL Information => 7.49.1
Age => 3
Features
AsynchDNS => Yes
CharConv => No
Debug => No
GSS-Negotiate => No
IDN => Yes
IPv6 => Yes
krb4 => No
Largefile => Yes
libz => Yes
NTLM => Yes
NTLMWB => No
SPNEGO => Yes
SSL => Yes
SSPI => Yes
TLS-SRP => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host => i386-pc-win32
SSL Version => OpenSSL/1.0.1t
ZLib Version => 1.2.7.3
libSSH Version => libssh2/1.7.0


I've seen some stack overflow posts about a corrupted curl dll, but I'm using php 5.6.23 which isn't one of the afflicted versions.


One of the common problems with WAMP/XAMPP stacks is that there are multiple php.ini files (for sure there's a different one for cli and cgi) and it might be reading the wrong one for the request. Might look into that to begin with.


I'm not using one of the pre-compiled stacks. I installedcompiled php into C:\php and there is only one file called php.ini in that folder.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
July 12 2016 14:35 GMT
#14793
On July 12 2016 23:27 Blitzkrieg0 wrote:
Show nested quote +
On July 12 2016 23:13 Manit0u wrote:
On July 12 2016 22:30 Blitzkrieg0 wrote:
I built a WAMP stack, but I'm having an issue with curl where my phpinfo says it is enabled, but the function calls are causing errors. Will provide additional info in spoiler below. Any help getting this resolved would be appreciated.

+ Show Spoiler +


The curl dll file is uncommented in my php.ini file and the server has been bounced. phpinfo claims that curl is enabled, but the function calls are not working.

Test Script:
Fatal error: Call to undefined function curl_init() in index.php on line 2
$ch = curl_init();


+ Show Spoiler [phpinfo] +
curl

cURL support => enabled
cURL Information => 7.49.1
Age => 3
Features
AsynchDNS => Yes
CharConv => No
Debug => No
GSS-Negotiate => No
IDN => Yes
IPv6 => Yes
krb4 => No
Largefile => Yes
libz => Yes
NTLM => Yes
NTLMWB => No
SPNEGO => Yes
SSL => Yes
SSPI => Yes
TLS-SRP => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host => i386-pc-win32
SSL Version => OpenSSL/1.0.1t
ZLib Version => 1.2.7.3
libSSH Version => libssh2/1.7.0


I've seen some stack overflow posts about a corrupted curl dll, but I'm using php 5.6.23 which isn't one of the afflicted versions.


One of the common problems with WAMP/XAMPP stacks is that there are multiple php.ini files (for sure there's a different one for cli and cgi) and it might be reading the wrong one for the request. Might look into that to begin with.


I'm not using one of the pre-compiled stacks. I installedcompiled php into C:\php and there is only one file called php.ini in that folder.


Do you have the line
extension=php_curl.dll
somewhere and is your curl dll the same version (x86/x64) as your PHP?
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2016-07-12 14:42:37
July 12 2016 14:42 GMT
#14794
On July 12 2016 23:35 Morfildur wrote:
Show nested quote +
On July 12 2016 23:27 Blitzkrieg0 wrote:
On July 12 2016 23:13 Manit0u wrote:
On July 12 2016 22:30 Blitzkrieg0 wrote:
I built a WAMP stack, but I'm having an issue with curl where my phpinfo says it is enabled, but the function calls are causing errors. Will provide additional info in spoiler below. Any help getting this resolved would be appreciated.

+ Show Spoiler +


The curl dll file is uncommented in my php.ini file and the server has been bounced. phpinfo claims that curl is enabled, but the function calls are not working.

Test Script:
Fatal error: Call to undefined function curl_init() in index.php on line 2
$ch = curl_init();


+ Show Spoiler [phpinfo] +
curl

cURL support => enabled
cURL Information => 7.49.1
Age => 3
Features
AsynchDNS => Yes
CharConv => No
Debug => No
GSS-Negotiate => No
IDN => Yes
IPv6 => Yes
krb4 => No
Largefile => Yes
libz => Yes
NTLM => Yes
NTLMWB => No
SPNEGO => Yes
SSL => Yes
SSPI => Yes
TLS-SRP => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host => i386-pc-win32
SSL Version => OpenSSL/1.0.1t
ZLib Version => 1.2.7.3
libSSH Version => libssh2/1.7.0


I've seen some stack overflow posts about a corrupted curl dll, but I'm using php 5.6.23 which isn't one of the afflicted versions.


One of the common problems with WAMP/XAMPP stacks is that there are multiple php.ini files (for sure there's a different one for cli and cgi) and it might be reading the wrong one for the request. Might look into that to begin with.


I'm not using one of the pre-compiled stacks. I installedcompiled php into C:\php and there is only one file called php.ini in that folder.


Do you have the line
extension=php_curl.dll
somewhere and is your curl dll the same version (x86/x64) as your PHP?


+ Show Spoiler [php.ini] +
;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
extension=php_intl.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_exif.dll ; Must be after mbstring as it depends on it
;extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8_12c.dll ; Use with Oracle Database 12c Instant Client
extension=php_openssl.dll
;extension=php_pdo_firebird.dll
;extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
;extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
extension=php_soap.dll
;extension=php_sockets.dll
extension=php_sqlite3.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
extension=php_xmlrpc.dll
;extension=php_xsl.dll


They're both x86 yes.
I'll always be your shadow and veil your eyes from states of ain soph aur.
tofucake
Profile Blog Joined October 2009
Hyrule19200 Posts
July 12 2016 14:51 GMT
#14795
give up on wamp

acquire Vagrant
Liquipediaasante sana squash banana
RoyGBiv_13
Profile Blog Joined August 2010
United States1275 Posts
July 12 2016 15:22 GMT
#14796
On July 12 2016 12:15 TheEmulator wrote:
https://pythonclock.org/

RIP Python 2!!


and yet, every new python program I write is still in python 2. I should probably fix this habit.
Any sufficiently advanced technology is indistinguishable from magic
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2016-07-12 20:16:43
July 12 2016 20:09 GMT
#14797
I'm pretty sure it's a path issue with my Apache server. Is there any reason my system path wouldn't be synced so it can pull the files? I have already bounced the windows server to try to get the system path working.

nope.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Manit0u
Profile Blog Joined August 2004
Poland17707 Posts
July 12 2016 20:28 GMT
#14798
Have you tried managing extensions through wamp panel?
Time is precious. Waste it wisely.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2016-07-12 20:33:57
July 12 2016 20:33 GMT
#14799
On July 13 2016 05:28 Manit0u wrote:
Have you tried managing extensions through wamp panel?


I built each component of the stack myself. I'm not actually utilizing WAMP.

If I run php -m then the modules are listed (curl, mysqli, openssl), but when I run phpinfo() on the server the modules aren't listed so it has to be something wrong with my Apache installation; I just can't figure out what yet.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Manit0u
Profile Blog Joined August 2004
Poland17707 Posts
July 12 2016 23:24 GMT
#14800
May I suggest trying to switch to Nginx for a while? This way you could make sure if it's a problem with Apache or PHP installation.
Time is precious. Waste it wisely.
Prev 1 738 739 740 741 742 1032 Next
Please log in or register to reply.
Live Events Refresh
PiGosaur Cup
00:00
#75
PiGStarcraft585
SteadfastSC109
CranKy Ducklings108
EnkiAlexander 57
davetesta44
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft585
RuFF_SC2 219
SteadfastSC 109
Nina 91
StarCraft: Brood War
GuemChi 6195
Horang2 2114
PianO 715
Noble 22
Icarus 6
Dota 2
monkeys_forever745
Counter-Strike
m0e_tv391
Other Games
summit1g10040
WinterStarcraft337
C9.Mang0289
Maynarde107
ViBE107
Organizations
Other Games
gamesdonequick921
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Hupsaiya 76
• practicex 21
• CranKy Ducklings SOOP5
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• AfreecaTV YouTube
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo946
Other Games
• Scarra871
Upcoming Events
Replay Cast
4h 54m
Afreeca Starleague
5h 54m
BeSt vs Leta
Queen vs Jaedong
Kung Fu Cup
6h 54m
Replay Cast
19h 54m
The PondCast
1d 5h
OSC
1d 19h
RSL Revival
2 days
TriGGeR vs Cure
ByuN vs Rogue
Replay Cast
2 days
RSL Revival
3 days
Maru vs MaxPax
BSL
3 days
[ Show More ]
RSL Revival
4 days
uThermal 2v2 Circuit
4 days
BSL
4 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

CSL Season 20: Qualifier 1
WardiTV Winter 2026
NationLESS Cup

Ongoing

BSL Season 22
CSL Elite League 2026
ASL Season 21
CSL Season 20: Qualifier 2
RSL Revival: Season 4
Nations Cup 2026
Stake Ranked Episode 1
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

Escore Tournament S2: W1
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
StarCraft2 Community Team League 2026 Spring
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.