• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 01:00
CEST 07:00
KST 14:00
  • 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
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence10Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
#1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups Team Liquid Map Contest #21 - Presented by Monster Energy SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris SC4ALL $6,000 Open LAN in Philadelphia Sparkling Tuna Cup - Weekly Open Tournament WardiTV TL Team Map Contest #5 Tournaments RSL: Revival, a new crowdfunded tournament series
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
[ASL20] Ro16 Preview Pt2: Turbulence BW General Discussion ASL20 General Discussion Diplomacy, Cosmonarchy Edition BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Borderlands 3
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
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
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1130 users

The Big Programming Thread - Page 78

Forum Index > General Forum
Post a Reply
Prev 1 76 77 78 79 80 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.
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
Hyrule19086 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
Hyrule19086 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 1031 Next
Please log in or register to reply.
Live Events Refresh
PiGosaur Monday
00:00
#49
Liquipedia
OSC
23:00
OSC Elite Rising Star #16
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft519
StarCraft: Brood War
Leta 571
Noble 54
ajuk12(nOOB) 41
Icarus 9
Dota 2
NeuroSwarm138
Counter-Strike
Stewie2K448
semphis_45
Super Smash Bros
Mew2King37
Other Games
summit1g5047
C9.Mang0302
XaKoH 152
ViBE145
SortOf48
Trikslyr34
Organizations
Other Games
gamesdonequick705
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• OhrlRock 98
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1138
• Lourlo996
• Stunt420
Other Games
• Scarra1197
Upcoming Events
LiuLi Cup
6h
OSC
14h
RSL Revival
1d 5h
Maru vs Reynor
Cure vs TriGGeR
The PondCast
1d 8h
RSL Revival
2 days
Zoun vs Classic
Korean StarCraft League
2 days
BSL Open LAN 2025 - War…
3 days
RSL Revival
3 days
BSL Open LAN 2025 - War…
4 days
RSL Revival
4 days
[ Show More ]
Online Event
4 days
Wardi Open
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
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

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
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.