11
votes
6answers
324 views
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 …
1
vote
3answers
139 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 …
3
votes
4answers
302 views
Unity mode for Remote Desktop
I typically have several remote desktop sessions going at the same time. Within these sessions I might be running different applications. VMWare Workstation has a Unity mode that allows you to …
0
votes
1answer
30 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 …
20
votes
32answers
1k views
Must have tools for an OS X switcher
What must have tools/apps/utilities are recommended for OS X in general, and for a developer using that platform specifically?
8
votes
31answers
996 views
What’s in your Utility Toolkit?
Some of the most efficient engineers, developers and IT professionals I know usually carry around a common "toolkit" of useful programs, add-ins or utilities which help them for day-to-day debugging, …
3
votes
5answers
200 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.
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
212 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 …
11
votes
6answers
2k views
Command line tool to delete folder with a specified name recursively in Windows?
I want to delete every "_svn" in every folder and subfolder...
For example
c:\
proyect1
_svn
images
_svn
banner
_svn
buttons
_svn
Then I run something like
…
10
votes
33answers
1k views
Which freeware apps / utilities do you use to boost your productivity?
Which freeware / open source apps and utilities make your development life a little more enjoyable? Please provide URLs for anything you recommend.
Here's a brief list of some of my favorites:
…
0
votes
2answers
42 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
87 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 …
4
votes
3answers
3k views
“Unlocker” equivalent for Vista64?
Cedrick Collomb's Unlocker is one of the most useful utilities I've ever come across - when I come across an issue in compiling that some file is locked I can just right click on the file, click …
-2
votes
0answers
28 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 …
