• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:02
CET 09:02
KST 17:02
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT29Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
BGE Stara Zagora 2026 cancelled3Blizzard Classic Cup - Tastosis announced as captains12Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18BSL Season 224
StarCraft 2
General
Terran AddOns placement BGE Stara Zagora 2026 cancelled BGE Stara Zagora 2026 announced Blizzard Classic Cup - Tastosis announced as captains Team Liquid Map Contest - Preparation Notice
Tourneys
[GSL CK] Team Maru vs. Team herO WardiTV Team League Season 10 Master Swan Open (Global Bronze-Master 2) RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
ASL21 General Discussion BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ Gypsy to Korea Are you ready for ASL 21? Hype VIDEO
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread PC Games Sales Thread Path of Exile No Man's Sky (PS4 and PC) Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Mexico's Drug War Russo-Ukrainian War Thread NASA and the Private Sector Things Aren’t Peaceful in Palestine
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Movie Discussion! [Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
Formula 1 Discussion 2024 - 2026 Football Thread General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Gaming-Related Deaths
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1721 users

The Big Programming Thread - Page 78

Forum Index > General Forum
Post a Reply
Prev 1 76 77 78 79 80 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.
nakam
Profile Joined April 2010
Sweden245 Posts
Last Edited: 2011-09-13 21:52:28
September 13 2011 20:31 GMT
#1541
So I thought I'd try Google Web Toolkit and Eclipse. I have never used Eclipse before so I have a bit of trouble setting it up. I've used this guide http://code.google.com/intl/sv-SE/webtoolkit/usingeclipse.html but when I am starting the web server with Debug As > Web Application I get the following output in the console:

+ Show Spoiler +
java.lang.IllegalArgumentException: URI has an authority component
at java.io.File.<init>(Unknown Source)
at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:260)
at com.google.gwt.dev.cfg.ModuleDefLoader$1.load(ModuleDefLoader.java:198)
at com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java:324)
at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:156)
at com.google.gwt.dev.DevModeBase.loadModule(DevModeBase.java92)
at com.google.gwt.dev.DevMode.loadModule(DevMode.java:557)
at com.google.gwt.dev.DevMode.doStartup(DevMode.java:443)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1058)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:811)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Exception in thread "Thread-2" java.lang.IllegalArgumentException: URI has an authority component
at java.io.File.<init>(Unknown Source)

What does this mean?

EDIT: [SOLVED] Apparently I cannot use my server as workspace.
TL Local Timezone Script - http://www.teamliquid.net/forum/viewmessage.php?topic_id=277156
Phrost
Profile Blog Joined May 2010
United States4008 Posts
September 13 2011 22:18 GMT
#1542
Just a quick question. Is it safe to assume that conventions for 2d collision are the same as 3d collision just with another axis?

I currently have my collision function to check the two possible scenerios on each axis that make it so collision is never possible and if none of them are true then it is assumed they are colliding.

ie obj 1 right side is less than obj 2 left side, collision is never possible.

I am not taking orientation into account in the calculations, just the collision cube.
iamphrost.tumblr.com // http://howtobebettermagicplayer.tumblr.com // twitter @phrost_
heishe
Profile Blog Joined June 2009
Germany2284 Posts
September 13 2011 22:57 GMT
#1543
On September 14 2011 07:18 Phrost wrote:
Just a quick question. Is it safe to assume that conventions for 2d collision are the same as 3d collision just with another axis?

I currently have my collision function to check the two possible scenerios on each axis that make it so collision is never possible and if none of them are true then it is assumed they are colliding.

ie obj 1 right side is less than obj 2 left side, collision is never possible.

I am not taking orientation into account in the calculations, just the collision cube.


Yes, that works just fine, if a "boolean" check with AABBs is really all you want.
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
Clank
Profile Joined April 2011
United States548 Posts
September 13 2011 23:14 GMT
#1544
On September 13 2011 13:26 catamorphist wrote:
Show nested quote +
On September 13 2011 10:59 Clank wrote:
ok, im in high school and looking for some good extracurriculars for colleges. I have limited knowledge in programming, as I've only taken 2 classes, one intro to basic at school, and then an intro to python. I did very well in those classes and enjoyed them , but still, im quite nooby. Basically what im wondering is, do you think it would be possible for me to try and learn how to make a very basic app for the app store? And if that would be too challenging, do you have any suggestions to try and incorporate programming into a fun, good extracurricular?


No, you could do it in a couple weeks worth of evenings. Go do it!


ok, thank you! any tips for getting starting?
catamorphist
Profile Joined May 2010
United States297 Posts
Last Edited: 2011-09-13 23:21:17
September 13 2011 23:20 GMT
#1545
On September 14 2011 08:14 Clank wrote:
Show nested quote +
On September 13 2011 13:26 catamorphist wrote:
On September 13 2011 10:59 Clank wrote:
ok, im in high school and looking for some good extracurriculars for colleges. I have limited knowledge in programming, as I've only taken 2 classes, one intro to basic at school, and then an intro to python. I did very well in those classes and enjoyed them , but still, im quite nooby. Basically what im wondering is, do you think it would be possible for me to try and learn how to make a very basic app for the app store? And if that would be too challenging, do you have any suggestions to try and incorporate programming into a fun, good extracurricular?


No, you could do it in a couple weeks worth of evenings. Go do it!


ok, thank you! any tips for getting starting?


Well, I jumped the gun a little, because I haven't written any iOS apps myself, so I can't give you a lot of advice. Also, I don't think there's an official way to write iOS apps under Windows or Linux, so unless you have a Mac, it's going to be more of a pain in the butt (you'll have to use some cross-compiling tool.)

But if you do have a Mac, then Apple's preferred IDE, XCode, is free and includes all the tools you need to write apps, including iPhone and iPad emulators for testing them. So you should grab it and start looking at the built-in tutorials and documentation.

http://developer.apple.com/xcode/
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
Kfish
Profile Blog Joined May 2010
Chile282 Posts
September 14 2011 01:34 GMT
#1546
Happy programming day!
Phrost
Profile Blog Joined May 2010
United States4008 Posts
Last Edited: 2011-09-14 05:48:05
September 14 2011 02:50 GMT
#1547
On September 14 2011 07:57 heishe wrote:
Show nested quote +
On September 14 2011 07:18 Phrost wrote:
Just a quick question. Is it safe to assume that conventions for 2d collision are the same as 3d collision just with another axis?

I currently have my collision function to check the two possible scenerios on each axis that make it so collision is never possible and if none of them are true then it is assumed they are colliding.

ie obj 1 right side is less than obj 2 left side, collision is never possible.

I am not taking orientation into account in the calculations, just the collision cube.


Yes, that works just fine, if a "boolean" check with AABBs is really all you want.


I just don't want you to walk into a tree. That's about it
iamphrost.tumblr.com // http://howtobebettermagicplayer.tumblr.com // twitter @phrost_
eFonSG
Profile Joined November 2010
United States255 Posts
Last Edited: 2011-09-17 03:39:17
September 17 2011 03:30 GMT
#1548
Hey i was wondering if anyone with a decent amount of knowledge in Java could help me with some code? Im pretty confused right now, and ive been staring at my screen for a few hours hoping i would miraculously figure it out. I really only need some help getting started in the right direction, because im just lost from the start.
tofucake
Profile Blog Joined October 2009
Hyrule19193 Posts
September 17 2011 03:52 GMT
#1549
On September 17 2011 12:30 eFonSG wrote:
Hey i was wondering if anyone with a decent amount of knowledge in Java could help me with some code? Im pretty confused right now, and ive been staring at my screen for a few hours hoping i would miraculously figure it out. I really only need some help getting started in the right direction, because im just lost from the start.

Elaborate? I know the OP says not to post and ask what's wrong, but you can post and say "I tried X, Y, and Z and I still don't know what's going on. Can anyone help?" That's actually the attitude I'd love to see going on.

On September 14 2011 08:14 Clank wrote:
Show nested quote +
On September 13 2011 13:26 catamorphist wrote:
On September 13 2011 10:59 Clank wrote:
ok, im in high school and looking for some good extracurriculars for colleges. I have limited knowledge in programming, as I've only taken 2 classes, one intro to basic at school, and then an intro to python. I did very well in those classes and enjoyed them , but still, im quite nooby. Basically what im wondering is, do you think it would be possible for me to try and learn how to make a very basic app for the app store? And if that would be too challenging, do you have any suggestions to try and incorporate programming into a fun, good extracurricular?


No, you could do it in a couple weeks worth of evenings. Go do it!


ok, thank you! any tips for getting starting?

Just Do It™. That's my approach.
Liquipediaasante sana squash banana
eFonSG
Profile Joined November 2010
United States255 Posts
September 17 2011 04:44 GMT
#1550
On September 17 2011 12:52 tofucake wrote:
Show nested quote +
On September 17 2011 12:30 eFonSG wrote:
Hey i was wondering if anyone with a decent amount of knowledge in Java could help me with some code? Im pretty confused right now, and ive been staring at my screen for a few hours hoping i would miraculously figure it out. I really only need some help getting started in the right direction, because im just lost from the start.

Elaborate? I know the OP says not to post and ask what's wrong, but you can post and say "I tried X, Y, and Z and I still don't know what's going on. Can anyone help?" That's actually the attitude I'd love to see going on.

Show nested quote +
On September 14 2011 08:14 Clank wrote:
On September 13 2011 13:26 catamorphist wrote:
On September 13 2011 10:59 Clank wrote:
ok, im in high school and looking for some good extracurriculars for colleges. I have limited knowledge in programming, as I've only taken 2 classes, one intro to basic at school, and then an intro to python. I did very well in those classes and enjoyed them , but still, im quite nooby. Basically what im wondering is, do you think it would be possible for me to try and learn how to make a very basic app for the app store? And if that would be too challenging, do you have any suggestions to try and incorporate programming into a fun, good extracurricular?


No, you could do it in a couple weeks worth of evenings. Go do it!


ok, thank you! any tips for getting starting?

Just Do It™. That's my approach.


Can do, Im trying to make a program that will ask for a user input for a full name, then re-arrange the order and capitalization to match the exercise ( and it forces me to use nextLine() rather than next()). For example
import java.util.Scanner;
public class ThreeNames{
public static void main(String[]args){
Scanner A = new Scanner (System.in);
System.out.print("Please enter your name: ");
String Name = A.nextLine();

The user would type in a full name, such as firstname middlename lastname, i need to then rearrange it so that it shows the initials(F.M.L), and then re-arrange it so that its Lastname, firstname M.
Ive been trying to use substring() to break apart the the string Name into just the first letters so that i can capitalize them

String B = (Name.substring(0,1)).toUpperCase());

This would give me the very fist letter of the first name so that i could capitalize it. My problem is that i dont know how to get the first letters of the middlename and lastname, so i can capitalize them and put them in proper format. I was under the assumption that substring() can only have ints as its argument and not whitespace characters, which was my first guess. But that failed pretty miserably. So im not really sure how to break up the string Name because i cant predict how long the name will be, and therefore cannot have an actual int value for the substring. Maybe im looking at it wrong, but any help would be greatly appreciated.


tofucake
Profile Blog Joined October 2009
Hyrule19193 Posts
September 17 2011 05:56 GMT
#1551
Check out Split
Liquipediaasante sana squash banana
PimpWilly
Profile Blog Joined January 2011
United States228 Posts
September 17 2011 06:45 GMT
#1552
you can use split, and search for blank spaces. Or you can use a Tokenizer to break the string up into it's separate parts and get them that way as well, both should work fine
Shootist
Profile Joined May 2011
Singapore405 Posts
September 17 2011 16:21 GMT
#1553
Out of curiosity, what domain are most of the programmers/developers here in? Web, mobile, enterprise systems, etc?

I run a little web agency where I also do the web development work (HTML5/PHP/MySQL).
EscPlan9
Profile Blog Joined December 2006
United States2777 Posts
September 17 2011 16:40 GMT
#1554
On September 17 2011 13:44 eFonSG wrote:
Show nested quote +
On September 17 2011 12:52 tofucake wrote:
On September 17 2011 12:30 eFonSG wrote:
Hey i was wondering if anyone with a decent amount of knowledge in Java could help me with some code? Im pretty confused right now, and ive been staring at my screen for a few hours hoping i would miraculously figure it out. I really only need some help getting started in the right direction, because im just lost from the start.

Elaborate? I know the OP says not to post and ask what's wrong, but you can post and say "I tried X, Y, and Z and I still don't know what's going on. Can anyone help?" That's actually the attitude I'd love to see going on.

On September 14 2011 08:14 Clank wrote:
On September 13 2011 13:26 catamorphist wrote:
On September 13 2011 10:59 Clank wrote:
ok, im in high school and looking for some good extracurriculars for colleges. I have limited knowledge in programming, as I've only taken 2 classes, one intro to basic at school, and then an intro to python. I did very well in those classes and enjoyed them , but still, im quite nooby. Basically what im wondering is, do you think it would be possible for me to try and learn how to make a very basic app for the app store? And if that would be too challenging, do you have any suggestions to try and incorporate programming into a fun, good extracurricular?


No, you could do it in a couple weeks worth of evenings. Go do it!


ok, thank you! any tips for getting starting?

Just Do It™. That's my approach.


Can do, Im trying to make a program that will ask for a user input for a full name, then re-arrange the order and capitalization to match the exercise ( and it forces me to use nextLine() rather than next()). For example
import java.util.Scanner;
public class ThreeNames{
public static void main(String[]args){
Scanner A = new Scanner (System.in);
System.out.print("Please enter your name: ");
String Name = A.nextLine();

The user would type in a full name, such as firstname middlename lastname, i need to then rearrange it so that it shows the initials(F.M.L), and then re-arrange it so that its Lastname, firstname M.
Ive been trying to use substring() to break apart the the string Name into just the first letters so that i can capitalize them

String B = (Name.substring(0,1)).toUpperCase());

This would give me the very fist letter of the first name so that i could capitalize it. My problem is that i dont know how to get the first letters of the middlename and lastname, so i can capitalize them and put them in proper format. I was under the assumption that substring() can only have ints as its argument and not whitespace characters, which was my first guess. But that failed pretty miserably. So im not really sure how to break up the string Name because i cant predict how long the name will be, and therefore cannot have an actual int value for the substring. Maybe im looking at it wrong, but any help would be greatly appreciated.




I remember doing a similar exercise back in my first java class. I believe I did it just with a mixture of Substring and IndexOf methods. Split would be easier though. Check javadocs String class for the Substring and IndexOf method documentation if you decide to go that route. Use the IndexOf method taking a string and integer as parameters (so you can specify not only the " " whitespace string, but also the position to start the search from so you can substring out the names you need).
Undefeated TL Tecmo Super Bowl League Champion
dwh
Profile Joined January 2011
Belarus8 Posts
September 17 2011 18:55 GMT
#1555
On September 18 2011 01:21 Shootist wrote:
Out of curiosity, what domain are most of the programmers/developers here in? Web, mobile, enterprise systems, etc?

I run a little web agency where I also do the web development work (HTML5/PHP/MySQL).

Web/enterprise java developer here. Currently developing software for one of the largest airline companies in Russia. Syberian Airlines website.
Yep im very proud of it. ^_^
naut1c
Profile Joined April 2011
Austria100 Posts
September 17 2011 19:04 GMT
#1556
why doesnt anyone who can program c++, write a video capture driver that can read fullscreen directx games and make them accessible for flash live media encoder
Keitzer
Profile Blog Joined May 2010
United States2509 Posts
September 17 2011 19:06 GMT
#1557
On September 18 2011 01:21 Shootist wrote:
Out of curiosity, what domain are most of the programmers/developers here in? Web, mobile, enterprise systems, etc?

I run a little web agency where I also do the web development work (HTML5/PHP/MySQL).


Apps for the iPhone (so Objective-C)... i know Java pretty good too....

What I'd like to learn in the future is HTML5 for development on Windows 8... looks pretty awesome the way they're setting it up
I'm like badass squared | KeitZer.489
MrShankly
Profile Blog Joined October 2009
United Kingdom371 Posts
September 17 2011 19:11 GMT
#1558
On September 18 2011 01:21 Shootist wrote:
Out of curiosity, what domain are most of the programmers/developers here in? Web, mobile, enterprise systems, etc?

I run a little web agency where I also do the web development work (HTML5/PHP/MySQL).

I study game dev at uni, i use some c# and xna framework for xbox, C++ and directx for windows games and i code in C++ for iphone stuff!


I kinda know some java too which i learned at college
DONATE SC2 BETA KEY TO ME PLEASE
HowitZer
Profile Joined February 2003
United States1610 Posts
Last Edited: 2011-09-17 19:18:10
September 17 2011 19:13 GMT
#1559
On September 18 2011 01:21 Shootist wrote:
Out of curiosity, what domain are most of the programmers/developers here in? Web, mobile, enterprise systems, etc?

I run a little web agency where I also do the web development work (HTML5/PHP/MySQL).


Developing a mixed(native low level code with a managed GUI on top) C++ particle analysis program in Visual Studio 2008. I work on an asp.net website used internally for test results analysis. The test results are reported to asp.net web services from various machines and stored in a postgresql database. The asp.net website queries the postgresql database to get information to show on the site. I run a build system and test system using CruiseControl.net and Java CruiseControl. I use Nant with ccnet and Ant with the normal java cruisecontrol. I use XML heavily and CSS and XSL to format data into build and test notification emails.
Human teleportation, molecular decimation, breakdown and reformation is inherently purging. It makes a man acute.
HowitZer
Profile Joined February 2003
United States1610 Posts
Last Edited: 2011-09-17 19:29:22
September 17 2011 19:16 GMT
#1560
On September 14 2011 07:18 Phrost wrote:
Just a quick question. Is it safe to assume that conventions for 2d collision are the same as 3d collision just with another axis?

I currently have my collision function to check the two possible scenerios on each axis that make it so collision is never possible and if none of them are true then it is assumed they are colliding.

ie obj 1 right side is less than obj 2 left side, collision is never possible.

I am not taking orientation into account in the calculations, just the collision cube.


3d collision detection requires a solid understanding of 3d vectors and planes. Determining whether a ray between two points intersects a plane requires some study at first.

This is a really nice page to get started http://www.gamespp.com/algorithms/collisionDetection.html
Human teleportation, molecular decimation, breakdown and reformation is inherently purging. It makes a man acute.
Prev 1 76 77 78 79 80 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 15h 58m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 135
StarCraft: Brood War
sSak 199
Leta 131
EffOrt 95
Backho 61
Larva 40
Bale 15
Dota 2
XaKoH 462
NeuroSwarm126
League of Legends
JimRising 530
Counter-Strike
Stewie2K868
m0e_tv690
shoxiejesuss117
Heroes of the Storm
Khaldor110
Other Games
ceh9392
Happy246
Hui .108
Sick97
crisheroes18
Organizations
Dota 2
PGL Dota 2 - Main Stream2988
Other Games
gamesdonequick958
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
League of Legends
• Lourlo1174
• Stunt624
• HappyZerGling120
Upcoming Events
Replay Cast
15h 58m
CranKy Ducklings
1d 1h
RSL Revival
1d 1h
MaxPax vs Rogue
Clem vs Bunny
WardiTV Team League
1d 3h
uThermal 2v2 Circuit
1d 8h
Patches Events
1d 8h
BSL
1d 11h
Sparkling Tuna Cup
2 days
RSL Revival
2 days
ByuN vs SHIN
Maru vs Krystianer
WardiTV Team League
2 days
[ Show More ]
BSL
2 days
Replay Cast
2 days
Replay Cast
3 days
Wardi Open
3 days
Monday Night Weeklies
3 days
WardiTV Team League
4 days
GSL
5 days
The PondCast
6 days
WardiTV Team League
6 days
Replay Cast
6 days
Liquipedia Results

Completed

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

Ongoing

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

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
TLPD

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

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.