NeXuS VUS (Very Unuseful Stuff)

About me, my thoughts, my life and much other unuseful stuff… :)

NeXuS VUS (Very Unuseful Stuff) header image 4

Entries Tagged as 'Programming'

Stackless Python vs. Go

November 19th, 2009 · 5 Comments

Note: I did a little more research and it turns out that the gc runtime creates one OS thread only, and then adds threads as a way to avoid I/O locks. On the other hand the gccgo runtime maps goroutines and p_threads on a 1 to 1 basis (as of now).
I have been lazily following [...]

[Read more →]

Tags: Programming

Stopping Qt compilation

August 31st, 2009 · No Comments

Today I tried stopping Qt complation on my Windows maching (using MS compiler).
Here are the last few lines of output.

[Read more →]

Tags: Humor · Information Technology · Programming · What?

About ComboBox and Data binding (.NET, C#)

April 3rd, 2006 · No Comments

So, it seems like I am not able to post about anything else than IT!
Anyway, I had this strange problem with the ComboBox control of the .NET 2.0 framework (but I guess the problem would have been manifest with version 1.0/1.1 too):
I had some ComboBoxes that I had been binding to some DataTables [...]

[Read more →]

Tags: Information Technology · Programming