• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:08
CET 12:08
KST 20:08
  • 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: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
2026 KongFu Cup Announcement3BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains15Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18
StarCraft 2
General
BGE Stara Zagora 2026 cancelled Blizzard Classic Cup - Tastosis announced as captains BGE Stara Zagora 2026 announced ByuL: The Forgotten Master of ZvT Terran AddOns placement
Tourneys
RSL Season 4 announced for March-April PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) Sparkling Tuna Cup - Weekly Open Tournament 2026 KongFu Cup Announcement [GSL CK] Team Maru vs. Team herO
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BSL 22 Map Contest — Submissions OPEN to March 10 ASL21 General Discussion Are you ready for ASL 21? Hype VIDEO Gypsy to Korea
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread PC Games Sales Thread No Man's Sky (PS4 and PC)
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Mexico's Drug War Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine NASA and the Private Sector
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! [Req][Books] Good Fantasy/SciFi books
Sports
Formula 1 Discussion 2024 - 2026 Football Thread General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Funny Nicknames
LUCKY_NOOB
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2259 users

The Big Programming Thread - Page 275

Forum Index > General Forum
Post a Reply
Prev 1 273 274 275 276 277 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.
icystorage
Profile Blog Joined November 2008
Jollibee19350 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 States17281 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 States17281 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
Germany2594 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 1032 Next
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Season 4: Group D
ByuN vs SHIN
Maru vs Krystianer
Tasteless1094
IndyStarCraft 213
Rex108
LiquipediaDiscussion
Sparkling Tuna Cup
10:00
Weekly #123
Shameless vs YoungYakovLIVE!
CranKy Ducklings63
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Tasteless 1094
IndyStarCraft 213
Rex 108
StarCraft: Brood War
Sea 46920
Calm 14047
Horang2 2356
GuemChi 1826
Jaedong 859
BeSt 857
actioN 474
Soma 178
Last 173
EffOrt 160
[ Show more ]
Mini 154
Rush 126
Dewaltoss 98
Mind 95
ToSsGirL 84
Hm[arnc] 68
Backho 59
ZerO 56
sorry 47
JulyZerg 38
NaDa 30
Barracks 30
IntoTheRainbow 29
HiyA 26
GoRush 20
ivOry 16
SilentControl 11
ajuk12(nOOB) 7
Sea.KH 4
Dota 2
Gorgc2823
XaKoH 581
XcaliburYe124
League of Legends
JimRising 464
Counter-Strike
zeus354
byalli71
Super Smash Bros
Mew2King107
Heroes of the Storm
Khaldor277
MindelVK7
Other Games
B2W.Neo735
Fuzer 155
ZerO(Twitch)15
Organizations
Dota 2
PGL Dota 2 - Main Stream18031
Other Games
gamesdonequick800
ComeBackTV 281
StarCraft: Brood War
lovetv 21
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• 3DClanTV 74
• LUISG 57
• CranKy Ducklings SOOP4
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 1598
Upcoming Events
WardiTV Team League
52m
Patches Events
5h 52m
BSL
8h 52m
GSL
20h 52m
Wardi Open
1d
Monday Night Weeklies
1d 5h
WardiTV Team League
2 days
PiGosaur Cup
2 days
Kung Fu Cup
2 days
OSC
3 days
[ Show More ]
The PondCast
3 days
KCM Race Survival
3 days
WardiTV Team League
4 days
Replay Cast
4 days
KCM Race Survival
4 days
WardiTV Team League
5 days
Korean StarCraft League
5 days
uThermal 2v2 Circuit
6 days
BSL
6 days
Liquipedia Results

Completed

Proleague 2026-03-13
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 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.