|
I would like to know what are some recommended movies on history of computers and programming. Thanks.
Started by Jahanzeb Farooq on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
While it's probably not completely accurate, it does show a lot of older... .
Wargames.
It's a documentary you know.
You want "history" or "movie"
I think TRON is the "prime" example, where the Users were God's
The Pirates of Silicon Valley
Lawnmower man .
|
|
Am looking for commercial/free recommended c# winform controls packs
Started by gil on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Although, my Infragistics exposure was .....
See the following threads:
.NET Usercontrols telerik devexpress infragistics ComponentOne whos best I've used the controls from both Infragistics and DevExpress and find the DevExpress ones to be far superior .
|
|
What is the recommended batch size for SqlBulkCopy? I'm looking for a general formula I can use as a starting point for performance tuning.
Started by Jonathan Allen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To further optimize your SqlBulkCopy operation, check out.
Particular circumstances, but I would recommend you have an initial batch size of 500, and test values for SqlBulkCopy.BatchSize is also recommended here .
|
Ask your Facebook Friends
|
I am building a DataAccess layer to a DB, what data structure is recommended to use to pass and return a collection?
Started by Ashish on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you return the DataSet directly, you have now coupled yourself to database specific... .
I'm not sure what language you're using, but in general, there are tradeoffs of simplicity vs extensibility .
I use a list of data access objects mapped to the db tables .
|
|
Which is the Recommended File Extension for rails view pages(2.3.2)
1.RHTML 2.html.erb
any significance in this.
Started by cdb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The standard naming:
template_name.mime_type.erb
Significance:
The controller will look for appropriately named template file when responding to different request formats:
def show @user = User.find(params[:id]) respond_to do |format| format.html # Looks... .
|
|
Which is recommended/favorite OS for a programmer... Considering the easiness,support and considerations an OS is giving to programming.
Started by cdb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This ....
I am using Windows XP SP3.
For applications development you want to be on the OS you're developing for... .
Depends what you're developing.
This is horribly subjective, but I would have to say it's the one that allows you to be most productive .
|
|
Can you recommend a feed generator library for Python? I could build the XML myself, but I'm looking for a recommended library that is built from the ground up around the RSS (or Atom) spec.
Started by lupefiasco on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I haven't used them myself, but these exist:
PyRSS2Gen atomxlib I can recommend that you use.
|
|
I'm familiar with some of the recommended programming books, such as Code Complete and The Pragmatic Programmer, but I was wondering if there were books with similar reputation that are focused on Game Development.
Started by Benny Hallett on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
That said.
Even something like The C++ Programming Language is recommended if you program in C++.
Any recommended programming book is a recommended game programming book, so programmer.
On certain technologies.
|
|
What is the recommended size for a server 2008 system partition? I've seen 20GB as well as 49GB suggested but I can't seem to find any white papers or best-practices documents on the subject.
Answer Snippets (Read the full thread at serverfault):
Don't.
For log files With hard drives being as cheap as they are these days, I would recommend not skimping is the recommended size for a server 2008 system partition?
As far as cleaning up the Winsxs directory...
|
|
Which plugins for Eclipse do you recommended for analyzing your code?
Bug finding, unused code detection, suggested refactoring, ...
Started by carrier on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
PMD can also provide a lot of useful data about:
Possible bugs - empty try/catch/finally/switch statements Dead code - unused local variables, parameters and private methods Suboptimal code - wasteful String/StringBuffer usage Overcomplicated... .
Findbugs.
|