Tagged Questions

0
votes
1answer
28 views

What utilies you like of FxCop

I love Resharper, but Fxcop is free, and does some bits Resharper does. My question is what can do more to get best out of Fxcop? I am using VS2008, and planning to upgrade to VS2010 next March …
6
votes
4answers
152 views
+100

Useful WPF utilities

What are some useful utilities that help you when writing WPF applications? I know about Snoop for visual debugging of WPF applications at runtime, and Shazzam - a WPF pixel shader effect testing …
3
votes
3answers
60 views

Utilities file in php?

What is the best way to deal with "utility" functions in a OOP PHP framework? Right now, we just have a file with several functions that are needed throughout the system. (For example, a …
3
votes
10answers
205 views

Java: convert List<String> to a join()d string

Javascript has Array.join() js>["Bill","Bob","Steve"].join(" and ") Bill and Bob and Steve Does Java have anything like this? I know I can cobble something up myself with StringBuilder: static …
3
votes
5answers
198 views

Longest line in a file

I'm looking for a simple way to find the longest line in a file. Ideally, it would be a simple bash shell command instead of a script.
0
votes
2answers
41 views

following a log file over http

For security reasons (I'm a developer) I do not have command line access to our Production servers where log files are written. I can, however access those log files over HTTP. Is there a utility in …
1
vote
5answers
83 views

Windows utility for consuming CPU

I'm looking for a windows utility to consume CPU at a specified percentage so that I can test my app under conditions of restricted processor resources. I googled around and saw a reference to …
-2
votes
0answers
27 views

Report Generation Tabbing error

I have a procedure using a util file and cursor where i have to generate a report for the table cl_masd_payments in the format given in the code I have written the procedure but its still giving …
0
votes
1answer
26 views

Mailer utlity in java

hello guys, I am using java mailer utility to send mails in my application. When ever there is any invalid mail id we are getting deliver failure notice. Is there any way to stop that failure …
1
vote
0answers
116 views

Where can I find Windows versions of commonly used Unix command line utilities? [closed]

I am used to some Unix utilites for simple things like line counts, word counts, and the like. Are there any utilities available for Windows where we can use *nix functionality?
2
votes
6answers
153 views

What other alternatives to log4net logging exist?

(subjective) I'm looking for what your using to perform logging in your application. This log4net thing is giving me headaches. Is there a better answer out there or is everone just homebrewing a …
1
vote
2answers
126 views

What Add-Ons / Utilities are available for TFS?

I'm interested in knowing what high quality and useful add-ons or utilities are available for TFS. They can be commercial or open source. Of particular interest are any tools allowing visualisation of …
1
vote
4answers
39 views

Query tool for Oracle 9

I'm used to the comfort of working with MSSQL and the Enterprise Manager and Query Analyzer. Now working with Oracle 9.2 and having to suffer using SQL Plus for making queries, I'm looking for some …
1
vote
3answers
72 views

Equivalent of “defined” in Mathematica.

I need a function that takes the name of a symbol as a string and returns whether that symbol is already defined. The function ValueQ is close but it returns False for function names. Also, it takes …
1
vote
1answer
97 views

1 2 3 4 5 6 next
15 30 50 per page