• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 17:42
CEST 23:42
KST 06:42
  • 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
[BSL20] Non-Korean Championship 4x BSL + 4x China1Flash Announces Hiatus From ASL63Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event22Esports World Cup 2025 - Final Player Roster16
StarCraft 2
General
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? PiG Sty Festival #5: Playoffs Preview + Groups Recap
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
SC uni coach streams logging into betting site Player “Jedi” cheat on CSL Flash Announces Hiatus From ASL BW General Discussion Practice Partners (Official)
Tourneys
[BSL20] Non-Korean Championship 4x BSL + 4x China CSL Xiamen International Invitational The Casual Games of the Week Thread [BSL20] Grand Finals - Sunday 20:00 CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread 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 Russo-Ukrainian War Thread Summer Games Done Quick 2025! Trading/Investing Thread Things Aren’t Peaceful in Palestine
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread Formula 1 Discussion 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: 611 users

The Big Programming Thread - Page 683

Forum Index > General Forum
Post a Reply
Prev 1 681 682 683 684 685 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.
berated-
Profile Blog Joined February 2007
United States1134 Posts
November 27 2015 12:06 GMT
#13641
On November 27 2015 18:27 Manit0u wrote:
This way you really link only a single file somewhere in your layout and don't have to worry about it since all the assets will be compiled into them. You just have to run npm install after deployment. During development you might need to run gulp manually each time your js/css changes unless you have an IDE in which you can set up file watchers to do it for you automatically in the background upon file save (jetbrains products have such a feature).


Gulp also has a watch task that you can setup to run your tasks for you after each change.

On November 27 2015 02:48 mantequilla wrote:
N00B to javascript world here. Are these analogous?

npm install ~ mvn install
package.json ~ pom.xml
grunt ~ mvn compile
gulp ~ ???
bower ~ ???


Yes, the first two are pretty equivalent. Unlike maven though package.json (maybe luckily) has less functionality so if you want to do some other tasks during your build step (like Manit0u is pointing out) you also need more tools -- that's where Grunt and Gulp come in. If you ever did ant for java back in the day they are quite similar. So, I think grunt is a bit more complex than just a mvn compile.

Bower is another dependency manager like npm. It still feels a bit weird to me as to why you would want to play with even more dependency manager and build tools just complicating your build set but I think this stack overflow does a decent job explaining the difference..
mantequilla
Profile Blog Joined June 2012
Turkey779 Posts
November 27 2015 12:55 GMT
#13642
Thanks guys Until now I maintained old JSF projects, but from now on company wants to use js+html5 frontends.
Age of Mythology forever!
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2015-11-27 17:14:09
November 27 2015 17:10 GMT
#13643
Glad we could help. Just to clarify, here's how the npm + bower + gulp process looks like:

npm install -> checks if bower and gulp are installed, if not, it downloads and installs them along with additional plugins (gulp-sass, gulp-uglify etc.). Then it proceeds to execute following commands...
bower install -> resolves and downloads all of your external asset dependencies (jquery, bootstrap etc.). When that's done npm fires off
gulp -> performs magic on your own assets, combines them with external assets provided by bower and the dumps them in desired location

In short: npm ( bower ( external assets ), gulp ( local assets, external assets ) );

Just a note of warning, make sure you add all folders where compiled assets go to .gitignore immediately or else you'll have to deal with nightmare commits all the time.
Time is precious. Waste it wisely.
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
November 27 2015 17:19 GMT
#13644
Thanks for the help ropid, manitou and nesserev!

It worked! I overrode my ubuntu install with a new install and after that it automatically booted into ubuntu boat loader where i could select windows and ubuntu. Everything going great.

Then I downloaded the 20 something different HP drivers for w7, installed all that crap great great.

Suddenly in many different applications (firefox, steam) text stopped showing up and apps started behaving weird in general probably some system file corrupted how the fuck did that happen.

Did a system restore to a little before, windows says some update was incorrectly installed, and it fixed the mistakes. All done all done and now when I boot it up the keyboard and mouse don't respond



That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2015-11-27 19:16:40
November 27 2015 17:55 GMT
#13645
Are your mouse and keyboard in USB3 ports? Your drivers for them probably got erased so the ports don't work anymore. Didn't realize it was a laptop.
I'll always be your shadow and veil your eyes from states of ain soph aur.
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
November 27 2015 19:03 GMT
#13646
Do mouse and keyboard on a laptop use usb ports internally?

I dont know but ive given up anyways. Im just gonna buy a separate hard drive to install ubuntu on. Ive had enough of this clusterfuck
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
November 27 2015 20:13 GMT
#13647
Are you sure that those 20 something HP drivers you installed were up-to-date and not conflicting with each other? Seems like a point where things started going bad for you.
Time is precious. Waste it wisely.
Faust852
Profile Joined February 2012
Luxembourg4004 Posts
Last Edited: 2015-11-27 21:42:34
November 27 2015 21:35 GMT
#13648
Java issue here;
I have to check each adjacent cell in a board, the issue is (I guess, I haven't tried yet) the outofindexbound error I'll get if I do that.
ex :

(0,0),(0,1),(0,2),(0,3),(0,4)
(1,0),(1,1),(1,2),(1,3),(1,4)
(2,2),(2,1),(2,2),(2,3),(2,4)
(3,0),(3,1),(3,2),(3,3),(3,4)
(4,0),(4,1),(4,2),(4,3),(4,4)


If i'm in cell (2,2), and check all the adjacent ones (1,1),(1,2),(1,3),(2,1),(2,3),(3,1),(3,2),(3,3) there is no issue;
but if i'm in cell (0,0), I'll have a shitload of error with (-1,-1),(-1,0), etc...

So, do I need to testcase each situation (annoying considering 8x8 array),
Or can I just do :

try {
checkAdjacentsCells();
}
catch (ArrayIndexOutOfBoundsException e) {
//do nothing
}


Edit: answered it to myself, I think the best way is doing a inGridCheck method and applying it in an if statement alongside each check, so it can discard it without ignoring error and it's not that gruesome to do I think.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
November 27 2015 22:02 GMT
#13649
You certainly shouldn't use exceptions for these things. Using an if check is much cleaner and also a lot faster. Also don't call your method "inGridCheck". Use a name like "isInGrid", which makes it clear what the result means. Generally methods that end on "check" seem to be named really badly. At least that was the case for every single one I saw so far.

What you could do if you want to be clever: Add an extra ring of cells around the board with neutral values. Only iterate over the inner part, but don't make any special cases for the outer ring. Might not work for you, if there's no good neutral values for your problem.
If you have a good reason to disagree with the above, please tell me. Thank you.
Faust852
Profile Joined February 2012
Luxembourg4004 Posts
November 27 2015 22:07 GMT
#13650
On November 28 2015 07:02 spinesheath wrote:
You certainly shouldn't use exceptions for these things. Using an if check is much cleaner and also a lot faster. Also don't call your method "inGridCheck". Use a name like "isInGrid", which makes it clear what the result means. Generally methods that end on "check" seem to be named really badly. At least that was the case for every single one I saw so far.

What you could do if you want to be clever: Add an extra ring of cells around the board with neutral values. Only iterate over the inner part, but don't make any special cases for the outer ring. Might not work for you, if there's no good neutral values for your problem.


Yup, don't know why I was thinking this name, when I always start my method name with "is" when it's a boolean one.

The extra ring of cells might be more of an hassle than anything though. I'm doing a Othello game and the view will be a pain in the ass if I have to remove ignore 2 rows and 2 columns, and for the other check I'll have to do too.
I also plan on adding a "value" on each cell for a potential IA so yeah, neutral value would be annoying to play with I think.

But thank you for your response !
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2015-11-27 23:37:30
November 27 2015 22:36 GMT
#13651
Any opinions on qt vs WPF performance? I really wanted to do pure C++ application just for practice but I really dislike how qt uses heap for no good reason. Note that I don't have a 'real' need for C++ UI other than extra performance and personal experience but I know C#/WPF better.

Edit: i guess C#/C++ is always an option.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2015-11-27 23:58:03
November 27 2015 23:54 GMT
#13652
If you want performance I guess you could check out the Corona SDK:

https://coronalabs.com/

It's cross-platform app build tool that uses C and Lua. They have some tools to do advanced graphics (including physics and even mixing it up with html so you can have web pages with physics). I wanted to have a look at it myself when I have some free time.

Their API looks pretty good:

https://docs.coronalabs.com/api/index.html
Time is precious. Waste it wisely.
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
November 28 2015 00:21 GMT
#13653
On November 28 2015 05:13 Manit0u wrote:
Are you sure that those 20 something HP drivers you installed were up-to-date and not conflicting with each other? Seems like a point where things started going bad for you.

Its hard to say for sure since HP offers no information on these things beyond a vague name. Then again when I booted my machine it first went into uefi then into ubuntu then into windows so it probably wasnt all that stable to begin with.
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2015-11-28 00:52:12
November 28 2015 00:51 GMT
#13654
On November 28 2015 08:54 Manit0u wrote:
If you want performance I guess you could check out the Corona SDK:

https://coronalabs.com/

It's cross-platform app build tool that uses C and Lua. They have some tools to do advanced graphics (including physics and even mixing it up with html so you can have web pages with physics). I wanted to have a look at it myself when I have some free time.

Their API looks pretty good:

https://docs.coronalabs.com/api/index.html


When you say C, do you actually mean C++? If it's C, then I'd rather not use it unless Windows API forces me.
Also Wikipedia suggests it's used for mobile development but I should have said desktop instead.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
November 28 2015 02:12 GMT
#13655
On November 28 2015 09:51 darkness wrote:
Show nested quote +
On November 28 2015 08:54 Manit0u wrote:
If you want performance I guess you could check out the Corona SDK:

https://coronalabs.com/

It's cross-platform app build tool that uses C and Lua. They have some tools to do advanced graphics (including physics and even mixing it up with html so you can have web pages with physics). I wanted to have a look at it myself when I have some free time.

Their API looks pretty good:

https://docs.coronalabs.com/api/index.html


When you say C, do you actually mean C++? If it's C, then I'd rather not use it unless Windows API forces me.
Also Wikipedia suggests it's used for mobile development but I should have said desktop instead.


No, I mean ANSI C

But you're not really writing anything in C there I believe. It's what the framework runs on and you only do Lua scripting for it, which is pretty nice.
Time is precious. Waste it wisely.
hooktits
Profile Blog Joined February 2008
United States972 Posts
November 28 2015 02:35 GMT
#13656
Hi i have a question, i'm by far NO expert, but i'm self taught in html, css, php, javascript and mysql. I have never finished a website but started alot and i don't do this for a living just in my free time. So i would say im a beginner still and i only understand procedural code not OOP(this little project doesn't require oop any ways its a very small site i'm just trying to experiment with). I'm working on a little project and i'm trying to allow people to encrypt msgs with pgp encryption(hopefully you know what that is) if your familiar with it. For now i'm just working on my computer running windows 7 and i'm using xampp to test my stuff.

So as far as i understand i need to download something and i think update something in the php.ini file but i'm confused because i haven't played around with php.ini nor have i added a php extension yet and i can't figure out how to do this. So i wanna be able to use these functions http://php.net/manual/en/book.gnupg.php . I downloaded something from here version 1.3.6 http://pecl.php.net/package/gnupg but i have no clue how to install this if i am even on the right track.

Basicly i wanna be able to use the functions for now though i'm just trying to allow users to upload their public key to a database and then have an area to send messages and give the user an option to encrypt it, so if they are msging someone and if they have a valid public key in the database then there will be a checkbox or something that will automaticly encrypt the regular text. if the check box is checked then when the text is sent it is auto encrypted. (It appears to be fairly simple if you understand pgp encryption) which again i'm no expert but i know how to encrypt and decrypt text.

Fairly simple but again i have never worked with this before so was wondering if someone could provide some help thanks
Hooktits of Tits gaming @hooktits twit
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2015-11-28 03:25:58
November 28 2015 03:10 GMT
#13657
On November 28 2015 11:35 hooktits wrote:
my computer running windows 7 and i'm using xampp to test my stuff.


I'm afraid you're out of luck on this one:

https://www.gnupg.org/download/supported_systems.en.html

Edit:
Outdated info. But it will still be hard.

Some things people tried:
http://stackoverflow.com/questions/3103845/gnupg-on-wampserver
http://stackoverflow.com/questions/5073126/how-to-gpg-encrypt-via-php-on-a-windows-platform-under-a-webserver
http://stackoverflow.com/questions/16600708/how-do-you-encrypt-and-decrypt-a-php-string

You might also want to check this thing out:
http://lists.wald.intevation.org/pipermail/gpg4win-announce/2015-November/000067.html
Time is precious. Waste it wisely.
hooktits
Profile Blog Joined February 2008
United States972 Posts
November 28 2015 05:05 GMT
#13658
On November 28 2015 12:10 Manit0u wrote:
Show nested quote +
On November 28 2015 11:35 hooktits wrote:
my computer running windows 7 and i'm using xampp to test my stuff.


I'm afraid you're out of luck on this one:

https://www.gnupg.org/download/supported_systems.en.html

Edit:
Outdated info. But it will still be hard.

Some things people tried:
http://stackoverflow.com/questions/3103845/gnupg-on-wampserver
http://stackoverflow.com/questions/5073126/how-to-gpg-encrypt-via-php-on-a-windows-platform-under-a-webserver
http://stackoverflow.com/questions/16600708/how-do-you-encrypt-and-decrypt-a-php-string

You might also want to check this thing out:
http://lists.wald.intevation.org/pipermail/gpg4win-announce/2015-November/000067.html


thanks so much for the reply manit0u, i have been reading some of the stuff you posted for a little while now and it appears the big problem is the whole windows 7 and wamp server. If i do finish this little project its not going to stay on a wamp server.

Sorry to sound like such a newb but i am one, but what if i had a spare computer(which i do) and i installed linux (which i have never worked with keep in mind) and set it up as a server to test on. I'm sure i could find a guide on how to do the stuff i stated above. Then this would be alot easier maybe? i see on here http://php.net/manual/en/gnupg.installation.php if your scroll down a hair it has instuctions for ubuntu 12.04 that seem pretty simple although steps 3 and 4 dont' make much sense but perhaps they will if i had a shitty little linux based test server.

And again if i ever finish the little project i would imagine it would be running on some kind of linux based servers, as far as i understand most servers are linux based, so i would have to change everything anyway to get the extension to work on there, rather then trying to use it on my windows, wamp test server stuff.

Would my above logic solve this problem assuming i'm able to figure out how to do it??
Hooktits of Tits gaming @hooktits twit
berated-
Profile Blog Joined February 2007
United States1134 Posts
November 28 2015 10:45 GMT
#13659
On November 28 2015 14:05 hooktits wrote:
Show nested quote +
On November 28 2015 12:10 Manit0u wrote:
On November 28 2015 11:35 hooktits wrote:
my computer running windows 7 and i'm using xampp to test my stuff.


I'm afraid you're out of luck on this one:

https://www.gnupg.org/download/supported_systems.en.html

Edit:
Outdated info. But it will still be hard.

Some things people tried:
http://stackoverflow.com/questions/3103845/gnupg-on-wampserver
http://stackoverflow.com/questions/5073126/how-to-gpg-encrypt-via-php-on-a-windows-platform-under-a-webserver
http://stackoverflow.com/questions/16600708/how-do-you-encrypt-and-decrypt-a-php-string

You might also want to check this thing out:
http://lists.wald.intevation.org/pipermail/gpg4win-announce/2015-November/000067.html


thanks so much for the reply manit0u, i have been reading some of the stuff you posted for a little while now and it appears the big problem is the whole windows 7 and wamp server. If i do finish this little project its not going to stay on a wamp server.

Sorry to sound like such a newb but i am one, but what if i had a spare computer(which i do) and i installed linux (which i have never worked with keep in mind) and set it up as a server to test on. I'm sure i could find a guide on how to do the stuff i stated above. Then this would be alot easier maybe? i see on here http://php.net/manual/en/gnupg.installation.php if your scroll down a hair it has instuctions for ubuntu 12.04 that seem pretty simple although steps 3 and 4 dont' make much sense but perhaps they will if i had a shitty little linux based test server.

And again if i ever finish the little project i would imagine it would be running on some kind of linux based servers, as far as i understand most servers are linux based, so i would have to change everything anyway to get the extension to work on there, rather then trying to use it on my windows, wamp test server stuff.

Would my above logic solve this problem assuming i'm able to figure out how to do it??


Not that setting up linux on a spare computer is a bad idea but you could also just install VirtualBox and ubuntu for a quick and dirty trial. It's a lot less of a commitment and if you like it you can progress.
Acrofales
Profile Joined August 2010
Spain17971 Posts
Last Edited: 2015-11-28 11:05:58
November 28 2015 11:01 GMT
#13660
You could also think of AWS. It's free up to a certain amount of storage and bandwidth for at least a year. While you have to install your application, their default lamp config works just fine in most cases.

Here's their howto: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html
Prev 1 681 682 683 684 685 1031 Next
Please log in or register to reply.
Live Events Refresh
BSL: ProLeague
18:00
Grand Finals - bo9
Dewalt vs Bonyth
ZZZero.O615
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Livibee 92
ProTech81
StarCraft: Brood War
ZZZero.O 615
Terrorterran 43
League of Legends
Grubby4460
Dendi1322
Counter-Strike
fl0m1811
Super Smash Bros
Mew2King204
Chillindude77
Westballz49
Heroes of the Storm
Khaldor803
Liquid`Hasu661
Other Games
summit1g4866
FrodaN2916
tarik_tv790
mouzStarbuck327
Pyrionflax208
ViBE124
elazer94
Organizations
Other Games
gamesdonequick44472
EGCTV1715
BasetradeTV47
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• musti20045 62
• Adnapsc2 25
• Kozan
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• 3DClanTV 101
• blackmanpl 6
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• Ler140
League of Legends
• masondota2734
Other Games
• imaqtpie2305
• Shiphtur360
Upcoming Events
Wardi Open
13h 18m
Replay Cast
1d 2h
Sparkling Tuna Cup
1d 12h
WardiTV European League
1d 18h
MaNa vs sebesdes
Mixu vs Fjant
ByuN vs HeRoMaRinE
ShoWTimE vs goblin
Gerald vs Babymarine
Krystianer vs YoungYakov
PiGosaur Monday
2 days
The PondCast
2 days
WardiTV European League
2 days
Jumy vs NightPhoenix
Percival vs Nicoract
ArT vs HiGhDrA
MaxPax vs Harstem
Scarlett vs Shameless
SKillous vs uThermal
Replay Cast
3 days
RSL Revival
3 days
ByuN vs SHIN
Clem vs Reynor
Replay Cast
4 days
[ Show More ]
RSL Revival
4 days
Classic vs Cure
FEL
4 days
RSL Revival
5 days
FEL
5 days
FEL
5 days
Sparkling Tuna Cup
6 days
RSL Revival
6 days
FEL
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
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...

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 © 2025 TLnet. All Rights Reserved.