• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 12:54
CEST 18:54
KST 01:54
  • 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, and the Limitations of Standard Play0Team Liquid Map Contest #22: Results and Winners7Code S Season 2 (2026): RO4 and Finals Preview12TL.net Map Contest #22 - Voting & Ladder Map Selection7Code S Season 2 (2026) - RO8 Preview8
Community News
[TLMC] Summer 2026 Ladder Map Rotation05.0.16 patch for SC2 goes live (8 worker start)55ZeroSpace at Steam NextFest - Last free demo26Weekly Cups (June 8-14): Clem and Solar double, PTR tested0RSL: S6 Finals played at BlizzCon 202611
StarCraft 2
General
5.0.16 patch for SC2 goes live (8 worker start) HackErIsTop take on Patch 5.0.16 Possible bug in the new patch? ByuL, and the Limitations of Standard Play Daily SC2 Player Grid - feedback wanted
Tourneys
INu's Battles#17 <BO.9> RSL Revival: Season 6 - Qualifiers and Main Event Sparkling Tuna Cup - Weekly Open Tournament GSL CK #4 20-21th June Douyu Cup 2026: $20,000 Legends Event (June 26-28)
Strategy
[G] Having the right mentality to improve
Custom Maps
New Map Maker - Looking for Advice - Love or Hate Work In Progress Melee Maps [D]RTS in all its shapes and glory <3
External Content
The PondCast: SC2 News & Results Mutation # 531 Experimental Artillery Mutation # 530 One For All Mutation # 529 Opportunities Unleashed
Brood War
General
ASL 22 Proposed Map Pool [BSL22] Non-Korean Championship from 13 to 28 June BSL Season 22 BW General Discussion STARCRAFT MOVIE - Last Night at the Command center
Tourneys
[BSL22] GosuLeague Casts - Tue & Thu 22:00 CEST [Megathread] Daily Proleagues CSLAN 4 is Coming! Small VOD Thread 2.0
Strategy
Why doesn't anyone use restoration? Simple Questions, Simple Answers Relatively freeroll strategies Creating a full chart of Zerg builds
Other Games
General Games
Stormgate/Frost Giant Megathread Games for Kids Nintendo Switch Thread ZeroSpace at Steam NextFest - Last free demo The Perfect Game
Dota 2
Looking for a Dota Mentor Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
Vanilla Mini Mafia
Community
General
US Politics Mega-thread Canadian Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread [H]Internet/Gaming Cafe Tips and Tricks
Fan Clubs
The HerO Fan Club! The herO Fan Club!
Media & Entertainment
Movie Discussion! Series you have seen recently... [Req][Books] Good Fantasy/SciFi books [TV/BOOK] *SPOILERS* Game of Thrones Discussion
Sports
2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 McBoner: A hockey love story Formula 1 Discussion Cricket [SPORT]
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Facing Challenges in Mobile App Development
TL Community
The Automated Ban List
Blogs
How To Predict Tilt in Espor…
TrAiDoS
An Exploration of th…
waywardstrategy
I'm an arrogant trash talke…
FlaShFTW
Gauntlet SC2: A Retrospectiv…
Ctone23
Why RTS gamers make better f…
gosubay
Customize Sidebar...

Website Feedback

Closed Threads



Active: 7196 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
Hyrule19222 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
Hyrule19222 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 6m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Railgan 54
BRAT_OK 44
SpeCial 31
MindelVK 9
StarCraft: Brood War
Calm 4163
Shuttle 358
firebathero 233
Aegong 76
Movie 39
ggaemo 34
Hyun 23
Terrorterran 17
yabsab 15
ajuk12(nOOB) 14
[ Show more ]
IntoTheRainbow 12
Sacsri 9
actioN 7
Dota 2
Gorgc7010
qojqva2080
Dendi901
420jenkins201
Counter-Strike
fl0m1952
pashabiceps920
zeus563
byalli449
Other Games
singsing2112
FrodaN550
Beastyqt434
ceh9312
DeMusliM273
Sick196
Organizations
Dota 2
PGL Dota 2 - Main Stream13861
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 18 non-featured ]
StarCraft 2
• Berry_CruncH282
• StrangeGG 101
• LUISG 20
• Kozan
• Migwel
• AfreecaTV YouTube
• intothetv
• sooper7s
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• 80smullet 11
• FirePhoenix5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Nemesis3926
• Jankos2518
Other Games
• Shiphtur286
Upcoming Events
OSC
6m
MaxPax vs Percival
Solar vs ShoWTimE
Lambo vs Arrogfire
YoungYakov vs GgMaChine
Krystianer vs ArT
NightMare vs Iba
Douyu Cup 2020
12h 6m
Oliveira vs Trap
Jieshi vs XY
soO vs FanTaSy
TY vs Coffee
OSC
23h 6m
Douyu Cup 2020
1d 12h
Neeb vs Impact
MacSed vs Cyan
Scarlett vs Kelazhur
INnoVation vs Dear
Douyu Cup 2020
2 days
Maestros of the Game
2 days
herO vs Classic
Maru vs Serral
BSL22 NKC (BSL vs China)
2 days
Douyu Cup 2020
3 days
BSL22 NKC (BSL vs China)
3 days
Online Event
3 days
[ Show More ]
RSL Revival
4 days
WardiTV Weekly
4 days
RSL Revival
5 days
RSL Revival
6 days
Kung Fu Cup
6 days
Liquipedia Results

Completed

Proleague 2026-06-19
WardiTV Spring 2026
Heroes Pulsing #2

Ongoing

IPSL Spring 2026
Acropolis #4
CSCL: Masked Kings S4
YSL S3
BSL 22 Non-Korean Championship
CSL Season 21: Qualifier 1
SCTL 2026 Spring
Maestros of the Game 2
Murky Cup 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026

Upcoming

CSL Season 21: Qualifier 2
CSL 2026 Summer (S21)
CSLAN 4
Blizzard Classic Cup 2026
Kung Fu Cup 2026 Grand Finals
RSL Revival: Season 6
CranK Gathers Season 4: BW vs SC2 Team League
HSC XXIX
Douyu Cup 2026
BCC 2026
Light Tournament 2026
Eternal Conflict S2 Finale
Eternal Conflict S2 E1
Heroes Pulsing #3
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 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.