4
votes
33answers
850 views
What are the most popular and common excuses of poor programmers? [closed]
The ones I have observed so far and very recently are those:
• There is no documentation of this bloody code!
• There are no clear specs! I need more clarification!
• I am so bored!
Once I had a …
0
votes
2answers
37 views
ant common targets are not recognized by eclipse
Hi All,
I have added all common targets like (init,clean,getivy etc) in ./common/common.xml and added import file="${basedir}/common/common.xml" in build.xml.
When i build the project, its working …
0
votes
1answer
31 views
How to manage Tomcat 6 libraries into subfolders under %TOMCAT_HOME%/lib?
I use Tomcat 6.0.20 and JDK 1.6.0.13.
How can I load libraries from sub-folders of "%TOMCAT_HOME%/lib/" without taking the .jars out of sub-folders and putting them straight into …
1
vote
6answers
130 views
Zend Framework a common file to put functions in that can be accessed from a view
I need to have a place to put some common functions that various view scripts will use such as creating some html by passing it a variable. I know about using helpers, but I want to be able to put …
0
votes
2answers
62 views
writelog.cs; error log.txt
I am creating a common class called writelog.cs
This is to store the common method to call in all my programs (aspx page)
After which, whatever error is produced, it will come out to an error log.txt
…
2
votes
10answers
384 views
how to get variable names at runtime?
The use case is this:
public void testMethod(String para1, String para2, String para3){
if(para1==null){
System.out.println("para1 cannot be null");
}
if(para2)...
}
As the check …
0
votes
5answers
54 views
Functionality Scripts
Is it possible to write a program to do things you constantly do on a computer? For example, log into a torrent site and download a .torrent file then start it. Or go through folders and extract any …
3
votes
8answers
500 views
How to find common strings among two very large files?
I have two very large files (and neither of them would fit in memory). Each file has one string (which doesn't have spaces in it and is either 99/100/101 characters long) on each line.
Update: The …
0
votes
2answers
234 views
Dotnetnuke 3.0.12 installing site “Could not load type ‘dotnetnuke.common.global’”
I received a dotnetnuke 3.0.12 installation in a zip file and made a web site under c:\inetpub\wwwroot and copied the files.
When I access default.aspx, I get the error:
Could not load type …
1
vote
2answers
402 views
.NET SOAP Common types
Is there a way when creating web services to specify the types to use? Specifically, I want to be able to use the same type on both the client and server to reduce duplication of code.
Over …
