Tagged Questions

31
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.
19
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?
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. …
11
votes
6answers
1k 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: …
9
votes
19answers
4k views

What is a better file copy alternative than the Windows default?

I need to copy hundreds of gigs of random files around on my computer and am pretty leery of using the vanilla file copy built into Windows. I don't want it to hang on a "Are you sure?", "Are you …
8
votes
31answers
979 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, …
6
votes
1answer
198 views

Is there a task manager equivalent that shows GPU usage history?

Is there an application which can show me GPU usage history in the same way as I can bring up task manager to see CPU usage? I would like to be able to see how much load I am putting on the GPU with …
6
votes
4answers
1k views

Timeout a command in bash without unnecessary delay

This answer to a similar question proposes a 1-line method to timeout a long-running command from the bash command line: ( /path/to/slow command with options ) & sleep 5 ; kill $! But it's …
5
votes
6answers
876 views

Free utility which runs in Linux to create a UML class diagram from Java source files

I prefer to jot down UML-diagrams on paper and then implement them using Java. It would be nice to have a utility which could create UML-diagrams for me which I may share on-line and include in the …
5
votes
7answers
3k views

Repeat a unix command every x seconds forever.

There's a builtin unix command "repeat" whose first argument is the number of times to repeat a command, where the command (with any arguments) is specified by the remaining arguments to repeat. For …
4
votes
15answers
420 views

What are your favorite small handy utility programs (tools) helping you programming ? [closed]

And how they help you improve your programming ? Could they be integrated in IDE and if yes how ? Edit: Thanks to altCognito There has been almost duplicate question before named: What's in Your …
4
votes
6answers
955 views

Command line command to auto-kill a command after a certain amount of time.

I'd like to automatically kill a command after a certain amount of time. I have in mind an interface like this: % constrain 300 ./foo args Which would run "./foo" with "args" but automatically …
4
votes
3answers
2k 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 …
4
votes
4answers
383 views

How do you typically import data from a spreadsheet to multiple database columns?

For whatever reason, I have a lot of clients that have existing data that's stored in spreadsheets. Often there are hundreds, if not thousands of items in each spreadsheet, and asking the client to …

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