• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:00
CEST 13:00
KST 20: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 Tournaments1[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
StarCraft II 5.0.15 PTR Patch Notes145BSL 2025 Warsaw LAN + Legends Showmatch2Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8
StarCraft 2
General
StarCraft II 5.0.15 PTR Patch Notes #1: Maru - Greatest Players of All Time Team TLMC #5 - Finalists & Open Tournaments Team Liquid Map Contest #21 - Presented by Monster Energy Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues
Tourneys
Stellar Fest KSL Week 80 StarCraft Evolution League (SC Evo Biweekly) RSL: Revival, a new crowdfunded tournament series SC2's Safe House 2 - October 18 & 19
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 ASL20 General Discussion BW General Discussion Diplomacy, Cosmonarchy Edition ASL TICKET LIVE help! :D
Tourneys
[ASL20] Ro16 Group D BSL 2025 Warsaw LAN + Legends Showmatch [ASL20] Ro16 Group C Small VOD Thread 2.0
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Borderlands 3 Nintendo Switch Thread 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 Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Big Programming 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
Too Many LANs? Tournament Ov…
TrAiDoS
i'm really bored guys
Peanutsc
I <=> 9
KrillinFromwales
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1685 users

Smartest thing you can say? - Page 4

Forum Index > General Forum
Post a Reply
Prev 1 2 3 4 5 6 7 8 Next All
Pwntrucci[sR]
Profile Blog Joined June 2006
Canada1519 Posts
December 13 2008 01:00 GMT
#61
The seven main modes in music are Major, dorien, phryigian, lydian, mixolidian, minor, and locrien.

Lydian is the kewlist it has like an augmented 4th it sounds cool it can be heard in frank zappa's Appostrophe ( ' ). Phrygian has that western sound with the minor second. Locrien is the weird one that nobody uses but it still sounds kinda noice.

Haha I only the basic stuff in music theory, (basic compared to people who know alot of stuff). I randomly wank around on guitar more then anything else, whole tone scales ftw lol.
bg
conCentrate9
Profile Blog Joined December 2007
United States438 Posts
December 13 2008 01:11 GMT
#62
We learn them as Ionian, Dorian, Phrygian, Lydian, Mixolydian, Aeolian, and Locrian.
R3condite
Profile Joined August 2008
Korea (South)1541 Posts
Last Edited: 2008-12-13 01:22:28
December 13 2008 01:14 GMT
#63
On December 13 2008 06:15 Varn wrote:
+ Show Spoiler +
On December 13 2008 05:57 Archaic wrote:
public class HelloWorld
{
pubic static void main(String[] args)
{
String[] statements = new String[7]
statements = {
"Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.",
"It all comes from the heart and bubbles forth...",
"Sup guise lets have buttseks. ",
"Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis",
"what does this have to do with falling in love with one's sister?",
"HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR",
"I found the way that a merine beat a lurker
I think it's no problem if the lurker isn't under land."}

System.out.println("Hello World!");
intelligence(statements);
}

public void intelligence(int go)
{
System.out.println(go[(int)(Math.random()*go.length())]);
}
}
EDIT
I'm not going to keep this up to date...

n*x&(n-1)?


That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic.

/* static and nonstatic stuff is correct but ur main method does NOT have to be private...
actually i've never seen it as private in the first place... */

include <stdio.h>

void intelligence(char[][] statements) /* prints a random statement from the bunch.. */
{
int maxRand = 32767;
double rant = rand() / maxRand;
printf("%s\n", statements[(int) (rant * strlen(statements))]);
}
int main()
{
char[][] statements = {
"Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.",
"It all comes from the heart and bubbles forth...",
"Sup guise lets have buttseks. ",
"Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis",
"what does this have to do with falling in love with one's sister?",
"HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR",
"I found the way that a merine beat a lurker
I think it's no problem if the lurker isn't under land."
}

printf("Hello World!\n");
intelligence(statements);
}
return 0;
}
/* pwnt... */
ggyo...
SonuvBob
Profile Blog Joined October 2006
Aiur21549 Posts
December 13 2008 01:20 GMT
#64
On December 13 2008 10:00 Pwntrucci[sR] wrote:
The seven main modes in music are Major, dorien, phryigian, lydian, mixolidian, minor, and locrien.

Lydian is the kewlist it has like an augmented 4th it sounds cool it can be heard in frank zappa's Appostrophe ( ' ). Phrygian has that western sound with the minor second. Locrien is the weird one that nobody uses but it still sounds kinda noice.

Haha I only the basic stuff in music theory, (basic compared to people who know alot of stuff). I randomly wank around on guitar more then anything else, whole tone scales ftw lol.

The smartest thing you can say involves the word "kewlist"? :p
Administrator
hi19hi19
Profile Blog Joined May 2008
United States163 Posts
December 13 2008 01:26 GMT
#65
Just go around quoting Stoke's theorem all the time, it gets all the ladies

trust me
HnR)hT
Profile Joined October 2002
United States3468 Posts
December 13 2008 01:28 GMT
#66
On December 13 2008 10:26 hi19hi19 wrote:
Just go around quoting Stoke's theorem all the time, it gets all the ladies

trust me

The real Stoke's theorem, or the dumb Calc 3 version?
R3condite
Profile Joined August 2008
Korea (South)1541 Posts
December 13 2008 01:29 GMT
#67
ohh rite..

the halting problem..
if u rn't CS and a CS major explains the halting problem to u.. u'd better wish u were math major or ur head's gonna blow... sry im too lazy to type it up

google it
ggyo...
Gnosis
Profile Joined December 2008
Scotland912 Posts
December 13 2008 01:42 GMT
#68

Postmodernists adopt a linguistic version of Rene Descartes's idea theory of perception (and intentionality generally). To understand the idea theory, and the postmodern adaptation of it, a good place to start is with a commonsense, critical realist view of perception. According to critical realism, when a subject is looking at a red object such as an apple, the object itself is the direct object of the sensory state. What one sees directly is the apple itself. True, one must have a sensation of red to apprehend the apple, but on the critical realist view, the sensation of red is to be understand as a case of being-appeared-to-redly and analyzed as a self-presenting property. What is a self-presenting property? If property F is a self-presenting one, then it is by means of F that a relevant external object is presented directly to a person, and F presents itself directly to the person as well. Thus, F presents its object mediately though direct, and itself immediately.


-As originally stated by J.P. Moreland
(Though I say this myself, I thought it best to quote Moreland for the simple reason that he says it "better")
"Reason is flawless, de jure, but reasoners are not, de facto." – Peter Kreeft
mmgoose
Profile Blog Joined November 2008
769 Posts
December 13 2008 01:43 GMT
#69
never push the red button
And you know if a grandmother had a penis she would be a grandfather.
SonuvBob
Profile Blog Joined October 2006
Aiur21549 Posts
Last Edited: 2008-12-13 01:55:56
December 13 2008 01:55 GMT
#70
On December 13 2008 10:14 R3condite wrote:
Show nested quote +
On December 13 2008 06:15 Varn wrote:
+ Show Spoiler +
On December 13 2008 05:57 Archaic wrote:
public class HelloWorld
{
pubic static void main(String[] args)
{
String[] statements = new String[7]
statements = {
"Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.",
"It all comes from the heart and bubbles forth...",
"Sup guise lets have buttseks. ",
"Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis",
"what does this have to do with falling in love with one's sister?",
"HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR",
"I found the way that a merine beat a lurker
I think it's no problem if the lurker isn't under land."}

System.out.println("Hello World!");
intelligence(statements);
}

public void intelligence(int go)
{
System.out.println(go[(int)(Math.random()*go.length())]);
}
}
EDIT
I'm not going to keep this up to date...

n*x&(n-1)?


That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic.

/* static and nonstatic stuff is correct but ur main method does NOT have to be private...
actually i've never seen it as private in the first place... */

include

void intelligence(char[][] statements) /* prints a random statement from the bunch.. */
{
int maxRand = 32767;
double rant = rand() / maxRand;
printf("%s\n", statements[(int) (rant * strlen(statements))]);
}
int main()
{
char[][] statements = {
"Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.",
"It all comes from the heart and bubbles forth...",
"Sup guise lets have buttseks. ",
"Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis",
"what does this have to do with falling in love with one's sister?",
"HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR",
"I found the way that a merine beat a lurker
I think it's no problem if the lurker isn't under land."
}

printf("Hello World!\n");
intelligence(statements);
}
return 0;
}
/* pwnt... */

open(ME,$0);
@statements = ("Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.",
"It all comes from the heart and bubbles forth...",
"Sup guise lets have buttseks. ",
"Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis",
"what does this have to do with falling in love with one's sister?",
"HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR",
"I found the way that a merine beat a lurker\nI think it's no problem if the lurker isn't under land.",
do {local $/;<ME>});
print "Hello World!\n".$statements[rand($#statements+1)];
Administrator
Energies
Profile Blog Joined September 2003
Australia3225 Posts
December 13 2008 02:14 GMT
#71
*Veg asking for computer help*
"Everybody wanna be a bodybuilder but dont nobody wanna lift no heavy ass weight" - Ronnie Coleman.
dream-_-
Profile Blog Joined April 2006
United States1857 Posts
Last Edited: 2008-12-13 02:21:18
December 13 2008 02:20 GMT
#72
+ Show Spoiler +
I like big butts and I can not lie
You other brothers can't deny
That when a girl walks in with an itty bitty waist
And a round thing in your face
You get sprung
Wanna pull up tough
Cuz you notice that butt was stuffed
Deep in the jeans she's wearing
I'm hooked and I can't stop staring
Oh, baby I wanna get with ya
And take your picture
My homeboys tried to warn me
But that butt you got
Make Me so horney
Ooh, rump of smooth skin
You say you wanna get in my benz
Well use me use me cuz you aint that average groupy

I've seen them dancin'
To hell with romancin'
She's Sweat,Wet, got it goin like a turbo vette

I'm tired of magazines
Saying flat butts are the thing
Take the average black man and ask him that
She gotta pack much back

So Fellas (yeah) Fellas(yeah)
Has your girlfriend got the butt (hell yeah)
Well shake it, shake it, shake it, shake it, shake that healthy butt
Baby got back

(LA face with Oakland booty)

I like'em round and big
And when I'm throwin a gig
I just can't help myself
I'm actin like an animal
Now here's my scandal

I wanna get you home
And UH, double up UH UH
I aint talkin bout playboy
Cuz silicone parts were made for toys
I wannem real thick and juicy
So find that juicy double
Mixalot's in trouble
Beggin for a piece of that bubble
So I'm lookin' at rock videos
Knockin these bimbos walkin like hoes
You can have them bimbos
I'll keep my women like Flo Jo
A word to the thick soul sistas
I wanna get with ya
I won't cus or hit ya
But I gotta be straight when I say I wanna --
Til the break of dawn
Baby Got it goin on
Alot of pimps won't like this song
Cuz them punks lie to hit it and quit it
But I'd rather stay and play
Cuz I'm long and I'm strong
And I'm down to get the friction on

So ladies (yeah), Ladies (yeah)
Do you wanna roll in my Mercedes (yeah)
Then turn around
Stick it out
Even white boys got to shout
Baby got back

(LA face with the Oakland booty)

Yeah baby
When it comes to females
Cosmo ain't got nothin to do with my selection
36-24-36
Only if she's 5'3"

So your girlfriend throws a Honda
Playin workout tapes by Fonda
But Fonda ain't got a motor in the back of her Honda
My anaconda don't want none unless you've got buns hun
You can do side bends or sit-ups, but please don't lose that butt
Some brothers wanna play that hard role
And tell you that the butt ain't gold
So they toss it and leave it
And I pull up quick to retrieve it
So cosmo says you're fat
Well I ain't down with that
Cuz your waste is small and your curves are kickin
And I'm thinkin bout stickin
To the beanpole dames in the magazines
You aint it miss thing
Give me a sista I can't resist her
Red beans and rice did miss her
Some knucklehead tried to dis
Cuz his girls were on my list
He had game but he chose to hit 'em
And pulled up quick to get with 'em
So ladies if the butt is round
And you wanna triple X throw down
Dial 1-900-MIXALOT and kick them nasty thoughts
Baby got back
Baby got back
Little in tha middle but she got much back x4
Rekrul
Profile Blog Joined November 2002
Korea (South)17174 Posts
December 13 2008 02:32 GMT
#73
fuck i was on sick tilt last night i micro'd that yoja back to my jib but she didn't want to bbong WTF
why so 진지해?
Rostam
Profile Blog Joined December 2008
United States2552 Posts
December 13 2008 02:33 GMT
#74
On December 13 2008 10:14 R3condite wrote:
Show nested quote +
On December 13 2008 06:15 Varn wrote:
+ Show Spoiler +
On December 13 2008 05:57 Archaic wrote:
public class HelloWorld
{
pubic static void main(String[] args)
{
String[] statements = new String[7]
statements = {
"Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.",
"It all comes from the heart and bubbles forth...",
"Sup guise lets have buttseks. ",
"Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis",
"what does this have to do with falling in love with one's sister?",
"HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR",
"I found the way that a merine beat a lurker
I think it's no problem if the lurker isn't under land."}

System.out.println("Hello World!");
intelligence(statements);
}

public void intelligence(int go)
{
System.out.println(go[(int)(Math.random()*go.length())]);
}
}
EDIT
I'm not going to keep this up to date...

n*x&(n-1)?


That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic.

/* static and nonstatic stuff is correct but ur main method does NOT have to be private...
actually i've never seen it as private in the first place... */


He was actually referring to the fact that it was misspelled as "pubic".
BW forever || Thall
TeRaTosS
Profile Joined April 2006
Australia36 Posts
December 13 2008 02:39 GMT
#75
I have a patient presenting with weakness and localised pain in the left elbow with paresthesia along an ulna nerve distribution. Upon physical examination, there is marked swelling due to a haemorrhagic effusion in the left elbow joint. Plain X ray reveals a transerve fracture of the olecranon process of the left ulna.
Look up made you look
pyrogenetix
Profile Blog Joined March 2006
China5098 Posts
December 13 2008 02:42 GMT
#76
wu tang clan aint nuttin ta fuck wit
Yea that looks just like Kang Min... amazing game sense... and uses mind games well, but has the micro of a washed up progamer.
shavingcream66
Profile Blog Joined February 2008
United States1219 Posts
December 13 2008 02:45 GMT
#77
this thread got pretty derailed
ibutoss
Profile Blog Joined June 2005
Australia341 Posts
December 13 2008 03:02 GMT
#78
+ Show Spoiler +

Soulja boy tell'm

Soulja Boy Off In This Hoe
Watch me Crank It
Watch me Roll
Watch me Crank Dat Soulja Boy
Then Super Man Dat Hoe
Now, Watch me You...
(Crank Dat Soulja Boy)
Now, Watch me You...
(Crank Dat Soulja Boy)
Now, Watch me You...
(Crank Dat Soulja Boy)
Now, Watch me You...
(Crank Dat Soulja Boy)

Nada got Yooned
R3condite
Profile Joined August 2008
Korea (South)1541 Posts
December 13 2008 03:20 GMT
#79
On December 13 2008 11:33 Rostam wrote:
Show nested quote +
On December 13 2008 10:14 R3condite wrote:
On December 13 2008 06:15 Varn wrote:
+ Show Spoiler +
On December 13 2008 05:57 Archaic wrote:
public class HelloWorld
{
pubic static void main(String[] args)
{
String[] statements = new String[7]
statements = {
"Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.",
"It all comes from the heart and bubbles forth...",
"Sup guise lets have buttseks. ",
"Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis",
"what does this have to do with falling in love with one's sister?",
"HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR",
"I found the way that a merine beat a lurker
I think it's no problem if the lurker isn't under land."}

System.out.println("Hello World!");
intelligence(statements);
}

public void intelligence(int go)
{
System.out.println(go[(int)(Math.random()*go.length())]);
}
}
EDIT
I'm not going to keep this up to date...

n*x&(n-1)?


That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic.

/* static and nonstatic stuff is correct but ur main method does NOT have to be private...
actually i've never seen it as private in the first place... */


He was actually referring to the fact that it was misspelled as "pubic".


ROFL i think it got edited soo when i saw it...there was no problem
btw Don't press the red button by far beats everything and anything said thus far...
ggyo...
D10
Profile Blog Joined December 2007
Brazil3409 Posts
December 13 2008 03:25 GMT
#80
Jesus might have scripted the bible, but the press was handled by the devil
" We are not humans having spiritual experiences. - We are spirits having human experiences." - Pierre Teilhard de Chardin
Prev 1 2 3 4 5 6 7 8 Next All
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Season 2: Playoffs Day 7
Reynor vs CureLIVE!
TBD vs Zoun
Tasteless1066
Crank 1024
RotterdaM713
IndyStarCraft 199
Rex103
CranKy Ducklings89
3DClanTV 54
IntoTheiNu 25
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Tasteless 1066
Crank 1024
RotterdaM 713
IndyStarCraft 199
Rex 103
ProTech52
MindelVK 39
Railgan 18
StarCraft: Brood War
Calm 6254
Horang2 1928
Rain 1884
GuemChi 1440
Flash 1160
actioN 419
Larva 415
EffOrt 388
Hyuk 331
BeSt 256
[ Show more ]
Zeus 237
Hyun 235
firebathero 210
Pusan 176
Last 148
PianO 143
Soma 81
ajuk12(nOOB) 76
ZZZero.O 71
Aegong 67
Free 67
Rush 60
Sharp 58
Nal_rA 54
sSak 48
soO 22
Movie 22
Bale 21
Sexy 21
sas.Sziky 19
Sacsri 17
ivOry 12
HiyA 11
Hm[arnc] 3
Terrorterran 1
Dota 2
XcaliburYe1206
Fuzer 220
Counter-Strike
allub254
Heroes of the Storm
Khaldor152
Other Games
crisheroes338
B2W.Neo230
DeMusliM166
NeuroSwarm52
Trikslyr23
OptimusSC210
Organizations
Other Games
gamesdonequick754
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• LUISG 30
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1165
• Stunt552
Other Games
• WagamamaTV329
Upcoming Events
BSL Open LAN 2025 - War…
4h 1m
OSC
10h 1m
BSL Open LAN 2025 - War…
21h 1m
RSL Revival
23h 1m
Classic vs TBD
WardiTV Invitational
1d
Online Event
1d 5h
Wardi Open
2 days
Monday Night Weeklies
2 days
Sparkling Tuna Cup
2 days
LiuLi Cup
4 days
[ Show More ]
The PondCast
4 days
CranKy Ducklings
5 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
2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
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

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