• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:36
CEST 12:36
KST 19:36
  • 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
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Weekly Cups (June 30 - July 6): Classic Doubles0[BSL20] Non-Korean Championship 4x BSL + 4x China7Flash Announces Hiatus From ASL63Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event22
StarCraft 2
General
Weekly Cups (June 30 - July 6): Classic Doubles Program: SC2 / XSplit / OBS Scene Switcher The SCII GOAT: A statistical Evaluation Statistics for vetoed/disliked maps Weekly Cups (June 23-29): Reynor in world title form?
Tourneys
RSL: Revival, a new crowdfunded tournament series FEL Cracov 2025 (July 27) - $8000 live event Sparkling Tuna Cup - Weekly Open Tournament WardiTV Mondays Korean Starcraft League Week 77
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma
Brood War
General
ASL20 Preliminary Maps SC uni coach streams logging into betting site Player “Jedi” cheat on CSL Flash Announces Hiatus From ASL BW General Discussion
Tourneys
[BSL20] Grand Finals - Sunday 20:00 CET [BSL20] Non-Korean Championship 4x BSL + 4x China CSL Xiamen International Invitational The Casual Games of the Week Thread
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Stop Killing Games - European Citizens Initiative Summer Games Done Quick 2024! Summer Games Done Quick 2025! Russo-Ukrainian War Thread
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 691 users

The Big Programming Thread - Page 740

Forum Index > General Forum
Post a Reply
Prev 1 738 739 740 741 742 1031 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
Poland17243 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
Poland17243 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
28087 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
Poland17243 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
Hyrule19031 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
Poland17243 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
Poland17243 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 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 25m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Creator 99
Rex 5
StarCraft: Brood War
Hyuk 759
Pusan 491
Soma 457
Stork 309
Jaedong 205
ZerO 170
Sharp 160
Larva 134
sorry 129
Soulkey 98
[ Show more ]
sSak 98
Shine 65
yabsab 51
Snow 39
Aegong 39
Free 27
zelot 26
JulyZerg 25
Mind 24
IntoTheRainbow 10
ivOry 3
Dota 2
XcaliburYe586
XaKoH 466
syndereN92
League of Legends
singsing182
Counter-Strike
shoxiejesuss675
x6flipin382
allub147
Super Smash Bros
Mew2King215
Other Games
Pyrionflax305
crisheroes265
SortOf152
rGuardiaN45
ZerO(Twitch)16
Organizations
Other Games
gamesdonequick29158
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2227
League of Legends
• HappyZerGling100
Other Games
• WagamamaTV166
Upcoming Events
Wardi Open
25m
Replay Cast
13h 25m
Sparkling Tuna Cup
23h 25m
WardiTV European League
1d 5h
MaNa vs sebesdes
Mixu vs Fjant
ByuN vs HeRoMaRinE
ShoWTimE vs goblin
Gerald vs Babymarine
Krystianer vs YoungYakov
PiGosaur Monday
1d 13h
The PondCast
1d 23h
WardiTV European League
2 days
Jumy vs NightPhoenix
Percival vs Nicoract
ArT vs HiGhDrA
MaxPax vs Harstem
Scarlett vs Shameless
SKillous vs uThermal
uThermal 2v2 Circuit
2 days
Replay Cast
2 days
RSL Revival
2 days
ByuN vs SHIN
Clem vs Reynor
[ Show More ]
Replay Cast
3 days
RSL Revival
3 days
Classic vs Cure
FEL
4 days
RSL Revival
4 days
FEL
5 days
FEL
5 days
Sparkling Tuna Cup
5 days
RSL Revival
5 days
FEL
6 days
Liquipedia Results

Completed

BSL Season 20
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Jiahua Invitational
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
CSL Xiamen Invitational
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #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 © 2025 TLnet. All Rights Reserved.