3
votes
5answers
161 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.
1
vote
5answers
65 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 …
0
votes
2answers
28 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. I …
-2
votes
0answers
20 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 i …
2
votes
6answers
115 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 ju …
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? …
1
vote
2answers
89 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 allow …
0
votes
1answer
24 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 …
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?
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 addi …
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 …
1
vote
4answers
37 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 …
1
vote
3answers
64 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 na …
1
vote
1answer
89 views
What are your favorite programmer’s utilities for Windows and Mac? [closed]
For example, I like KDiff, Console and of course TextMate for Mac.
13
votes
28answers
4k 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 …
