8
votes
6answers
231 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 …
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 …
3
votes
10answers
208 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
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
5answers
199 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.
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?
32
votes
24answers
3k views
Most Useful .NET Utility Classes Developers Tend To Reinvent Rather Than Reuse
I recently read this Phil Haack post (The Most Useful .NET Utility Classes Developers Tend To Reinvent Rather Than Reuse) from last year, and thought I'd see if anyone has any additions to the list.
1
vote
5answers
84 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 …
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 …
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:
…
2
votes
6answers
154 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 …
8
votes
31answers
993 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, …
1
vote
2answers
132 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
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?
13
votes
28answers
5k views
Notepad replacement for viewing very large text files
I have a program that creates daily log files that are 30-60MBs in size. I often need to open these files and search for various events. Notepad.exe takes a very long time to open a file that large. …
