• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 05:44
CEST 11:44
KST 18:44
  • 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
BSL 2025 Warsaw LAN + Legends Showmatch0Weekly 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 continues29
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 Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia 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
Soulkey on ASL S20 ASL TICKET LIVE help! :D BW General Discussion NaDa's Body A cwal.gg Extension - Easily keep track of anyone
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues BSL 2025 Warsaw LAN + Legends Showmatch
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Borderlands 3 General RTS Discussion Thread
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 Canadian Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread UK Politics Mega-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
I <=> 9
KrillinFromwales
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: 1572 users

The Big Programming Thread - Page 30

Forum Index > General Forum
Post a Reply
Prev 1 28 29 30 31 32 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.
FirstBorn
Profile Blog Joined March 2007
Romania3955 Posts
December 27 2010 10:24 GMT
#581
This seemed like a really nice find:
3 Types of Programmers: Terran, Zerg and Protoss
SonuvBob: Yes, the majority of TL is college-aged, and thus clearly stupid.
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
December 27 2010 12:04 GMT
#582
On December 27 2010 16:55 Craton wrote:
The vast majority of my work right now (.NET intern) deals with ASP.NET (I hate stateless programming so very, very much). A lot of what I do is fairly simplistic, but rather a pain in the ass to accomplish in the stateless world. Lots of converting legacy ASP to .NET, too.

Example:
Imagine you have an inventory system to keep track of your company's hardware (computers, printers, etc), including who is responsible, where it is, what it is, and so forth; it's all stored in a SQL Server DB. It's my job to make admin-accessible forms/pages so that someone could come in and get a nice chart-view of everything and make edits. Database design/modifications may or may not be required for any of what I do; it depends on what they want added or changed. If it's just straight convert old X to new X, it's usually doable in a few hours.

It's pretty easy on paper and even easier for an experienced programmer, but glhf if you're still an ASP.NET novice. There are lots of ways to accomplish this, but actually doing it efficiently (so you're not whacking against the server/DB all the time) and in a way that's easily modified or read by someone else is a challenge in and of itself. I think a lot of introductory .NET jobs involve migrating old systems to .NET, so this is as good a place to start as any.

If you do decide to play with ASP.NET, learn the page life-cycle well. Also get intimately familiar with how/when data is (or isn't) persisted. That alone will take awhile to get used to (I'm still working on it after a number of months).


Did you have any experience working with databases or functional languages before? Finishing my last year of CS and I have no idea what they'll expect of you as a new CS graduate. Besdies from studies, in the past year I've been fiddling with C# and win32 (I really don't like MFC or CLI syntax but I guess I'll have to learn it >.<).
England will fight to the last American
stalking.d00m
Profile Joined December 2010
213 Posts
December 27 2010 12:22 GMT
#583
Whether it works or not I would like to say I appreciate OP's spirit of trying to help and educate others. Seriously, how many of us have done that? Two thumbs up to Tofucake
<3 to all fellow gamers.
decaf
Profile Joined October 2010
Austria1797 Posts
December 27 2010 13:11 GMT
#584
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S
Adeny
Profile Blog Joined January 2009
Norway1233 Posts
December 27 2010 13:46 GMT
#585
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S


Could you show me where in the OP it says "complete list of all programming languages every and no languages but programming languages"?
Craton
Profile Blog Joined December 2009
United States17252 Posts
Last Edited: 2010-12-27 14:38:38
December 27 2010 14:38 GMT
#586
On December 27 2010 21:04 KaiserJohan wrote:
Show nested quote +
On December 27 2010 16:55 Craton wrote:
The vast majority of my work right now (.NET intern) deals with ASP.NET (I hate stateless programming so very, very much). A lot of what I do is fairly simplistic, but rather a pain in the ass to accomplish in the stateless world. Lots of converting legacy ASP to .NET, too.

Example:
Imagine you have an inventory system to keep track of your company's hardware (computers, printers, etc), including who is responsible, where it is, what it is, and so forth; it's all stored in a SQL Server DB. It's my job to make admin-accessible forms/pages so that someone could come in and get a nice chart-view of everything and make edits. Database design/modifications may or may not be required for any of what I do; it depends on what they want added or changed. If it's just straight convert old X to new X, it's usually doable in a few hours.

It's pretty easy on paper and even easier for an experienced programmer, but glhf if you're still an ASP.NET novice. There are lots of ways to accomplish this, but actually doing it efficiently (so you're not whacking against the server/DB all the time) and in a way that's easily modified or read by someone else is a challenge in and of itself. I think a lot of introductory .NET jobs involve migrating old systems to .NET, so this is as good a place to start as any.

If you do decide to play with ASP.NET, learn the page life-cycle well. Also get intimately familiar with how/when data is (or isn't) persisted. That alone will take awhile to get used to (I'm still working on it after a number of months).


Did you have any experience working with databases or functional languages before? Finishing my last year of CS and I have no idea what they'll expect of you as a new CS graduate. Besides from studies, in the past year I've been fiddling with C# and win32 (I really don't like MFC or CLI syntax but I guess I'll have to learn it >.<).

I was pretty familiar with SQL and db interaction from code. I'd done ORACLE, MySQL, and SQL Server to varying degrees. I hadn't worked with stored procedures, but those aren't very hard to write and ours are pretty long (~2 pages) which get parsed (I'm not 100% sure what goes on behind the scenes) by our library to generate entity classes. I don't think I've used any functional languages.

Even doing what I'm doing, I still feel my schooling was inadequate (which is frankly was; most of the courses at my school are a complete joke). You can get by with a lot of Googling + MSDN for .NET. My workplace doesn't really seem to expect much from interns/college graduates, so I guess underwhelming college courses isn't unusual.
twitch.tv/cratonz
tofucake
Profile Blog Joined October 2009
Hyrule19087 Posts
December 27 2010 16:05 GMT
#587
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?
Liquipediaasante sana squash banana
decaf
Profile Joined October 2010
Austria1797 Posts
December 27 2010 18:07 GMT
#588
On December 28 2010 01:05 tofucake wrote:
Show nested quote +
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?

I don't know, I would call some of them description language. For instance html, you describe web pages with it, but you can't program anything with this language. Most people don't know the difference anyways so it doesn't matter.
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
December 27 2010 18:17 GMT
#589
HTML is a markup language, as XML and CSS.

C, C++, Java, etc are programming languages.

MySQL, Oracle, Postgres, MS Access (lol) are database manager systems.

SQL is a DB language (Right? Not sure if thats what you call it).
"When the geyser died, a probe came out" - SirJolt
catamorphist
Profile Joined May 2010
United States297 Posts
December 27 2010 20:33 GMT
#590
On December 28 2010 01:05 tofucake wrote:
Show nested quote +
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?


What, CSS and HTML? They're DSLs.
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
hegl
Profile Joined August 2010
6 Posts
December 29 2010 20:24 GMT
#591
Hi guys, this feels so basic that i'm a bit embarrassed, but anyways:
i've been programming as a hobby for some time, and am now learning it from the scratch in the university. one thing is driving me nuts though, as i am toying abit around with pointers. (this is C btw ):

void bar(char *foo)
{
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

int main()
{
char foo[4] = "abc";
printf("%s\n", foo);
bar(foo);
printf("%s\n", foo);
}

this is working like i want it too, it prints:
abc
def
def

however, if i use this instead:

void bar(char *foo)
{
foo = "def";
printf("%s\n", foo);
}

the output is
abc
def
abc

and, on top of things, if i use this:

void bar(char *foo)
{
foo = "def";
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

the programm crashs.

thanks for your help
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2010-12-29 21:07:48
December 29 2010 20:42 GMT
#592
On December 30 2010 05:24 hegl wrote:
Hi guys, this feels so basic that i'm a bit embarrassed, but anyways:
i've been programming as a hobby for some time, and am now learning it from the scratch in the university. one thing is driving me nuts though, as i am toying abit around with pointers. (this is C btw ):

void bar(char *foo)
{
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

int main()
{
char foo[4] = "abc";
printf("%s\n", foo);
bar(foo);
printf("%s\n", foo);
}

this is working like i want it too, it prints:
abc
def
def

however, if i use this instead:

void bar(char *foo)
{
foo = "def";
printf("%s\n", foo);
}

the output is
abc
def
abc

and, on top of things, if i use this:

void bar(char *foo)
{
foo = "def";
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

the programm crashs.

thanks for your help


Haha welcome to the awesome world of C where everything makes perfect sense all the time.

So in your first example, you pass the memory address formatted as a char pointer, so when you offset [0] [1] [2] it is from the address you passed in. This works by changing the data at foo in main, which you have write access to (in a nutshell, you declared a variable for it).

Next, you take the foo from your local bar stack frame and point it to a constant '\d','\e','\f','\0' somewhere in read-only memory. During build, the linker stores this constant into a read-only segment and so foo refers to this read-only address, but you haven't changed foo in main. So your assignment changes the bar's foo's memory address from main's foo's array to this constant array.

Note that in main you allocated the space for a 4-char-long string while in bar you simply declared a variable that will point to some char. bar doesn't actually allocate that space so an assignment like this effectively has to use some constant-value scratch space.

For the above reason, it should be obvious why assignment operations fail.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
mgj
Profile Blog Joined March 2010
191 Posts
December 29 2010 20:44 GMT
#593
On December 28 2010 03:07 decaf wrote:
Show nested quote +
On December 28 2010 01:05 tofucake wrote:
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?

I don't know, I would call some of them description language. For instance html, you describe web pages with it, but you can't program anything with this language. Most people don't know the difference anyways so it doesn't matter.


Yes, they are all programming languages.

Why is declarative programming languages (HTML, ect) less of a "programming language" than imperative programming languages(C, ect)? Because they describe what to do, instead of how?

If thats the case, then what about logic languages such as Prolog? Are they not programming languages either?

Its all just terminology-whoring, but you started it
Pengu1n
Profile Blog Joined October 2004
United States552 Posts
Last Edited: 2010-12-29 20:51:54
December 29 2010 20:51 GMT
#594
Craton
Profile Blog Joined December 2009
United States17252 Posts
Last Edited: 2010-12-29 20:58:40
December 29 2010 20:54 GMT
#595
Is there way to select the 'top 1' of a particular category in a complex join?

SELECT DISTINCT itm.*, ua.lastName + ', ' + ua.firstName as responsible_party, itmstatref.item_status_ref_name as item_status_ref_name, 
itmtyperef.item_type_name as item_type_name, uac.lastName + ', ' + uac.firstName as checked_out_by
FROM ITEM itm INNER JOIN USERACCOUNTS ua ON ua.userUID=itm.userUID
INNER JOIN ITEM_STATUS itmstat ON itm.item_id=itmstat.item_id
INNER JOIN ITEM_STATUS_REF itmstatref ON itmstat.item_status_ref_id=itmstatref.item_status_ref_id
INNER JOIN ITEM_TYPE_REF itmtyperef ON itm.item_type_id=itmtyperef.item_type_id
INNER JOIN ITEM_CHECKOUT itmcheckout on itm.item_id=itmcheckout.item_id
INNER JOIN USERACCOUNTS uac on itmcheckout.userUID=uac.userUID
ORDER BY itm.item_id, itm.item_inv_no


I basically only want to get the latest checkout of a given item, if existing, rather than a separate record for each time it was checked out (which is what I'm getting).

I feel like I'm missing something obvious.
twitch.tv/cratonz
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2010-12-29 21:13:39
December 29 2010 21:01 GMT
#596
Craton, do you just want to pull out the first row after the ordering? It's a little unclear from what you've presented what your query is intending to do (I'm just a PHP amateur).

v v v Hegl: yeah C is very tricky. Don't be afraid to ask for help, it will save you many headaches.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
hegl
Profile Joined August 2010
6 Posts
December 29 2010 21:02 GMT
#597
On December 30 2010 05:42 mmp wrote:+ Show Spoiler +

On December 30 2010 05:24 hegl wrote:
Hi guys, this feels so basic that i'm a bit embarrassed, but anyways:
i've been programming as a hobby for some time, and am now learning it from the scratch in the university. one thing is driving me nuts though, as i am toying abit around with pointers. (this is C btw ):

void bar(char *foo)
{
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

int main()
{
char foo[4] = "abc";
printf("%s\n", foo);
bar(foo);
printf("%s\n", foo);
}

this is working like i want it too, it prints:
abc
def
def

however, if i use this instead:

void bar(char *foo)
{
foo = "def";
printf("%s\n", foo);
}

the output is
abc
def
abc

and, on top of things, if i use this:

void bar(char *foo)
{
foo = "def";
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

the programm crashs.

thanks for your help


Haha welcome to the awesome world of C where everything makes perfect sense all the time.

So in your first example, you pass the memory address formatted as a char pointer, so when you offset [0] [1] [2] it is from the address you passed in. This works by changing the data at foo in main, which you have write access to (in a nutshell, you declared a variable for it).

Next, you take the foo from your local bar stack frame and point it to a constant '\d','\e','\f','\0' somewhere in read-only memory. During build, the linker stores this constant into a read-only segment and so foo refers to this read-only address, but you haven't changed foo in main. So your assignment changes the memory address from main's foo to this constant array.

Note that in main you allocated the space for a 4-char-long string while in bar you simply declared a variable that will point to some char. bar doesn't actually allocate that space so an assignment like this effectively has to use some constant-value scratch space.

For the above reason, it should be obvious why assignment operations fail.


After reading every sentence about 10 times, i now understand it. thank you very much for your quick help!
Craton
Profile Blog Joined December 2009
United States17252 Posts
Last Edited: 2010-12-29 21:16:49
December 29 2010 21:15 GMT
#598
On December 30 2010 06:01 mmp wrote:
Craton, do you just want to pull out the first row after the ordering? It's a little unclear from what you've presented what your query is intending to do (I'm just a PHP amateur).


Right now I get something like:

item_id | item_name | misc. columns | Checked Out By
1 | C# Reference Book | < etc etc etc > | Joe Smith
1 | C# Reference Book | < etc etc etc > | Billy Bob


It's the same book, but it has been checked out (and back in) by Billy Bob and then checked out again by Joe Smith.

Actually now that I think about I probably just need a where clause about the check-in date being null. Of course I can't test that because someone broke the DB server again, but it should be sufficient.
twitch.tv/cratonz
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2010-12-29 21:28:26
December 29 2010 21:23 GMT
#599
On December 30 2010 06:15 Craton wrote:
Show nested quote +
On December 30 2010 06:01 mmp wrote:
Craton, do you just want to pull out the first row after the ordering? It's a little unclear from what you've presented what your query is intending to do (I'm just a PHP amateur).


Right now I get something like:

item_id | item_name | misc. columns | Checked Out By
1 | C# Reference Book | < etc etc etc > | Joe Smith
1 | C# Reference Book | < etc etc etc > | Billy Bob


It's the same book, but it has been checked out (and back in) by Billy Bob and then checked out again by Joe Smith.

Actually now that I think about I probably just need a where clause about the check-in date being null. Of course I can't test that because someone broke the DB server again, but it should be sufficient.

You want the latest checkout, yes? Why don't you keep a key column that auto-increments the transaction number, so you can order by the last transaction? Or does your check-out date effectively do something like that?

Correct me if I'm misreading your intent.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
Qzy
Profile Blog Joined July 2010
Denmark1121 Posts
December 29 2010 21:26 GMT
#600
Anyone want to discuss Project euler problems? Not solutions, but rather discuss a problem in general. I'm level 2 euler, near question 60-80 I believe.
TG Sambo... Intel classic! Life of lively to live to life of full life thx to shield battery
Prev 1 28 29 30 31 32 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 16m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Rex 2
StarCraft: Brood War
Calm 5699
Bisu 731
Hyuk 162
HiyA 96
Hyun 96
sorry 86
ToSsGirL 84
Dewaltoss 82
Pusan 77
Light 74
[ Show more ]
Soma 60
actioN 56
Mini 49
ZerO 32
BeSt 30
Nal_rA 28
soO 27
Liquid`Ret 26
Sharp 24
Rush 19
Free 16
SilentControl 10
Dota 2
singsing1508
XcaliburYe237
boxi98170
League of Legends
JimRising 381
Counter-Strike
olofmeister1583
shoxiejesuss629
allub166
Other Games
XaKoH 143
NeuroSwarm75
Trikslyr15
Organizations
Other Games
gamesdonequick599
StarCraft: Brood War
lovetv 593
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1421
• Stunt679
Other Games
• WagamamaTV81
Upcoming Events
RSL Revival
16m
Maru vs Reynor
Cure vs TriGGeR
Rex2
Map Test Tournament
1h 16m
The PondCast
3h 16m
RSL Revival
1d
Zoun vs Classic
Korean StarCraft League
1d 17h
BSL Open LAN 2025 - War…
1d 22h
RSL Revival
2 days
BSL Open LAN 2025 - War…
2 days
RSL Revival
3 days
Online Event
3 days
[ Show More ]
Wardi Open
4 days
Monday Night Weeklies
4 days
Sparkling Tuna Cup
5 days
LiuLi 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
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

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
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.