PostId int64 4 11.8M | PostCreationDate stringlengths 19 19 | OwnerUserId int64 1 1.57M | OwnerCreationDate stringlengths 10 19 | ReputationAtPostCreation int64 -55 461k | OwnerUndeletedAnswerCountAtPostTime int64 0 21.5k | Title stringlengths 3 250 | BodyMarkdown stringlengths 5 30k ⌀ | Tag1 stringlengths 1 25 ⌀ | Tag2 stringlengths 1 25 ⌀ | Tag3 stringlengths 1 25 ⌀ | Tag4 stringlengths 1 25 ⌀ | Tag5 stringlengths 1 25 ⌀ | PostClosedDate stringlengths 19 19 ⌀ | OpenStatus stringclasses 5
values | unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
62,251 | 09/15/2008 11:57:44 | 6,522 | 09/15/2008 11:57:44 | 1 | 0 | Where can i Find GOOD ASP.NET tutorial(or books) online? | Looking for some good resources (or tutorials) that will demonstrate the proper techniques on building ASP.NET web sites.
| asp.net | null | null | null | null | null | open | Where can i Find GOOD ASP.NET tutorial(or books) online?
===
Looking for some good resources (or tutorials) that will demonstrate the proper techniques on building ASP.NET web sites.
| 0 |
62,264 | 09/15/2008 12:04:31 | 4,161 | 09/02/2008 07:55:46 | 408 | 13 | Dealing with SVN keyword expansion with git-svn | I recently asked about [keyword expansion in Git](http://stackoverflow.com/questions/39742/does-git-have-anything-like-svn-propset-svnkeywords-or-pre-post-commit-hooks) and I'm willing to accept the design design not to really support this idea in Git.
For better or worse, the project I'm working on at the moment r... | svn | version-control | git | null | null | null | open | Dealing with SVN keyword expansion with git-svn
===
I recently asked about [keyword expansion in Git](http://stackoverflow.com/questions/39742/does-git-have-anything-like-svn-propset-svnkeywords-or-pre-post-commit-hooks) and I'm willing to accept the design design not to really support this idea in Git.
For better... | 0 |
62,268 | 09/15/2008 12:07:18 | 4,050 | 09/01/2008 14:24:01 | 354 | 33 | Error consuming Web Service from Winform App - "Cannot execute a program..." | I have a winform app that calls a web service to check for updates. This works in dev and it also works everywhere else I've tried it, just not on the installed copy on my machine (which happens to be the same in dev).
The error is:
Cannot execute a program. The command being executed was "C:\WINDOWS\Microsoft.N... | .net | winforms | webservice | null | null | null | open | Error consuming Web Service from Winform App - "Cannot execute a program..."
===
I have a winform app that calls a web service to check for updates. This works in dev and it also works everywhere else I've tried it, just not on the installed copy on my machine (which happens to be the same in dev).
The error is:
... | 0 |
62,276 | 09/15/2008 12:11:08 | 6,309 | 09/13/2008 22:22:33 | 13 | 3 | java package cycle detection: how to find the specific classes involved ? | What tool would you recommend to detect **java package cyclic dependencies**,
knowing that the goal is to _list explicitly the specific classes involved in the detected 'across-packages cycle'_ ?
I know about [classycle][1] and [JDepend][2] , but they both fail to list the classes involved in a cyclic package dep... | java | software-tools | classes | dependencies | packages | null | open | java package cycle detection: how to find the specific classes involved ?
===
What tool would you recommend to detect **java package cyclic dependencies**,
knowing that the goal is to _list explicitly the specific classes involved in the detected 'across-packages cycle'_ ?
I know about [classycle][1] and [JDepen... | 0 |
62,292 | 09/15/2008 12:18:42 | 1,944 | 08/19/2008 14:49:14 | 604 | 22 | Are liquid layouts still relevant? | Now that most of the major browsers support full page zoom (at present, the only notable exception being Google Chrome), are liquid or elastic layouts no longer needed? Is the relative pain of building liquid/elastic layouts worth the effort? Are there any situations where a liquid layout would still be of benefit? Is ... | html | css | webdesign | layout | null | null | open | Are liquid layouts still relevant?
===
Now that most of the major browsers support full page zoom (at present, the only notable exception being Google Chrome), are liquid or elastic layouts no longer needed? Is the relative pain of building liquid/elastic layouts worth the effort? Are there any situations where a liqu... | 0 |
62,294 | 09/15/2008 12:19:21 | 6,555 | 09/15/2008 12:15:36 | 1 | 0 | How to modify the defaul Check-in Action in TFS? | The default check-in action for a work-item is "resolve". I'd like to set it to "associate" so that this work item isn't automaticaly closed if I check-in stuff too fast. How can I do that?
Thanks. | version-control | tfs | work-item | null | null | null | open | How to modify the defaul Check-in Action in TFS?
===
The default check-in action for a work-item is "resolve". I'd like to set it to "associate" so that this work item isn't automaticaly closed if I check-in stuff too fast. How can I do that?
Thanks. | 0 |
62,302 | 09/15/2008 12:20:42 | 6,600 | 09/15/2008 12:20:42 | 1 | 0 | What’s a good book for learning F#? | I am looking at taking F# for a test drive. What is a really good book to get started for a C# developer? | f# | null | null | null | null | 10/02/2011 16:20:34 | not constructive | What’s a good book for learning F#?
===
I am looking at taking F# for a test drive. What is a really good book to get started for a C# developer? | 4 |
62,322 | 09/15/2008 12:26:00 | 1,068 | 08/12/2008 08:44:09 | 140 | 6 | Asynchronous APIs | When trying to implement a asynchronous API calls / Non-blocking calls, i know a little in a All Plain-C applicaiton I have, i read a about APM(Asynchronous Programming Model) by 'Delegates'. Basically what i want to do is call one API f1() to do a functionality(which takes long time 8-10 seconds), So i call that API f... | c | asynchronous | api | null | null | null | open | Asynchronous APIs
===
When trying to implement a asynchronous API calls / Non-blocking calls, i know a little in a All Plain-C applicaiton I have, i read a about APM(Asynchronous Programming Model) by 'Delegates'. Basically what i want to do is call one API f1() to do a functionality(which takes long time 8-10 seconds... | 0 |
62,328 | 09/15/2008 12:26:42 | 3,968 | 09/01/2008 04:28:06 | 1 | 0 | Is there an algorithm that tells the semantic similarity of two phrases | input: phrase 1, phrase 2
output: semantic similarity value (between 0 and 1), or the probability this two phrases are talking about the same thing | algorithm | semantic | nlp | null | null | null | open | Is there an algorithm that tells the semantic similarity of two phrases
===
input: phrase 1, phrase 2
output: semantic similarity value (between 0 and 1), or the probability this two phrases are talking about the same thing | 0 |
62,340 | 09/15/2008 12:28:49 | 6,605 | 09/15/2008 12:21:15 | 1 | 0 | Is a pop_back() in a std::vector really invalidates *all* iterators on the vector? | std::vector<int> ints;
// ... fill ints with random values
for(std::vector<int>::iterator it = ints.begin(); it != ints.end(); )
{
if(*it < 10)
{
*it = ints.back();
ints.pop_back();
continue;
}
it++;
}
This... | c++ | stl | null | null | null | null | open | Is a pop_back() in a std::vector really invalidates *all* iterators on the vector?
===
std::vector<int> ints;
// ... fill ints with random values
for(std::vector<int>::iterator it = ints.begin(); it != ints.end(); )
{
if(*it < 10)
{
*it = ints.back();
... | 0 |
62,353 | 09/15/2008 12:31:11 | 2,361 | 08/21/2008 20:41:09 | 577 | 29 | What are the best practices for using Assembly Attributes? | I have a solution with multiple project. I am trying to optimize AssemblyInfo.cs files by linking one solution wide assembly info file. What are the best practices for doing this? Which attributes should be in solution wide file and which are project/assembly specific? | .net | null | null | null | null | null | open | What are the best practices for using Assembly Attributes?
===
I have a solution with multiple project. I am trying to optimize AssemblyInfo.cs files by linking one solution wide assembly info file. What are the best practices for doing this? Which attributes should be in solution wide file and which are project/assem... | 0 |
62,365 | 09/15/2008 12:32:39 | 60 | 08/01/2008 14:04:09 | 1,854 | 73 | Using reflection to call an ASP.NET web service | Say I have an ASMX web service, MyService. The service has a method, MyMethod. I could execute MyMethod on the server side as follows:
MyService service = new MyService();
service.MyMethod();
I need to do similar, with service and method not known until runtime.
I'm assuming that reflection is the... | c# | asp.net | web-services | reflection | null | null | open | Using reflection to call an ASP.NET web service
===
Say I have an ASMX web service, MyService. The service has a method, MyMethod. I could execute MyMethod on the server side as follows:
MyService service = new MyService();
service.MyMethod();
I need to do similar, with service and method not known un... | 0 |
62,382 | 09/15/2008 12:35:33 | 6,483 | 09/15/2008 10:58:34 | 1 | 1 | Can you animate a custom dependency property in Silverlight? | I might be missing something really obvious. I'm trying to write a custom Panel where the contents are laid out according to a couple of dependency properties (I'm assuming they *have* to be DPs because I want to be able to animate them.)
However, when I try to run a storyboard to animate both of these properties, S... | silverlight | null | null | null | null | null | open | Can you animate a custom dependency property in Silverlight?
===
I might be missing something really obvious. I'm trying to write a custom Panel where the contents are laid out according to a couple of dependency properties (I'm assuming they *have* to be DPs because I want to be able to animate them.)
However, whe... | 0 |
62,384 | 09/15/2008 12:35:40 | 6,595 | 09/15/2008 12:19:42 | 1 | 0 | How to convert Apache .htaccess files into Lighttpd rules? | It's big problem to convert mod_rewrite rules to lighttpd format | apache | .htaccess | lighttpd | null | null | null | open | How to convert Apache .htaccess files into Lighttpd rules?
===
It's big problem to convert mod_rewrite rules to lighttpd format | 0 |
62,389 | 09/15/2008 12:36:05 | 6,619 | 09/15/2008 12:22:26 | 1 | 0 | visual C++ 6.0 VS visual C++ 2008 | what are the advantages/disadvantages of between msvs c++ 6.0 vs msvs c++ 2008? the main reason for asking such question is that still there are many decent programmers that prefer using the older version insteed of the the newest version. | c++ | null | null | null | null | null | open | visual C++ 6.0 VS visual C++ 2008
===
what are the advantages/disadvantages of between msvs c++ 6.0 vs msvs c++ 2008? the main reason for asking such question is that still there are many decent programmers that prefer using the older version insteed of the the newest version. | 0 |
62,398 | 09/15/2008 12:37:03 | 6,775 | 09/15/2008 12:37:02 | 1 | 0 | Middleware API Best Practices, What are they? | We are developing a middleware SDK, both in C++ and Java to be used as a library/DLL by, for example, game developers, animation software developers, Avatar developers to enhance their products.
What I would like to know is this: Are there standard "Best Practices" for the development of these types of API?
I am ... | java | c++ | api | middleware | null | null | open | Middleware API Best Practices, What are they?
===
We are developing a middleware SDK, both in C++ and Java to be used as a library/DLL by, for example, game developers, animation software developers, Avatar developers to enhance their products.
What I would like to know is this: Are there standard "Best Practices" ... | 0 |
62,403 | 09/15/2008 12:37:48 | 572 | 08/06/2008 20:56:54 | 3,864 | 277 | What technical considerations must a system/network administrator worry about when a site gets onto social bookmarking/sharing sites? | The reason I ask is that Stack Overflow has been [Dugg][1], [Slashdotted][2], and [Redditted][3].
First, what kinds of effect does this have on the servers that power a website? Second, what can be done by system administrators to ensure that their sites remain up and running as best as possible?
[1]: http://... | system-administration | null | null | null | null | null | open | What technical considerations must a system/network administrator worry about when a site gets onto social bookmarking/sharing sites?
===
The reason I ask is that Stack Overflow has been [Dugg][1], [Slashdotted][2], and [Redditted][3].
First, what kinds of effect does this have on the servers that power a website? ... | 0 |
62,406 | 09/15/2008 12:39:06 | 419,788 | 09/15/2008 12:25:53 | 1 | 0 | Alternative Style(CSS) methods in SAP Portal? | I am overriding a lot of SAP's Portal functionality in my current project. I have to create a custom fixed width framework, custom iView trays, custom KM API functionality, and more.
With all of these custom parts, I will not be using a lot of the style functionality implemented by SAP's Theme editor. What I would... | sap | null | null | null | null | null | open | Alternative Style(CSS) methods in SAP Portal?
===
I am overriding a lot of SAP's Portal functionality in my current project. I have to create a custom fixed width framework, custom iView trays, custom KM API functionality, and more.
With all of these custom parts, I will not be using a lot of the style functionali... | 0 |
62,418 | 09/15/2008 12:41:13 | 6,094 | 09/12/2008 11:40:35 | 56 | 4 | Knowing which java.exe process to kill on a windows machine | When a java based application starts to misbehave on a windows machine, you want to be able to kill the process in the task manager if you can't quit the application normally. Most of the time, there's more than one java based application running on my machine. Is there a better way than just randomly killing java.exe ... | java | windows | null | null | null | null | open | Knowing which java.exe process to kill on a windows machine
===
When a java based application starts to misbehave on a windows machine, you want to be able to kill the process in the task manager if you can't quit the application normally. Most of the time, there's more than one java based application running on my ma... | 0 |
62,430 | 09/15/2008 12:42:53 | 4,984 | 09/07/2008 08:11:30 | 26 | 1 | Regular expression that rejects all input? | Is is possible to construct a regular expression that rejects all input strings? | regex | null | null | null | null | null | open | Regular expression that rejects all input?
===
Is is possible to construct a regular expression that rejects all input strings? | 0 |
62,433 | 09/15/2008 12:43:08 | 6,788 | 09/15/2008 12:37:49 | 1 | 0 | Facebook java integration | I have looked in vain for a good example or starting point to write a java based facebook application... I was hoping that someone here would know of one. As well, I hear that facebook will no longer support their java API is this true and if yes does that mean that we should no longer use java to write facebook apps... | java | api | facebook | support | example | null | open | Facebook java integration
===
I have looked in vain for a good example or starting point to write a java based facebook application... I was hoping that someone here would know of one. As well, I hear that facebook will no longer support their java API is this true and if yes does that mean that we should no longer ... | 0 |
62,436 | 09/15/2008 12:43:28 | 6,783 | 09/15/2008 12:37:24 | 1 | 0 | DevExpress eXpressApp Framework (XAF) and eXpress Persistent Objects (XPO): how do I speed up the loading time of associations? | I am having a problem with the speed of accessing an association property with a large number of records.
I have an XAF app with a parent class called MyParent.
There are 230 records in MyParent.
MyParent has a child class called MyChild.
There are 49,000 records in MyChild.
I have an association defined... | devexpress | xpo | xaf | null | null | null | open | DevExpress eXpressApp Framework (XAF) and eXpress Persistent Objects (XPO): how do I speed up the loading time of associations?
===
I am having a problem with the speed of accessing an association property with a large number of records.
I have an XAF app with a parent class called MyParent.
There are 230 record... | 0 |
62,437 | 09/15/2008 12:43:39 | 1,199,623 | 09/15/2008 12:20:30 | 1 | 0 | How do I prevent Flash's URLRequest from escaping the url? | I load some XML from a servlet from my Flex application like this:
_loader = new URLLoader();
_loader.load(new URLRequest(_servletURL+"?do=load&id="+_id));
As you can imagine _servletURL is something like http://foo.bar/path/to/servlet
In some cases, this URL contains accented characters (long story). I pass ... | flex | flash | urlrequest | null | null | null | open | How do I prevent Flash's URLRequest from escaping the url?
===
I load some XML from a servlet from my Flex application like this:
_loader = new URLLoader();
_loader.load(new URLRequest(_servletURL+"?do=load&id="+_id));
As you can imagine _servletURL is something like http://foo.bar/path/to/servlet
In some ca... | 0 |
62,449 | 09/15/2008 12:44:48 | 1,271 | 08/14/2008 09:09:52 | 42 | 1 | How to spread tcplistener incoming connections over threads in .NET? | When using the Net.Sockets.TcpListener, what is the best way to handle incoming connections (.AcceptSocket) in seperate threads?
The idea is to start a new thread when a new incoming connection is accepted, while the tcplistener then stays available for further incoming connections (and for every new incoming connec... | tcplistener | multithreading | .net | null | null | null | open | How to spread tcplistener incoming connections over threads in .NET?
===
When using the Net.Sockets.TcpListener, what is the best way to handle incoming connections (.AcceptSocket) in seperate threads?
The idea is to start a new thread when a new incoming connection is accepted, while the tcplistener then stays ava... | 0 |
62,472 | 09/15/2008 12:46:59 | 6,678 | 09/15/2008 12:28:52 | 1 | 1 | Any PHP editors supporting 5.3 syntax? | I'm using namespaces in a project and Eclipse PDT, my IDE of choice, recognizes them as syntax errors. Not only it renders its convenient error checking unusable, but it also ruins Eclipse's PHP explorer.
5.3 features are coming to PDT 2.0 scheduled for release in December. Are there any alternatives for the present... | php | null | null | null | null | null | open | Any PHP editors supporting 5.3 syntax?
===
I'm using namespaces in a project and Eclipse PDT, my IDE of choice, recognizes them as syntax errors. Not only it renders its convenient error checking unusable, but it also ruins Eclipse's PHP explorer.
5.3 features are coming to PDT 2.0 scheduled for release in December... | 0 |
62,490 | 09/15/2008 12:48:18 | 5,035 | 09/07/2008 13:39:10 | 116 | 7 | How can I get Axis 1.4 to not generate several prefixes for the same XML namespace? | I am receiving SOAP requests from a client that uses the Axis 1.4 libraries. The requests have the following form:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/... | java | xml | soap | namespaces | axis | null | open | How can I get Axis 1.4 to not generate several prefixes for the same XML namespace?
===
I am receiving SOAP requests from a client that uses the Axis 1.4 libraries. The requests have the following form:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd... | 0 |
62,491 | 09/15/2008 12:48:20 | 6,827 | 09/15/2008 12:41:25 | 1 | 0 | How to create J2ME midlets for Nokia S40 using Eclipse | Nokia has stopped offering its Developer's Suite, relying on other IDEs, including Eclipse. Meanwhile, Nokia changed its own development tools again and EclipseMe has also changed. This leaves most documentation irrelevant.
I want to know what does it take to make a simple Hello-World?
(I already found out mysel... | java-me | java | eclipse | nokia | wtk | null | open | How to create J2ME midlets for Nokia S40 using Eclipse
===
Nokia has stopped offering its Developer's Suite, relying on other IDEs, including Eclipse. Meanwhile, Nokia changed its own development tools again and EclipseMe has also changed. This leaves most documentation irrelevant.
I want to know what does it take... | 0 |
62,496 | 09/15/2008 12:49:01 | 890 | 08/10/2008 08:05:36 | 156 | 5 | Similarity between line strings | I have a number of tracks recorded by a GPS, which more formally can be described as a number of line strings.
Now, some of the recorded tracks might be recordings of the same route, but because of inaccurasies in the GPS system, the fact that the recordings were made on separate occasions and that they might have b... | algorithm | gis | null | null | null | null | open | Similarity between line strings
===
I have a number of tracks recorded by a GPS, which more formally can be described as a number of line strings.
Now, some of the recorded tracks might be recordings of the same route, but because of inaccurasies in the GPS system, the fact that the recordings were made on separate... | 0 |
62,501 | 09/15/2008 12:49:41 | 6,698 | 09/15/2008 12:30:27 | 1 | 0 | Remote installing of windows service | I need to remotely install windows service on number of computers, so I use CreateService() and other service functions from winapi. I know admin password and user name for machines that I need access to. In order to gain access to remote machine I impersonate calling process with help of LogonUser like this:
//... | c++ | windows | windowsservice | null | null | null | open | Remote installing of windows service
===
I need to remotely install windows service on number of computers, so I use CreateService() and other service functions from winapi. I know admin password and user name for machines that I need access to. In order to gain access to remote machine I impersonate calling process w... | 0 |
62,503 | 09/15/2008 12:49:50 | 1,826 | 08/18/2008 18:27:20 | 76 | 5 | C#, int or Int32? Should I care? | From my understanding int and Int32 are the same thing in C#, but I've read a number of times that int is preferred over Int32 but without any reason given. So, what is the reason? Should I care? | c# | variable-types | null | null | null | null | open | C#, int or Int32? Should I care?
===
From my understanding int and Int32 are the same thing in C#, but I've read a number of times that int is preferred over Int32 but without any reason given. So, what is the reason? Should I care? | 0 |
62,504 | 09/15/2008 12:49:56 | 6,613 | 09/15/2008 12:22:08 | 1 | 2 | Is there any way to create multiple insert statements in a ms-access query? | I am using MS Access 2003. I want to run a lot of insert SQL statements in what is called 'Query' in MS Access. Is there any easy(or indeed any way) to do it? | ms-access | null | null | null | null | null | open | Is there any way to create multiple insert statements in a ms-access query?
===
I am using MS Access 2003. I want to run a lot of insert SQL statements in what is called 'Query' in MS Access. Is there any easy(or indeed any way) to do it? | 0 |
62,505 | 09/15/2008 12:49:56 | 6,770 | 09/15/2008 12:36:56 | 1 | 0 | How do I move tags in Subversion | I wish Subversion had a better way of moving tags. The only way that I know to move a tag is to remove the file from the tag and then copy it again. Revision tree browsers don't seem to handle that very well. This also requires keeping the directory structure under the trunk and tag in sync.
Use case: We have thousa... | svn | null | null | null | null | null | open | How do I move tags in Subversion
===
I wish Subversion had a better way of moving tags. The only way that I know to move a tag is to remove the file from the tag and then copy it again. Revision tree browsers don't seem to handle that very well. This also requires keeping the directory structure under the trunk and ta... | 0 |
62,512 | 09/15/2008 12:50:19 | 6,795 | 09/15/2008 12:38:31 | 1 | 0 | Three dimensional arrays of integers in C++ | I would like to find out safe ways of implementing three dimensional arrays of integers in C++, using pointer arithmetic / dynamic memory allocation, or, alternatively using STL techniques such as vectors.
Essentially I want my integer array dimensions to look like:
[ x ][ y ][ z ]
x and y are in the range 20-... | c++ | arrays | multidimensional | null | null | null | open | Three dimensional arrays of integers in C++
===
I would like to find out safe ways of implementing three dimensional arrays of integers in C++, using pointer arithmetic / dynamic memory allocation, or, alternatively using STL techniques such as vectors.
Essentially I want my integer array dimensions to look like:
... | 0 |
62,513 | 09/15/2008 12:50:19 | 6,775 | 09/15/2008 12:37:02 | 1 | 0 | REST type API for non web based applications, Is It a good idea? | We are developing a middleware SDK, both in C++ and Java to be used as a library/DLL by, for example, game developers, animation software developers, Avatar developers to enhance their products.
Having created a typical API using specific calls for specific functions I am considering simplifying the API by using a R... | api | rest | middleware | engine | null | null | open | REST type API for non web based applications, Is It a good idea?
===
We are developing a middleware SDK, both in C++ and Java to be used as a library/DLL by, for example, game developers, animation software developers, Avatar developers to enhance their products.
Having created a typical API using specific calls fo... | 0 |
62,529 | 09/15/2008 12:52:15 | 6,941 | 09/15/2008 12:52:15 | 1 | 0 | Best Practice for Model Design in Ruby on Rails | The RoR tutorials posit one model per table for the ORM to work.
My DB schema has some 70 tables divided conceptually into 5 groups of functionality
(eg, any given table lives in one and only one functional group, and relations between tables of different groups are minimised.)
So: should I design a model per conce... | ruby | activerecord | rubyonrails | null | null | null | open | Best Practice for Model Design in Ruby on Rails
===
The RoR tutorials posit one model per table for the ORM to work.
My DB schema has some 70 tables divided conceptually into 5 groups of functionality
(eg, any given table lives in one and only one functional group, and relations between tables of different groups a... | 0 |
62,530 | 09/15/2008 12:52:17 | 6,942 | 09/15/2008 12:52:17 | 1 | 0 | How to prevent IE6 from refetching already-fetched images added via DOM manipulation | If you add a image to your browser's DOM, IE6 will not check its cache to see if it already downloaded the image but will, instead, re-retrieve it from the server. I have not found any combination of HTTP response headers (of the ensuing image request) to convince IE6 that it can cache the image: Cache-control, Expir... | ajax | caching | internet-explorer-6 | image | null | null | open | How to prevent IE6 from refetching already-fetched images added via DOM manipulation
===
If you add a image to your browser's DOM, IE6 will not check its cache to see if it already downloaded the image but will, instead, re-retrieve it from the server. I have not found any combination of HTTP response headers (of the... | 0 |
62,539 | 09/15/2008 12:53:20 | 3,012 | 08/26/2008 11:55:24 | 320 | 12 | The Dependency Inversion Principle | What is the Dependency Inversion Principle and why is it important? | oop | null | null | null | null | null | open | The Dependency Inversion Principle
===
What is the Dependency Inversion Principle and why is it important? | 0 |
62,540 | 09/15/2008 12:53:29 | 6,915 | 09/15/2008 12:49:49 | 1 | 0 | Learning OpenGl | what's a good book for learning OpenGl programming? | books | opengl | null | null | null | 11/01/2011 16:01:46 | not constructive | Learning OpenGl
===
what's a good book for learning OpenGl programming? | 4 |
62,542 | 09/15/2008 12:54:08 | 6,751 | 09/15/2008 12:35:36 | 1 | 0 | What is the best free test tracking software? | I'm not talking about bug tracking software (like Bugzilla or Jira). I'm looking for something that will let me:
1. Store test specifications in text format
2. Combine test specs into test coverage scenarios
3. Keep track of the progress through testing scenarios
4. Link test specs with bug reports stored in... | testing | progress | null | null | null | 05/01/2012 02:25:01 | not constructive | What is the best free test tracking software?
===
I'm not talking about bug tracking software (like Bugzilla or Jira). I'm looking for something that will let me:
1. Store test specifications in text format
2. Combine test specs into test coverage scenarios
3. Keep track of the progress through testing scenari... | 4 |
62,567 | 09/15/2008 12:57:10 | 6,984 | 09/15/2008 12:57:10 | 1 | 0 | Ignore case in Python strings | What is the easiest way to compare strings in Python, ignoring case?
Of course one can do (str1.lower() <= str2.lower()), etc., but this created two additional temporary strings (whith the obvious alloc/g-c overheads).
I guess I'm looking for an equivalent to C's stricmp(). | python | string | null | null | null | null | open | Ignore case in Python strings
===
What is the easiest way to compare strings in Python, ignoring case?
Of course one can do (str1.lower() <= str2.lower()), etc., but this created two additional temporary strings (whith the obvious alloc/g-c overheads).
I guess I'm looking for an equivalent to C's stricmp(). | 0 |
62,570 | 09/15/2008 12:57:16 | 1,436 | 08/15/2008 15:43:19 | 441 | 22 | How do I move a file (or folder) from one folder to another in Subversion | I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without creating two independent add/delete operations. Using Repo Browser works fine except that your code will be hanging in a broken state until you get any supporting changes ... | subversion | null | null | null | null | null | open | How do I move a file (or folder) from one folder to another in Subversion
===
I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without creating two independent add/delete operations. Using Repo Browser works fine except that yo... | 0 |
62,578 | 09/15/2008 12:57:57 | 290 | 08/04/2008 12:57:50 | 983 | 57 | APIs and Datasets for Natural Languages? | Are there any good APIs and public datasets (dictionaries, phrases) for working w/ natural languages?
Specifically, do any good ones exist for working on translation between English and Korean?
| language-agnostic | api | dictionary | nlp | null | null | open | APIs and Datasets for Natural Languages?
===
Are there any good APIs and public datasets (dictionaries, phrases) for working w/ natural languages?
Specifically, do any good ones exist for working on translation between English and Korean?
| 0 |
62,588 | 09/15/2008 12:59:24 | 6,897 | 09/15/2008 12:47:00 | 1 | 0 | Shared/Static variable in Global.asax isolated per request? | I have some ASP.NET web services which all share a common helper class they only need to instantiate one instance of *per server*. It's used for simple translation of data, but does spend some time during start-up loading things from the web.config file, etc. We've deployed the web services to IIS 6.0 and using an Appl... | asp.net | vb.net | web-services | null | null | null | open | Shared/Static variable in Global.asax isolated per request?
===
I have some ASP.NET web services which all share a common helper class they only need to instantiate one instance of *per server*. It's used for simple translation of data, but does spend some time during start-up loading things from the web.config file, ... | 0 |
62,599 | 09/15/2008 13:00:22 | 6,369 | 09/14/2008 23:13:34 | 36 | 4 | Setting the namespace of a WinForms UserControl in VB.NET | How do you define your UserControls as being in a namespace below the project namespace, ie. [RootNameSpace].[SubSectionOfProgram].Controls? | vb.net | winforms | namespaces | null | null | null | open | Setting the namespace of a WinForms UserControl in VB.NET
===
How do you define your UserControls as being in a namespace below the project namespace, ie. [RootNameSpace].[SubSectionOfProgram].Controls? | 0 |
62,606 | 09/15/2008 13:01:24 | 905 | 08/10/2008 09:37:14 | 4,427 | 250 | .Net 2+: why does if( 1 == null ) no longer throw a compiler exception? | I'm using `int` as an example, but this applies to any value type in .Net
In .Net 1 the following would throw a compiler exception:
int i = SomeFunctionThatReturnsInt();
if( i == null ) //compiler exception here
Now (in .Net 2 or 3.5) that exception has gone.
I know why this is:
int? j... | c# | .net-3.5 | compiler | .net-2.0 | null | null | open | .Net 2+: why does if( 1 == null ) no longer throw a compiler exception?
===
I'm using `int` as an example, but this applies to any value type in .Net
In .Net 1 the following would throw a compiler exception:
int i = SomeFunctionThatReturnsInt();
if( i == null ) //compiler exception here
Now (i... | 0 |
62,617 | 09/15/2008 13:02:38 | 6,681 | 09/15/2008 12:29:11 | 1 | 1 | What's the best way to separate PHP Code and HTML | I realy don't like mixing PHP and HTML. It makes it difficult to maintain both the PHP and the HTML, and it just makes sense to keep the two apart.
How to do it? | php | html | null | null | null | 05/22/2012 12:23:01 | not constructive | What's the best way to separate PHP Code and HTML
===
I realy don't like mixing PHP and HTML. It makes it difficult to maintain both the PHP and the HTML, and it just makes sense to keep the two apart.
How to do it? | 4 |
62,618 | 09/15/2008 13:02:39 | 4,230 | 09/02/2008 13:21:04 | 11 | 4 | What is the best way to merge mp3 files? | I've got many, many mp3 files that I would like to merge into a single file. I've used the command line method
copy /b 1.mp3+2.mp3 3.mp3
but it's a pain when there's a lot of them and they're naming is inconsistent. The time never seems to come out right either. | audio | mp3 | null | null | null | null | open | What is the best way to merge mp3 files?
===
I've got many, many mp3 files that I would like to merge into a single file. I've used the command line method
copy /b 1.mp3+2.mp3 3.mp3
but it's a pain when there's a lot of them and they're naming is inconsistent. The time never seems to come out right either. | 0 |
62,629 | 09/15/2008 13:03:48 | 460,958 | 09/15/2008 12:57:47 | 1 | 0 | How do I detect application Level Focus-In in Qt 4.4.1? | I need to determine when my Qt 4.4.1 application receives focus.
I have come up with 2 possible solutions, but they both don’t work exactly as I would like.
In the first possible solution, I connect the focusChanged() signal from qApp to a SLOT. In the slot I check the ‘old’ pointer. If it ‘0’, then I know we’v... | c++ | qt | null | null | null | null | open | How do I detect application Level Focus-In in Qt 4.4.1?
===
I need to determine when my Qt 4.4.1 application receives focus.
I have come up with 2 possible solutions, but they both don’t work exactly as I would like.
In the first possible solution, I connect the focusChanged() signal from qApp to a SLOT. In the... | 0 |
62,658 | 09/15/2008 13:06:38 | 6,939 | 09/15/2008 12:52:05 | 1 | 0 | Getting PEAR to work on XAMPP (Apache/MySQL stack on Windows) | I'm trying to install [Laconica][1], an open-source Microblogging application on my Windows development server using XAMPP as per the [instructions provided][2].
The website cannot find PEAR, and throws the below errors:
Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file ... | php | pear | laconica | null | null | null | open | Getting PEAR to work on XAMPP (Apache/MySQL stack on Windows)
===
I'm trying to install [Laconica][1], an open-source Microblogging application on my Windows development server using XAMPP as per the [instructions provided][2].
The website cannot find PEAR, and throws the below errors:
Warning: require_once(PEAR... | 0 |
62,661 | 09/15/2008 13:07:01 | 7,071 | 09/15/2008 13:07:00 | 1 | 0 | Implementing Porter-Duff Rules in Direct3D | What Direct3D render states should be used to implement Java's Porter-Duff compositing rules (CLEAR, SRC, SRCOVER, etc.)? | direct3d | alphablending | compositing | null | null | null | open | Implementing Porter-Duff Rules in Direct3D
===
What Direct3D render states should be used to implement Java's Porter-Duff compositing rules (CLEAR, SRC, SRCOVER, etc.)? | 0 |
62,663 | 09/15/2008 13:07:15 | 7,040 | 09/15/2008 13:03:15 | 1 | 0 | GDI+ DrawImage() with transparent bitmap to a printer | Does anybody have any pointers on how to successfully draw a bitmap that has
an alpha channel using Graphics::DrawImage() when the Graphics context is
created based on a printer HDC? The printer drivers don't generally support alpha blending - so is there an alternative to rendering everything to an offscreen bitmap ... | windows | gdi+ | null | null | null | null | open | GDI+ DrawImage() with transparent bitmap to a printer
===
Does anybody have any pointers on how to successfully draw a bitmap that has
an alpha channel using Graphics::DrawImage() when the Graphics context is
created based on a printer HDC? The printer drivers don't generally support alpha blending - so is there an ... | 0 |
62,686 | 09/15/2008 13:09:28 | 6,165 | 09/12/2008 18:18:01 | 1 | 1 | Performing validation on a databound object after the property has been updated | I have a basic form with controls that are databound to an object implementing the _INotifyPropertyChanged_ interface. I would like to add some validation to a couple of properties but dont want to go through implementing _IDataErrorInfo_ for the sake of validating a couple of properties.
I have created the functio... | .net | vb.net | validation | data-binding | null | null | open | Performing validation on a databound object after the property has been updated
===
I have a basic form with controls that are databound to an object implementing the _INotifyPropertyChanged_ interface. I would like to add some validation to a couple of properties but dont want to go through implementing _IDataErrorI... | 0 |
62,694 | 09/15/2008 13:09:57 | 6,462 | 09/15/2008 10:28:07 | 11 | 3 | How do i start working in open source projects???? | Im planning to start working in opensource projects. Give some ideas related to that and give references also.. | opensource | null | null | null | null | null | open | How do i start working in open source projects????
===
Im planning to start working in opensource projects. Give some ideas related to that and give references also.. | 0 |
62,702 | 09/15/2008 13:10:34 | 3,333 | 08/28/2008 00:32:00 | 700 | 43 | Good text on order analysis | As a self-taught computer programmer, I'm often at a loss to estimate the O() value for a particular operation. Yeah, I know off the top of my head most of the important ones, like for the major sorts and searches, but I don't know how to calculate one when something new comes along, unless it's blindingly obvious. I... | computer-science | null | null | null | null | null | open | Good text on order analysis
===
As a self-taught computer programmer, I'm often at a loss to estimate the O() value for a particular operation. Yeah, I know off the top of my head most of the important ones, like for the major sorts and searches, but I don't know how to calculate one when something new comes along, u... | 0 |
62,713 | 09/15/2008 13:12:04 | 6,871 | 09/15/2008 12:44:57 | 1 | 0 | Accessing a bean with a dot(.) in its ID | In a flow definition, I am trying to access a bean that has a dot in its ID
(example: `<evaluate expression="bus.MyServiceFacade.someAction()" />`
However, it does not work. SWF tries to find a bean "bus" instead.
Initially, I got over it by using a helper bean to load the required bean, but the solution is in... | spring | webflow | null | null | null | null | open | Accessing a bean with a dot(.) in its ID
===
In a flow definition, I am trying to access a bean that has a dot in its ID
(example: `<evaluate expression="bus.MyServiceFacade.someAction()" />`
However, it does not work. SWF tries to find a bean "bus" instead.
Initially, I got over it by using a helper bean to ... | 0 |
62,716 | 09/15/2008 13:12:39 | 3,153 | 08/27/2008 02:45:05 | 1,375 | 57 | SVN externals sub folder changes not showing in view log (tortoise svn) | SVN externals allow you to make an SVN folder appear as if it's at another location. A good use for this is having a common folder shared across all of your projects in SVN.
I have a /trunk/common folder in SVN that I share via several different project.
Example:
- Project1 : /trunk/project1/depends
- Pr... | svn | tortoisesvn | null | null | null | null | open | SVN externals sub folder changes not showing in view log (tortoise svn)
===
SVN externals allow you to make an SVN folder appear as if it's at another location. A good use for this is having a common folder shared across all of your projects in SVN.
I have a /trunk/common folder in SVN that I share via several dif... | 0 |
62,720 | 09/15/2008 13:12:55 | 6,954 | 09/15/2008 12:54:06 | 1 | 0 | IIS crashes when serving an ASP.NET application under heavy load. How to troubleshoot it? | I am working on an ASP.NET web application, it seems to be working properly when I try to debug it in Visual Studio. However when I emulate heavy load, IIS crashes without any trace -- log entry in the system journal is very generic, "The World Wide Web Publishing service terminated unexpectedly. It has done this 4 tim... | debugging | iis | null | null | null | null | open | IIS crashes when serving an ASP.NET application under heavy load. How to troubleshoot it?
===
I am working on an ASP.NET web application, it seems to be working properly when I try to debug it in Visual Studio. However when I emulate heavy load, IIS crashes without any trace -- log entry in the system journal is very ... | 0 |
62,742 | 09/15/2008 13:14:41 | 7,040 | 09/15/2008 13:03:15 | 1 | 0 | polyline with gradient | Is there a way to draw a line along a curved path with a gradient that varies in a direction perpendicular to the direction of the line? I am using the GDI+ framework for my graphics. | windows | graphics | gdi+ | null | null | null | open | polyline with gradient
===
Is there a way to draw a line along a curved path with a gradient that varies in a direction perpendicular to the direction of the line? I am using the GDI+ framework for my graphics. | 0 |
62,771 | 09/15/2008 13:17:29 | 7,162 | 09/15/2008 13:17:29 | 1 | 0 | How check if given string is legal (allowed) file name under Windows? | I want to include batch file rename functionality in my application. User can type destination filename pattern and (after replacing some wildcards in pattern) I need to check if it's going to be legal filename under Windows. I tried to use regular expression like [a-zA-Z0-9_]+ but it doesn't include many national-spec... | c# | windows | file | filesystems | null | null | open | How check if given string is legal (allowed) file name under Windows?
===
I want to include batch file rename functionality in my application. User can type destination filename pattern and (after replacing some wildcards in pattern) I need to check if it's going to be legal filename under Windows. I tried to use regu... | 0 |
62,776 | 09/15/2008 13:18:22 | 7,174 | 09/15/2008 13:18:22 | 1 | 0 | How to implement the Edit -> Copy menu in c#/.net | How do I implement a Copy menu item in a Windows application written in .NET 2.0?
I want to let the user to mark some rows in a datagrid and then select the Copy menu item from an Edit menu in the menubar of the application and then do a Paste in for example Excel.
What makes my head spin is how to first determin... | .net | c# | gui | null | null | null | open | How to implement the Edit -> Copy menu in c#/.net
===
How do I implement a Copy menu item in a Windows application written in .NET 2.0?
I want to let the user to mark some rows in a datagrid and then select the Copy menu item from an Edit menu in the menubar of the application and then do a Paste in for example Exc... | 0 |
62,784 | 09/15/2008 13:19:32 | 6,957 | 09/15/2008 12:54:34 | 1 | 0 | Should you design websites that require JavaScript in this day & age? | It's fall of 2008, and I still hear developers say that you should not design a site that requires JavaScript.
I understand that you should develop sites that degrade gracefully when JS is not present/on. But at what point do you not include funcitonality that can only be powered by JS?
I guess the question co... | javascript | web | development | null | null | null | open | Should you design websites that require JavaScript in this day & age?
===
It's fall of 2008, and I still hear developers say that you should not design a site that requires JavaScript.
I understand that you should develop sites that degrade gracefully when JS is not present/on. But at what point do you not include... | 0 |
62,798 | 09/15/2008 13:21:13 | 5,802 | 09/11/2008 12:26:41 | 26 | 5 | Applying AOP | I've been using some basic AOP style solutions for cross-cutting concerns like security, logging, validation, etc. My solution has envolved around [Castle Windsor][1] and DynamicProxy. I've gone down this route because I can apply everything using a Boo based DSL and keep my code clean of Attributes. I was told at t... | c# | castle-windsor | aop | castle-dynamicproxy | null | null | open | Applying AOP
===
I've been using some basic AOP style solutions for cross-cutting concerns like security, logging, validation, etc. My solution has envolved around [Castle Windsor][1] and DynamicProxy. I've gone down this route because I can apply everything using a Boo based DSL and keep my code clean of Attributes... | 0 |
62,804 | 09/15/2008 13:22:13 | 7,105 | 09/15/2008 13:10:37 | 1 | 0 | How to Convert XS Duration to TimeSpan in VB.Net? | Is there a standard library method that converts a string that has duration in the standard XS:Duration format into the .NET TimeSpan object?
For example, P0DT1H0M0S which represents a duration of one hour, is converted into New TimeSpan(0,1,0,0,0).
A Reverse converter does exist which works as follows:
Xml.XmlC... | timespan | null | null | null | null | null | open | How to Convert XS Duration to TimeSpan in VB.Net?
===
Is there a standard library method that converts a string that has duration in the standard XS:Duration format into the .NET TimeSpan object?
For example, P0DT1H0M0S which represents a duration of one hour, is converted into New TimeSpan(0,1,0,0,0).
A Reverse... | 0 |
62,810 | 09/15/2008 13:22:54 | 7,224 | 09/15/2008 13:22:54 | 1 | 0 | Exceptions not passed correctly thru RCF (using Boost.Serialization) | I use RCF with boost.serialization (why use RCF's copy when we already use the original?) It works OK, but when an exception is thrown in the server, it's not passed correctly to the client. Instead, I get an RCF::SerializationException quoting an `archive_exception` saying "class name too long". When I change the prot... | c++ | serialization | boost | rcf | null | null | open | Exceptions not passed correctly thru RCF (using Boost.Serialization)
===
I use RCF with boost.serialization (why use RCF's copy when we already use the original?) It works OK, but when an exception is thrown in the server, it's not passed correctly to the client. Instead, I get an RCF::SerializationException quoting a... | 0 |
62,814 | 09/15/2008 13:23:05 | 7,086 | 09/15/2008 13:09:14 | 1 | 0 | Difference between binary semaphore and mutex. | Is there any difference between binary semaphore and mutex or they are essentialy same? | operating-system | linux | deiffer | null | null | null | open | Difference between binary semaphore and mutex.
===
Is there any difference between binary semaphore and mutex or they are essentialy same? | 0 |
62,816 | 09/15/2008 13:23:11 | 6,629 | 09/15/2008 12:23:22 | 11 | 3 | What could be good ways to deploy ASP.Net Web Applications? | We currently deploy web applications by creating a database and running SQL scripts through query analyzer. Then we copy the output from "publish website" and set up that website in IIS.
We have seen websetup in visual studio, but that part seems to be thinly documented. For example, we are not clear how to ask th... | asp.net | sql-server | deployment | web-applications | installer | null | open | What could be good ways to deploy ASP.Net Web Applications?
===
We currently deploy web applications by creating a database and running SQL scripts through query analyzer. Then we copy the output from "publish website" and set up that website in IIS.
We have seen websetup in visual studio, but that part seems to b... | 0 |
62,832 | 09/15/2008 13:24:31 | 259 | 08/04/2008 08:10:58 | 351 | 33 | Reading data from a log file as a separate application is writing to it. | I would like to monitor a log file that is being written to by an application. I want to process the file line by line as, or shortly after, it is written. I have not found a way of detecting that a file has been extended after reaching eof.
The code needs to work on Mac and PC, and can be in any language, though I ... | c++ | perl | osx | file-io | logging | null | open | Reading data from a log file as a separate application is writing to it.
===
I would like to monitor a log file that is being written to by an application. I want to process the file line by line as, or shortly after, it is written. I have not found a way of detecting that a file has been extended after reaching eof.
... | 0 |
62,859 | 09/15/2008 13:27:13 | 7,160 | 09/15/2008 13:17:27 | 1 | 0 | Regression Testing with Rational Robot | Is it possible to run a pre-recorded Rational Robot script on a continuous integration server in a manner that doesn't require the machine to be physically logged into?
| build-process | build-automation | rational | null | null | null | open | Regression Testing with Rational Robot
===
Is it possible to run a pre-recorded Rational Robot script on a continuous integration server in a manner that doesn't require the machine to be physically logged into?
| 0 |
62,865 | 09/15/2008 13:27:27 | 7,172 | 09/15/2008 13:18:09 | 1 | 0 | Can we have customized "Date Prompt" in cognos8? | I am working with Cognos8 Report Studio. In my report there are two date prompts, (1) START date, (2) END date. Users can select two different dates or two same dates. But the report has valid data only for last business date of each month. For example, if Jan 31 is Sunday, valid data is available only for Jan 29 which... | reporting | date | prompt | cognos | null | null | open | Can we have customized "Date Prompt" in cognos8?
===
I am working with Cognos8 Report Studio. In my report there are two date prompts, (1) START date, (2) END date. Users can select two different dates or two same dates. But the report has valid data only for last business date of each month. For example, if Jan 31 is... | 0 |
62,868 | 09/15/2008 13:27:37 | 7,282 | 09/15/2008 13:27:37 | 1 | 0 | Get mac address for remote computer under NT4 in C | Is it possible to get the mac address for a remote connection under NT4. The remote pc opens a socket connection into the program and I can get the ip address but need the mac.
I have tried using SendARP but this doesn't seem to be supported in NT4.
| c | mac-address | nt4 | null | null | null | open | Get mac address for remote computer under NT4 in C
===
Is it possible to get the mac address for a remote connection under NT4. The remote pc opens a socket connection into the program and I can get the ip address but need the mac.
I have tried using SendARP but this doesn't seem to be supported in NT4.
| 0 |
62,876 | 09/15/2008 13:28:54 | 5,662 | 09/10/2008 17:55:42 | 101 | 4 | What's the best way to save and retrieve binary files with Oracle 10g? | I'm about to implement a feature in our application that allows the user to 'upload' a PDF or Microsoft PowerPoint document, which the application will then make available to other users in a viewer (so they don't get to 'download' it in the 'Save as..' sense).
I already know how to save and retrieve arbitrary binar... | .net | oracle | binaryfiles | null | null | null | open | What's the best way to save and retrieve binary files with Oracle 10g?
===
I'm about to implement a feature in our application that allows the user to 'upload' a PDF or Microsoft PowerPoint document, which the application will then make available to other users in a viewer (so they don't get to 'download' it in the 'S... | 0 |
62,892 | 09/15/2008 13:31:05 | 4,753 | 09/05/2008 13:03:03 | 56 | 4 | Using Actionscript 3 to connect to a database | I'm looking for advice on how to dynamically create content in flash based on a database. Initially I was thinking that we would export the database to an XML file and use the built in Actionscript XML parser to take care of that, however the size of the XML file may prove prohibitive.
I have read about using an ... | flash | database-connection | null | null | null | null | open | Using Actionscript 3 to connect to a database
===
I'm looking for advice on how to dynamically create content in flash based on a database. Initially I was thinking that we would export the database to an XML file and use the built in Actionscript XML parser to take care of that, however the size of the XML file may ... | 0 |
62,903 | 09/15/2008 13:33:22 | 6,801 | 09/15/2008 12:38:53 | 21 | 5 | Shareware marketing | I make a shareware application, a good one if I say so myself.
I have a listing on all major and minor download sites, which update automatically when I release a new version. My main problem is that I am only selling hundreds of licenses when I should be selling thousands.
I send out press releases to most news... | marketing | shareware | null | null | null | null | open | Shareware marketing
===
I make a shareware application, a good one if I say so myself.
I have a listing on all major and minor download sites, which update automatically when I release a new version. My main problem is that I am only selling hundreds of licenses when I should be selling thousands.
I send out pr... | 0 |
62,906 | 09/15/2008 13:33:35 | 672 | 08/07/2008 16:18:07 | 734 | 55 | Predefined Dialog templates in VB.NET? | In VB.NET is there a library of template dialogs I can use? It's easy to create a custom dialog and inherit from that, but it seems like there would be some templates for that sor tof thing.
I just need something simple like Save/Cancel, Yes/No, etc. | vb.net | null | null | null | null | null | open | Predefined Dialog templates in VB.NET?
===
In VB.NET is there a library of template dialogs I can use? It's easy to create a custom dialog and inherit from that, but it seems like there would be some templates for that sor tof thing.
I just need something simple like Save/Cancel, Yes/No, etc. | 0 |
62,916 | 09/15/2008 13:35:31 | 3,842 | 08/31/2008 10:43:25 | 1 | 0 | How do I get logout to work on RubyCAS-Server? | I have installed and setup RubyCAS-Server and RubyCAS-Client on my machine. Login works perfectly but when I try to logout I get this error message from the RubyCAS-Server:
Camping Problem!
CASServer::Controllers::Logout.GET
ActiveRecord::StatementInvalid Mysql::Error: Unknown column 'username' in ... | ruby | sso | cas | null | null | null | open | How do I get logout to work on RubyCAS-Server?
===
I have installed and setup RubyCAS-Server and RubyCAS-Client on my machine. Login works perfectly but when I try to logout I get this error message from the RubyCAS-Server:
Camping Problem!
CASServer::Controllers::Logout.GET
ActiveRecord::Statemen... | 0 |
62,918 | 09/15/2008 13:35:39 | 2,958 | 08/26/2008 08:58:45 | 153 | 8 | Using GCC from within VS 2005(8) IDE | **Is there a way to utilise the GCC compiler whilst still being able to develop via the Visual Studio IDE?**
Our project is cross-platform, and I quite frequently get into trouble from my [colleague][1] because I'm checking in code that's not standards compliant (this can be attributed to the VS compiler!).
I'd... | c++ | visual-studio | gcc | crossplatform | visual-c++ | null | open | Using GCC from within VS 2005(8) IDE
===
**Is there a way to utilise the GCC compiler whilst still being able to develop via the Visual Studio IDE?**
Our project is cross-platform, and I quite frequently get into trouble from my [colleague][1] because I'm checking in code that's not standards compliant (this can be... | 0 |
62,921 | 09/15/2008 13:35:54 | 7,086 | 09/15/2008 13:09:14 | 21 | 0 | Process vs Threads | How to decide whether to use threads or create seprate process altogether in your application to achieve parallelism. | operating-system | null | null | null | null | null | open | Process vs Threads
===
How to decide whether to use threads or create seprate process altogether in your application to achieve parallelism. | 0 |
62,936 | 09/15/2008 13:37:47 | 7,370 | 09/15/2008 13:37:47 | 1 | 0 | What does the number in brackets shown after unix command names mean ? | E.g man(1), find(3), updatedb(2) ?
what do these numbers mean ? | linux | command-line | null | null | null | 07/26/2012 12:47:24 | off topic | What does the number in brackets shown after unix command names mean ?
===
E.g man(1), find(3), updatedb(2) ?
what do these numbers mean ? | 2 |
62,946 | 09/15/2008 13:39:28 | 6,807 | 09/15/2008 12:39:45 | 1 | 0 | Misra standard for embedded software. | I have a requirement to make a large amount of code MISRA compliant.
First question: Can somebody to give an **estimation** for passing well written code for embedded system based on experience. I understand that "well written" is poorly defined and vague so i ask for raw estimation.
Second question: Any recommen... | c | null | null | null | null | null | open | Misra standard for embedded software.
===
I have a requirement to make a large amount of code MISRA compliant.
First question: Can somebody to give an **estimation** for passing well written code for embedded system based on experience. I understand that "well written" is poorly defined and vague so i ask for raw e... | 0 |
62,951 | 09/15/2008 13:40:21 | 6,902 | 09/15/2008 12:47:42 | 1 | 0 | Implementing CollectionConstraints across NUnit versions | We've implemented a CollectionConstraint for Nunit in version 2.4.3 in C#. Some of our developers have already upgraded to version 2.4.7 though, and they get project creation errors when compiling. The error is "doMatch: no suitable method found to override". Any advice on how to get this constraint so it compiles v... | c# | nunit | null | null | null | null | open | Implementing CollectionConstraints across NUnit versions
===
We've implemented a CollectionConstraint for Nunit in version 2.4.3 in C#. Some of our developers have already upgraded to version 2.4.7 though, and they get project creation errors when compiling. The error is "doMatch: no suitable method found to overrid... | 0 |
62,960 | 09/15/2008 13:41:16 | 7,205 | 09/15/2008 13:20:33 | 1 | 0 | What are the Basics of Networking/Sys-administration a Programmer Should Know? | Like:
* Learning the basic troubleshooting skills
* Learning how to configure a network
* Understanding different types of networks
* etc.
I was configuring a home network between my Windows and Ubuntu machine and I had a tough time doing it. I later figured out that both of them should be configured with the ... | programmer-skills | networking | system-administration | null | null | null | open | What are the Basics of Networking/Sys-administration a Programmer Should Know?
===
Like:
* Learning the basic troubleshooting skills
* Learning how to configure a network
* Understanding different types of networks
* etc.
I was configuring a home network between my Windows and Ubuntu machine and I had a tough... | 0 |
62,963 | 09/15/2008 13:41:40 | 5,869 | 09/11/2008 14:38:28 | 1 | 1 | How do you extend Linq to SQL? | Last year, Scott Guthrie <a href="http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx">stated</a> “You can actually override the raw SQL that LINQ to SQL uses if you want absolute control over the SQL executed”, but I can’t find documentation describing an extensibility method.
I woul... | linq | linq-to-sql | null | null | null | null | open | How do you extend Linq to SQL?
===
Last year, Scott Guthrie <a href="http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx">stated</a> “You can actually override the raw SQL that LINQ to SQL uses if you want absolute control over the SQL executed”, but I can’t find documentation describin... | 0 |
62,965 | 09/15/2008 13:41:56 | 27,870 | 09/15/2008 12:11:54 | 1 | 0 | ASP.NET WebService Returns Gibberish Characters When Throwing Exceptions | Greetings!
I have a web service (ASMX) and in it, a web method that does some work and throws an exception if the input wasn't valid.
[ScriptMethod]
[WebMethod]
public string MyWebMethod(string input)
{
string l_returnVal;
if (!ValidInput(input))
{
... | asp.net | web-services | ajax | exception | encoding | null | open | ASP.NET WebService Returns Gibberish Characters When Throwing Exceptions
===
Greetings!
I have a web service (ASMX) and in it, a web method that does some work and throws an exception if the input wasn't valid.
[ScriptMethod]
[WebMethod]
public string MyWebMethod(string input)
{
strin... | 0 |
62,977 | 09/15/2008 13:43:15 | 7,425 | 09/15/2008 13:43:15 | 1 | 0 | How to write a C++ FireFox 3 plugin (not extension) on Windows? | Could someone write-up a step by step guide to developing a C++ based plugin for FireFox on Windows?
The links and examples on http://www.mozilla.org/projects/plugins/ are all old and inaccurate - the "NEW" link was added to the page in 2004.
The example could be anything, but I was thinking a plugin that lets ... | c++ | windows | firefox | plugins | null | null | open | How to write a C++ FireFox 3 plugin (not extension) on Windows?
===
Could someone write-up a step by step guide to developing a C++ based plugin for FireFox on Windows?
The links and examples on http://www.mozilla.org/projects/plugins/ are all old and inaccurate - the "NEW" link was added to the page in 2004.
... | 0 |
62,987 | 09/15/2008 13:44:19 | 5,005 | 09/07/2008 10:04:13 | 11 | 1 | Best way of constructing dynamic sql queries in C#/.NET3.5? | A project I'm working on at the moment involves refactoring a C# Com Object which serves as a database access layer to some Sql 2005 databases.
The author of the existent code has built all the sql queries manually using a string and many if-statements to construct the fairly complex sql statement (~10 joins, >10 su... | c# | sql | .net-3.5 | null | null | null | open | Best way of constructing dynamic sql queries in C#/.NET3.5?
===
A project I'm working on at the moment involves refactoring a C# Com Object which serves as a database access layer to some Sql 2005 databases.
The author of the existent code has built all the sql queries manually using a string and many if-statements... | 0 |
62,995 | 09/15/2008 13:45:03 | 7,215 | 09/15/2008 13:22:15 | 1 | 0 | Access Global .resx file in ASP.Net View Page | I am currently building in Version 3.5 of the .Net framework and I have a resource (.resx) file that I am trying to access in a web application. I have exposed the .resx properties as public access modifiers and am able to access these properties in the controller files or other .cs files in the web app. My question ... | asp.net | resources | localization | null | null | null | open | Access Global .resx file in ASP.Net View Page
===
I am currently building in Version 3.5 of the .Net framework and I have a resource (.resx) file that I am trying to access in a web application. I have exposed the .resx properties as public access modifiers and am able to access these properties in the controller fil... | 0 |
63,008 | 09/15/2008 13:46:42 | 6,389 | 09/15/2008 07:25:16 | 1 | 0 | C# SQL Restore database to default data location | I'm writing a C# application which downloads a compressed database backup via FTP. The application then needs to extract the backup and restore it to the default database location.
Since I won't know what version of SQL will be installed on the machine where the application runs, I need to be able to find the defau... | c# | sql | null | null | null | null | open | C# SQL Restore database to default data location
===
I'm writing a C# application which downloads a compressed database backup via FTP. The application then needs to extract the backup and restore it to the default database location.
Since I won't know what version of SQL will be installed on the machine where the... | 0 |
63,030 | 09/15/2008 13:48:27 | 6,583 | 09/15/2008 12:18:30 | 31 | 1 | BufferedImage in IKVM | What is the best and/or easiest way to replace the missing BufferedImage functionality for a Java project I am converting to .NET with IKVM?
I'm basically getting "cli.System.NotImplementedException: BufferedImage" exceptions when running the application, which otherwise runs fine. | .net | java | ikvm | null | null | null | open | BufferedImage in IKVM
===
What is the best and/or easiest way to replace the missing BufferedImage functionality for a Java project I am converting to .NET with IKVM?
I'm basically getting "cli.System.NotImplementedException: BufferedImage" exceptions when running the application, which otherwise runs fine. | 0 |
63,038 | 09/15/2008 13:49:16 | 7,478 | 09/15/2008 13:49:16 | 1 | 0 | AS3 FTP Programming and the Socket and ByteArray Classes | Sorry for the subject line sounding like an even nerdier Harry Potter title.
I'm trying to use AS3's Socket class to write a simple FTP program to export as an AIR app in Flex Builder 3. I'm using an FTP server on my local network to test the program. I can successfully connect to the server (the easy part) but I ... | actionscript-3 | ftp | socket | bytearray | null | null | open | AS3 FTP Programming and the Socket and ByteArray Classes
===
Sorry for the subject line sounding like an even nerdier Harry Potter title.
I'm trying to use AS3's Socket class to write a simple FTP program to export as an AIR app in Flex Builder 3. I'm using an FTP server on my local network to test the program. I... | 0 |
63,042 | 09/15/2008 13:49:50 | 7,031 | 09/15/2008 13:02:32 | 1 | 0 | How do I learn Java5 or Java6? | I'm a very experienced Java programmer who has spent my entire time working with Java 1.4 and earlier. Where can I find a quick reference that will give me everything I need to know about the new features in Java5 and later in a quick reference? | java | null | null | null | null | null | open | How do I learn Java5 or Java6?
===
I'm a very experienced Java programmer who has spent my entire time working with Java 1.4 and earlier. Where can I find a quick reference that will give me everything I need to know about the new features in Java5 and later in a quick reference? | 0 |
63,043 | 09/15/2008 13:49:51 | 7,375 | 09/15/2008 13:38:04 | 1 | 1 | WCF Datacontract free serialization (3.5 SP1) | Has anybody got this to actually work? Documentation is non existent on how to enable this feature and I get missing attribute exceptions despite having a 3.5 SP1 project. | wcf | documentation | serialization | null | null | null | open | WCF Datacontract free serialization (3.5 SP1)
===
Has anybody got this to actually work? Documentation is non existent on how to enable this feature and I get missing attribute exceptions despite having a 3.5 SP1 project. | 0 |
63,086 | 09/15/2008 13:55:14 | 1,231 | 08/13/2008 14:34:47 | 21 | 3 | Is there a way around coding in Python without the tab, indent & whitespace criteria? | I want to start using Python for small projects but the fact that a misplaced tab or indent can throw a compile error is really getting on my nerves. Is there some type of setting to turn this off?
I'm currently using NotePad++. Is there maybe an IDE that would take care of the tabs and indenting? | python | null | null | null | null | null | open | Is there a way around coding in Python without the tab, indent & whitespace criteria?
===
I want to start using Python for small projects but the fact that a misplaced tab or indent can throw a compile error is really getting on my nerves. Is there some type of setting to turn this off?
I'm currently using NotePad+... | 0 |
63,090 | 09/15/2008 13:55:44 | 4,690 | 09/05/2008 08:18:52 | 11 | 3 | Surrogate Vs. Natural/Business Keys | Here we go again, the old argument still arises... we'd better have a business key as a primary key, or we'd rather have a surrogate id (i.e. an SQL Server identity) with a unique constraint on the business key field? Please, provide examples or proof to support your theory. | database-design | keys | null | null | null | null | open | Surrogate Vs. Natural/Business Keys
===
Here we go again, the old argument still arises... we'd better have a business key as a primary key, or we'd rather have a surrogate id (i.e. an SQL Server identity) with a unique constraint on the business key field? Please, provide examples or proof to support your theory. | 0 |
63,100 | 09/15/2008 13:57:30 | 1,801 | 08/18/2008 16:01:48 | 184 | 21 | Scrum Process Management - tips, pitfalls, ideas | I've been doing scrum with a team for a while, but things seem messy for whatever reasons. I've been thinking on how they can be changed and have a couple of questions that would like to raise here.
First, what should be the role of testers, designers and non-developers as a whole in the scrum process? If they are e... | agile | scrum | process-management | development-process | null | null | open | Scrum Process Management - tips, pitfalls, ideas
===
I've been doing scrum with a team for a while, but things seem messy for whatever reasons. I've been thinking on how they can be changed and have a couple of questions that would like to raise here.
First, what should be the role of testers, designers and non-dev... | 0 |
63,104 | 09/15/2008 13:57:47 | 6,918 | 09/15/2008 12:49:57 | 1 | 1 | Smarter Vim recovery? | When a previous Vim session crashed, you are greeted with the "Swap file ... already exists!" for each and every file that was open in the previous session.
Can you make this Vim recovery prompt smarter? (Without switching off recovery!) Specifically, I'm thinking of:
- If the swapped version does not contain u... | vim | recovery | null | null | null | null | open | Smarter Vim recovery?
===
When a previous Vim session crashed, you are greeted with the "Swap file ... already exists!" for each and every file that was open in the previous session.
Can you make this Vim recovery prompt smarter? (Without switching off recovery!) Specifically, I'm thinking of:
- If the swapped... | 0 |
63,125 | 09/15/2008 14:00:23 | 7,473 | 09/15/2008 13:48:50 | 1 | 0 | How to remove this parallel heirachy | I'm trying to find the best design for the following scenario - which is an application to store results of dance comeptitions.
An event contains multiple rounds, each round contains a number of performances (one per dance). Each performance is judged by many judges, who return a scoresheet.
There are two types ... | inheritance | oop | null | null | null | null | open | How to remove this parallel heirachy
===
I'm trying to find the best design for the following scenario - which is an application to store results of dance comeptitions.
An event contains multiple rounds, each round contains a number of performances (one per dance). Each performance is judged by many judges, who re... | 0 |
63,126 | 09/15/2008 14:00:25 | 6,163 | 09/12/2008 18:09:02 | 8 | 0 | Blocking part of a website | I am trying to block Google Reader:
reader.google.com
www.google.com/reader
I blocked reader.google.com by changing my /etc/hosts file (this is for a Mac)
Is there any way to block www.google.com/reader without buying software?
Note this is for Safari so Greasemonkey won't work, and Leopard's Parental Contr... | dns | osx-leopard | google | null | null | null | open | Blocking part of a website
===
I am trying to block Google Reader:
reader.google.com
www.google.com/reader
I blocked reader.google.com by changing my /etc/hosts file (this is for a Mac)
Is there any way to block www.google.com/reader without buying software?
Note this is for Safari so Greasemonkey won't w... | 0 |
63,130 | 09/15/2008 14:00:49 | 7,585 | 09/15/2008 14:00:49 | 1 | 0 | Add Custom TextboxCell to a DataGridView control that contains a button to open the FileDialog | I would like to add a DataGridViewTextBoxCell cell to a DataGridViewCell control, but as well as being able to type in the text cell as normal it must also contain a '...' button that once clicks brings up the OpenFileDialog window to allow the user to select a file. Once selected, the text cell will be populated with ... | .net | .net-2.0 | null | null | null | null | open | Add Custom TextboxCell to a DataGridView control that contains a button to open the FileDialog
===
I would like to add a DataGridViewTextBoxCell cell to a DataGridViewCell control, but as well as being able to type in the text cell as normal it must also contain a '...' button that once clicks brings up the OpenFileDi... | 0 |
63,142 | 09/15/2008 14:02:00 | 3,012 | 08/26/2008 11:55:24 | 330 | 13 | The Reuse/Release Equivalence Principle | What is the Reuse/Release Equivalence Principle and why is it important? | oop | null | null | null | null | null | open | The Reuse/Release Equivalence Principle
===
What is the Reuse/Release Equivalence Principle and why is it important? | 0 |
63,146 | 09/15/2008 14:02:18 | 4,172 | 09/02/2008 08:54:52 | 38 | 7 | How to handle file uploads to a dedicated image server? | I got a webserver with a running application. There's a webpage with a form: some text data and a file upload field. Now, what I would like to have is it working like this:
The file is sent to the dedicated server, diffrent then the one application is running on. The server should return some kind of path (or anythi... | webserver | file-upload | null | null | null | null | open | How to handle file uploads to a dedicated image server?
===
I got a webserver with a running application. There's a webpage with a form: some text data and a file upload field. Now, what I would like to have is it working like this:
The file is sent to the dedicated server, diffrent then the one application is runn... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.