• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 00:11
CEST 06:11
KST 13:11
  • 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
[ASL19] Finals Recap: Standing Tall10HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Weekly Cups (June 30 - July 6): Classic Doubles2[BSL20] Non-Korean Championship 4x BSL + 4x China9Flash Announces Hiatus From ASL66Weekly Cups (June 23-29): Reynor in world title form?14FEL Cracov 2025 (July 27) - $8000 live event22
StarCraft 2
General
The GOAT ranking of GOAT rankings The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? Weekly Cups (June 30 - July 6): Classic Doubles Program: SC2 / XSplit / OBS Scene Switcher
Tourneys
RSL: Revival, a new crowdfunded tournament series FEL Cracov 2025 (July 27) - $8000 live event Sparkling Tuna Cup - Weekly Open Tournament WardiTV Mondays Korean Starcraft League Week 77
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ ASL20 Preliminary Maps [ASL19] Finals Recap: Standing Tall SC uni coach streams logging into betting site Flash Announces Hiatus From ASL
Tourneys
[BSL20] Non-Korean Championship 4x BSL + 4x China [BSL20] Grand Finals - Sunday 20:00 CET CSL Xiamen International Invitational The Casual Games of the Week Thread
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
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 Vanilla Mini Mafia
Community
General
US Politics Mega-thread Summer Games Done Quick 2025! Russo-Ukrainian War Thread Stop Killing Games - European Citizens Initiative Summer Games Done Quick 2024!
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
momentary artworks from des…
tankgirl
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 619 users

The Big Programming Thread - Page 275

Forum Index > General Forum
Post a Reply
Prev 1 273 274 275 276 277 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.
icystorage
Profile Blog Joined November 2008
Jollibee19343 Posts
Last Edited: 2013-03-20 10:48:11
March 20 2013 10:47 GMT
#5481
Can anybody help me regarding on RTSP streaming?

We have an android mobile app as client of our audio stream and use VLC as the server streaming the audio. We are using a wifi connection to connect them and when we were testing, our app disconnects when:

a) VLC is paused for more than 5 seconds
b) when we rapidly change the seek time (e.g. from 1:30 to 2:50 to 2:10...)

here's what we've tried to solve it so far

when the client disconnects, we try to let it reconnect immediately and then timeout when it attempts to reconnect for the 3rd time. unfortunately we feel this is too crude.

is there any other way to solve this?
we were using the university's wifi when we were testing this, could network congestion be a factor?
we also tried VLC to VLC streaming and tried to replicate the errors but we can't.
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
March 20 2013 11:24 GMT
#5482
On March 20 2013 03:31 BisuDagger wrote:
I'm a c++ programmer. Been using script for almost 2 years though. Now I have a huge job opportunity at my work but I need to learn linux.

Any advice how the hell I learn linux, the only thing I know is I need to use VIM and Eclipse. But I need the best starters guide available!

Here's a basic guide to learning Linux:
1. Download a live Ubuntu image.
2. Burn to CD, insert and boot from it.
3. Play around in the live session until you feel comfortable with the interface, then install it on a partition of your HD.
4. Boot it up and slowly work towards being able to do what you normally do.
5. Get stuck on a problem, search google or go on freenode IRC and ask people.
6. Do 5 over and over and over and over.

Linux, at least in my experience, is all about your patience when it comes to solving problems. Ubuntu and many other distros have come a long way and a lot works fine out of the box, but as soon as you start to go out of the bounds of "I just want to surf", you eventually run into issues which boggle the mind and when you look for answers, you'll be forced to learn how to configure things which is generally the big hurdle with linux. Don't dive in hoping to learn exactly how X window system works etc, it will take you ages, just solve problems as you find them and you'll get used to it.

If you want to take it to the next level, you can try building a linux distro from scratch, that's what I did with Gentoo once. You basically format your computer, boot up a very basic linux system, build gentoo from source, then work up to a fully functional distro one package at a time. Gives a lot of knowledge about how Linux works, but is quite a timeconsuming project.
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-03-20 21:17:13
March 20 2013 21:02 GMT
#5483
Do any of you have any experience with regression testing?

What should it include? Wikipedia hints that regression testing may just be a small set of tests for things that have broken in the past. But what I've always done is I've run through every single feature in the test suite. What is the best practice here?

edit: f*** nvm
http://www.testingeducation.org/k04/RegressionExamples.htm
General functional regression: We retest the product broadly, including areas that worked before, to see whether more recent changes have destabilized working code. (This is the typical scope of automated regression testing.)


Also with regards to the comments earlier about how operating systems (and other) courses, give you the grey matter you need. I would argue that it's still significantly more beneficial to just teach students real world applications than it is to try to indirectly teach them the critical thinking skills they need. Because learning how to develop a website may be more beneficial than learning how to develop an operating system in the long run for the majority of programmers.

This is a dangerous idea though, I agree, as it leads to an idea known as competency based learning where everything is measured. So if a course's impact on a student's competency to do a job in the real world is not measureable, then the course is deemed worthless. I don't know if my definition of the idea is right, but competency based learning is being pushed forward and might be the new face of education.

My fear is that competency based learning may make students learn things that are too specific to graduation.

http://gettingsmart.com/cms/blog/2013/01/is-competency-based-learning-the-future-of-education/
Jargon-obsessed as we are, researching CBL online will probably find you phrases like ‘bundling’ and ‘concept learning model’. In an everyday idiom, however, it’s easy to sum up: CBL is the future.

In the new age of CBL, students earn their qualifications by proving their ‘competency’, proceeding at their own pace, not by spending a set number of hours in the lecture theatre. Writing about carving burrs into veneers, the theory goes, may only show that you can write about carving burrs into veneers. It doesn’t mean you can actually do it, and besides you can write something today and forget it tomorrow. It is an indirect measurement of your knowledge and abilities. The act of carpentry, or whatever your chosen vocation, requires a deeper level of understanding than a simple exam paper can prove. If you can perform a task in front of an assessor; however, then you can earn certification which proves you can actually carve/sail a ship/dance the tarantella.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
KurtistheTurtle
Profile Blog Joined December 2008
United States1966 Posts
March 20 2013 21:09 GMT
#5484
Question: Is there a good book, online site or method to learning to use windows visual express 2012? I'm lost in the IDE (been trying to mess around with the new kinect sdk)
“Reject your sense of injury and the injury itself disappears."
Kambing
Profile Joined May 2010
United States1176 Posts
March 20 2013 21:17 GMT
#5485
On March 21 2013 06:02 obesechicken13 wrote:
Do any of you have any experience with regression testing?

What should it include? Wikipedia hints that regression testing may just be a small set of tests for things that have broken in the past. But what I've always done is I've run through every single feature in the test suite. What is the best practice here?

edit: f*** nvm
http://www.testingeducation.org/k04/RegressionExamples.htm
Show nested quote +
General functional regression: We retest the product broadly, including areas that worked before, to see whether more recent changes have destabilized working code. (This is the typical scope of automated regression testing.)


Many companies have the following process: for every bug fix made to the product, a test is introduced into a test suite to ensure that the bug is never reintroduced. This test suite, made from prior bug fixes, is called a regression test suite.

Craton
Profile Blog Joined December 2009
United States17247 Posts
March 20 2013 22:56 GMT
#5486
We have so many flavors of testing it's hard to know which qualifies for which category.

I think of regression testing as "it used to work, does it still work after this change?" We have unit tests for almost everything that are supposed to be run after you make a change to a particular item, so even though it's not derived from a past bug per se, I'd still think of that as falling under regression testing.
twitch.tv/cratonz
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-03-20 23:17:12
March 20 2013 23:16 GMT
#5487
On March 21 2013 07:56 Craton wrote:
We have so many flavors of testing it's hard to know which qualifies for which category.

I think of regression testing as "it used to work, does it still work after this change?" We have unit tests for almost everything that are supposed to be run after you make a change to a particular item, so even though it's not derived from a past bug per se, I'd still think of that as falling under regression testing.

We're still more in the feature design stage so we don't have that much automation yet. I'm not sure if we have unit tests that run regularly.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
Craton
Profile Blog Joined December 2009
United States17247 Posts
March 20 2013 23:22 GMT
#5488
We are too. It's part of Scrum.
twitch.tv/cratonz
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
March 21 2013 00:04 GMT
#5489
What makes C++ so famous for game development? You don't have to describe in details.

Thanks.
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
March 21 2013 00:39 GMT
#5490
On March 21 2013 09:04 darkness wrote:
What makes C++ so famous for game development? You don't have to describe in details.

Thanks.

Optimization.
mcc
Profile Joined October 2010
Czech Republic4646 Posts
March 21 2013 12:56 GMT
#5491
On March 21 2013 06:02 obesechicken13 wrote:
Do any of you have any experience with regression testing?

What should it include? Wikipedia hints that regression testing may just be a small set of tests for things that have broken in the past. But what I've always done is I've run through every single feature in the test suite. What is the best practice here?

edit: f*** nvm
http://www.testingeducation.org/k04/RegressionExamples.htm
Show nested quote +
General functional regression: We retest the product broadly, including areas that worked before, to see whether more recent changes have destabilized working code. (This is the typical scope of automated regression testing.)


Also with regards to the comments earlier about how operating systems (and other) courses, give you the grey matter you need. I would argue that it's still significantly more beneficial to just teach students real world applications than it is to try to indirectly teach them the critical thinking skills they need. Because learning how to develop a website may be more beneficial than learning how to develop an operating system in the long run for the majority of programmers.

This is a dangerous idea though, I agree, as it leads to an idea known as competency based learning where everything is measured. So if a course's impact on a student's competency to do a job in the real world is not measureable, then the course is deemed worthless. I don't know if my definition of the idea is right, but competency based learning is being pushed forward and might be the new face of education.

My fear is that competency based learning may make students learn things that are too specific to graduation.

http://gettingsmart.com/cms/blog/2013/01/is-competency-based-learning-the-future-of-education/
Show nested quote +
Jargon-obsessed as we are, researching CBL online will probably find you phrases like ‘bundling’ and ‘concept learning model’. In an everyday idiom, however, it’s easy to sum up: CBL is the future.

In the new age of CBL, students earn their qualifications by proving their ‘competency’, proceeding at their own pace, not by spending a set number of hours in the lecture theatre. Writing about carving burrs into veneers, the theory goes, may only show that you can write about carving burrs into veneers. It doesn’t mean you can actually do it, and besides you can write something today and forget it tomorrow. It is an indirect measurement of your knowledge and abilities. The act of carpentry, or whatever your chosen vocation, requires a deeper level of understanding than a simple exam paper can prove. If you can perform a task in front of an assessor; however, then you can earn certification which proves you can actually carve/sail a ship/dance the tarantella.

CBL has its place, but as general approach to education is useless. The general trend in the western education is nonsensical (but maybe unavoidable). Making bigger and bigger percentage of population get higher education means in general that level of said higher education goes down as people are getting only marginally "smarter" (if at all). So programs are dumbed down and CBL (or rather bastardized versions of it) is a nice way to make even higher percentage of population pass the higher education.

It is getting to a point that being a carpenter requires college degree. Even for being average programmer college/uni degree is not necessary. That is also the reason for the notion that some people hold that uni CS courses are useless. That is because point of CS uni education is to educate computer scientists, not programmers. To be average programmer it would be enough to have specialized "vocational" schools on a level of high school. No higher education is necessary. Approach to programming should be the same as to engineering. You have your "technicians" that can easily be educated on high school level (with some follow up training and regular updates) and then you have the actual engineers that do the high level work and that require uni education and who direct the technicians and others to do what needs to be done. But software development is still too young of an profession and this specialization will take time and some more standardized techniques need to emerge so it can work.

As for the specific example. Developing a big project (website) should be part of the uni education. But in no way can it replace for example courses on complexity, discrete math or logic. Or even the ones on compilers or operating systems. Again that is because the goal of uni education is to create the "upper class" of programmers. The fact that every programmer nowadays is expected to have CS degree is just side-effect of PC-driven education systems we have nowadays.
mcc
Profile Joined October 2010
Czech Republic4646 Posts
March 21 2013 13:03 GMT
#5492
On March 21 2013 06:17 Kambing wrote:
Show nested quote +
On March 21 2013 06:02 obesechicken13 wrote:
Do any of you have any experience with regression testing?

What should it include? Wikipedia hints that regression testing may just be a small set of tests for things that have broken in the past. But what I've always done is I've run through every single feature in the test suite. What is the best practice here?

edit: f*** nvm
http://www.testingeducation.org/k04/RegressionExamples.htm
General functional regression: We retest the product broadly, including areas that worked before, to see whether more recent changes have destabilized working code. (This is the typical scope of automated regression testing.)


Many companies have the following process: for every bug fix made to the product, a test is introduced into a test suite to ensure that the bug is never reintroduced. This test suite, made from prior bug fixes, is called a regression test suite.


That seems very narrow view of regression testing. Regression testing as we used it was supposed to make sure that new changes to the system do not introduce bugs in parts of the system that were not supposed to be affected by those changes. Basically they exist to discover side-effect bugs of new changes and also errors in analysis of the new changes.

In the case of project I worked on it was a set of tests that covered all critical functions of the system. Using just tests based on previous bugs does not seem to address the issue.
AmericanUmlaut
Profile Blog Joined November 2010
Germany2577 Posts
March 21 2013 16:00 GMT
#5493
On March 21 2013 22:03 mcc wrote:
Show nested quote +
On March 21 2013 06:17 Kambing wrote:
On March 21 2013 06:02 obesechicken13 wrote:
Do any of you have any experience with regression testing?

What should it include? Wikipedia hints that regression testing may just be a small set of tests for things that have broken in the past. But what I've always done is I've run through every single feature in the test suite. What is the best practice here?

edit: f*** nvm
http://www.testingeducation.org/k04/RegressionExamples.htm
General functional regression: We retest the product broadly, including areas that worked before, to see whether more recent changes have destabilized working code. (This is the typical scope of automated regression testing.)


Many companies have the following process: for every bug fix made to the product, a test is introduced into a test suite to ensure that the bug is never reintroduced. This test suite, made from prior bug fixes, is called a regression test suite.


That seems very narrow view of regression testing. Regression testing as we used it was supposed to make sure that new changes to the system do not introduce bugs in parts of the system that were not supposed to be affected by those changes. Basically they exist to discover side-effect bugs of new changes and also errors in analysis of the new changes.

In the case of project I worked on it was a set of tests that covered all critical functions of the system. Using just tests based on previous bugs does not seem to address the issue.

That is a fairly common way of building a regression test library, though. It has a certain compelling logic to it, too: It guarantees you'll only ever have to fix a particular problem once, and it guarantees you'll invest test-writing time in components in direct proportion to their propensity to develop bugs.
The frumious Bandersnatch
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
March 21 2013 16:14 GMT
#5494
On March 21 2013 09:04 darkness wrote:
What makes C++ so famous for game development? You don't have to describe in details.

Thanks.

I've heard tons of reasons, some of them make sense, others do not. The most classic argument is that higher level languages like C# are too slow. This argument is quite weak, careful benchmarking shows that the difference is quite small nowadays, wellwritten C++ code and wellwritten C# code will often perform very very similarly.

The best reason I've heard has to do with the fact that DirectX etc is quite hard to work with effectively from higher level languages. Other than that, C++ offers a lot of flexibility which can be nice for doing larger scale optimizations.
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
March 21 2013 16:26 GMT
#5495
On March 22 2013 01:14 Tobberoth wrote:
Show nested quote +
On March 21 2013 09:04 darkness wrote:
What makes C++ so famous for game development? You don't have to describe in details.

Thanks.

I've heard tons of reasons, some of them make sense, others do not. The most classic argument is that higher level languages like C# are too slow. This argument is quite weak, careful benchmarking shows that the difference is quite small nowadays, wellwritten C++ code and wellwritten C# code will often perform very very similarly.

The best reason I've heard has to do with the fact that DirectX etc is quite hard to work with effectively from higher level languages. Other than that, C++ offers a lot of flexibility which can be nice for doing larger scale optimizations.

Two words ruin C#: garbage collection.
ddengster
Profile Blog Joined January 2009
Singapore129 Posts
March 21 2013 16:53 GMT
#5496
On March 22 2013 01:26 CecilSunkure wrote:
Show nested quote +
On March 22 2013 01:14 Tobberoth wrote:
On March 21 2013 09:04 darkness wrote:
What makes C++ so famous for game development? You don't have to describe in details.

Thanks.

I've heard tons of reasons, some of them make sense, others do not. The most classic argument is that higher level languages like C# are too slow. This argument is quite weak, careful benchmarking shows that the difference is quite small nowadays, wellwritten C++ code and wellwritten C# code will often perform very very similarly.

The best reason I've heard has to do with the fact that DirectX etc is quite hard to work with effectively from higher level languages. Other than that, C++ offers a lot of flexibility which can be nice for doing larger scale optimizations.

Two words ruin C#: garbage collection.


garbage collection(GC) with respect to bad performance or?
In my opinion, GC is still borderline ok; it frees lazy programmers from the burden of doing memory management, as long as they don't get hit with related bugs.
The reason you'd use C# is reflection and widgets for game developer tools.
Check out NEO Impossible Bosses, RTS-MOBA boss rush at http://neoimpossiblebosses.coder-ddeng.com
Kambing
Profile Joined May 2010
United States1176 Posts
Last Edited: 2013-03-21 17:42:22
March 21 2013 17:41 GMT
#5497
On March 22 2013 01:53 ddengster wrote:
Show nested quote +
On March 22 2013 01:26 CecilSunkure wrote:
On March 22 2013 01:14 Tobberoth wrote:
On March 21 2013 09:04 darkness wrote:
What makes C++ so famous for game development? You don't have to describe in details.

Thanks.

I've heard tons of reasons, some of them make sense, others do not. The most classic argument is that higher level languages like C# are too slow. This argument is quite weak, careful benchmarking shows that the difference is quite small nowadays, wellwritten C++ code and wellwritten C# code will often perform very very similarly.

The best reason I've heard has to do with the fact that DirectX etc is quite hard to work with effectively from higher level languages. Other than that, C++ offers a lot of flexibility which can be nice for doing larger scale optimizations.

Two words ruin C#: garbage collection.


garbage collection(GC) with respect to bad performance or?
In my opinion, GC is still borderline ok; it frees lazy programmers from the burden of doing memory management, as long as they don't get hit with related bugs.
The reason you'd use C# is reflection and widgets for game developer tools.


More specifically, stop-the-world GC (can) ruin the soft real-time requirements of a video game (in general, any computationally intensive interactive simulation). Note that computers are powerful enough and runtime technology advanced enough this is only true of games that are pushing the boundaries of what current technology can afford. Beyond this point, you are making an engineering trade-off between the convenience of GC, the performance hit and behavior of GC on your program, and manpower optimizing your program around these constraints.

And yes, C# (and other higher-level languages) serve very well in the space of creating supporting tools for games development such as level editors, assets managers, etc.
aurum510
Profile Joined July 2010
United States229 Posts
March 21 2013 17:44 GMT
#5498
Two more words ruin C#: dynamic binding
Kambing
Profile Joined May 2010
United States1176 Posts
March 21 2013 17:47 GMT
#5499
On March 22 2013 01:00 AmericanUmlaut wrote:
Show nested quote +
On March 21 2013 22:03 mcc wrote:
On March 21 2013 06:17 Kambing wrote:
On March 21 2013 06:02 obesechicken13 wrote:
Do any of you have any experience with regression testing?

What should it include? Wikipedia hints that regression testing may just be a small set of tests for things that have broken in the past. But what I've always done is I've run through every single feature in the test suite. What is the best practice here?

edit: f*** nvm
http://www.testingeducation.org/k04/RegressionExamples.htm
General functional regression: We retest the product broadly, including areas that worked before, to see whether more recent changes have destabilized working code. (This is the typical scope of automated regression testing.)


Many companies have the following process: for every bug fix made to the product, a test is introduced into a test suite to ensure that the bug is never reintroduced. This test suite, made from prior bug fixes, is called a regression test suite.


That seems very narrow view of regression testing. Regression testing as we used it was supposed to make sure that new changes to the system do not introduce bugs in parts of the system that were not supposed to be affected by those changes. Basically they exist to discover side-effect bugs of new changes and also errors in analysis of the new changes.

In the case of project I worked on it was a set of tests that covered all critical functions of the system. Using just tests based on previous bugs does not seem to address the issue.

That is a fairly common way of building a regression test library, though. It has a certain compelling logic to it, too: It guarantees you'll only ever have to fix a particular problem once, and it guarantees you'll invest test-writing time in components in direct proportion to their propensity to develop bugs.


Yes. It depends on what your definition of regression is.. Different shops will have different interpretations of what regressions are, which is fine. Where I have worked before, regressions are specifically re-introduced bugs (in the context of software that is being maintained rather than freshly developed). The sorts of tests you described, mcc, we would simply call functionality test suites.

The other benefit of what I described as a regression test suite is that the developer who writes it is typically forced to check in said test with his or her bug fix. At the time, they have the most insight in the bug, so they are one most capable of writing a comprehensive test for said issue.
Kambing
Profile Joined May 2010
United States1176 Posts
March 21 2013 17:48 GMT
#5500
On March 22 2013 02:44 aurum510 wrote:
Two more words ruin C#: dynamic binding


Eh, dynamic dispatch? Or type dynamic?
Prev 1 273 274 275 276 277 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 5h 50m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RuFF_SC2 182
ProTech64
StarCraft: Brood War
GuemChi 1098
Leta 417
MaD[AoV]41
Bale 15
Icarus 9
PianO 6
Dota 2
monkeys_forever822
League of Legends
JimRising 789
Counter-Strike
Stewie2K187
Super Smash Bros
Mew2King188
Other Games
summit1g10031
shahzam811
WinterStarcraft345
Maynarde146
SortOf102
NeuroSwarm60
Organizations
Other Games
gamesdonequick43598
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH314
• practicex 22
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo778
Other Games
• Scarra2790
• Shiphtur361
Upcoming Events
Sparkling Tuna Cup
5h 50m
WardiTV European League
11h 50m
MaNa vs sebesdes
Mixu vs Fjant
ByuN vs HeRoMaRinE
ShoWTimE vs goblin
Gerald vs Babymarine
Krystianer vs YoungYakov
PiGosaur Monday
19h 50m
The PondCast
1d 5h
WardiTV European League
1d 7h
Jumy vs NightPhoenix
Percival vs Nicoract
ArT vs HiGhDrA
MaxPax vs Harstem
Scarlett vs Shameless
SKillous vs uThermal
uThermal 2v2 Circuit
1d 11h
Replay Cast
1d 19h
RSL Revival
2 days
ByuN vs SHIN
Clem vs Reynor
Replay Cast
2 days
RSL Revival
3 days
Classic vs Cure
[ Show More ]
FEL
3 days
RSL Revival
4 days
FEL
4 days
FEL
4 days
CSO Cup
4 days
BSL20 Non-Korean Champi…
4 days
Bonyth vs QiaoGege
Dewalt vs Fengzi
Hawk vs Zhanhun
Sziky vs Mihu
Mihu vs QiaoGege
Zhanhun vs Sziky
Fengzi vs Hawk
Sparkling Tuna Cup
5 days
RSL Revival
5 days
FEL
5 days
BSL20 Non-Korean Champi…
5 days
Bonyth vs Dewalt
QiaoGege vs Dewalt
Hawk vs Bonyth
Sziky vs Fengzi
Mihu vs Zhanhun
QiaoGege vs Zhanhun
Fengzi vs Mihu
Liquipedia Results

Completed

BSL Season 20
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Jiahua Invitational
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
CSL Xiamen Invitational
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
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
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.