Questions tagged [utilities]

208 questions
0
votes
1 answer

How to sniff Java applet HTTP traffic on MacOS?

Are there any utilities/browser plugins to sniff java applet http traffic except for tcpdump? I'd like to have well-structured representation.
Maksym Polshcha
  • 18,030
  • 8
  • 52
  • 77
0
votes
2 answers

What utility allows for the printing of diff results where the left and right sides are separate pages?

I need a utility which allows me to do a diff and print each side on a separate sheet of paper. I've so far looked at WinMerge, ExamDiff Pro, Compare It, and SmartSVN's utility, and all of them allow the printing of diff results, but they put both…
Robert Campbell
  • 6,848
  • 12
  • 63
  • 93
0
votes
5 answers

Exposing objects through properties in C#

I want to write a static utility class which only has a set of properties, which expose functionality to the user For example I could call: Utils.String.GetHexString("Hello World"); or Utils.Stream.CopyBytes(instream, outstream); The closest thing…
Matthew Layton
  • 39,871
  • 52
  • 185
  • 313
0
votes
2 answers

How to Populate Sharepoint MOSS 2007 Reference Data?

I need to populate reference data in a number of custom lists across difference versions (DEV, TEST and LIVE) of the same MOSS 2007 installation. Can anyone point me towards a way of doing this? I am initially looking at using a script…
Tangiest
  • 43,737
  • 24
  • 82
  • 113
0
votes
3 answers

Are there any unshar utility for windows?

From time to time I need to extract the contents of a shar file. And I need to wait to have access to a *nix box to obtain the files. And I was wondering if there is a unshar utility for windows. I can install the cygwin package but I think that is…
Aragorn
  • 843
  • 12
  • 25
0
votes
3 answers

Method to strip C comments from patch files

I'm looking at trying to strip out C comments from our patch files and have looked at numerous regexes, but if we remove lines from our patches - it would break them. How would you write a regex or sed command to search diff patch files for comments…
mcdoomington
  • 518
  • 1
  • 6
  • 20
0
votes
2 answers

How to get notified of Windows process maximizing CPU?

Is there a tool for Windows XP and Vista (built-in or otherwise ideally freeware/OSS) that can notify the user when the CPU is above a (configurable) threshold for some (configurable) duration? I am particularly interested in a minimalist tool that…
Atif Aziz
  • 36,108
  • 16
  • 64
  • 74
-1
votes
1 answer

weird output of the combination of $.each and jQuery.inArray function

My complete code: jQuery.extend({ combinationCheck: function (p1position) { var Combination = [1, 2, 3, 4, 5, 6, 7, 8]; Combination[0] = [1, 2, 3]; Combination[1] = [4, 5, 6]; Combination[2] = [7, 8, 9]; Combination[3] = [1,…
kk-dev11
  • 2,654
  • 5
  • 37
  • 48
-1
votes
15 answers

What are some utilities to search for code throughout many files or folders?

What is an utility to find code throughout many files or folders. Something akin to PowerGrep but freeware.
monkey_boys
  • 7,108
  • 22
  • 58
  • 82
-1
votes
1 answer

How to install Microsoft Command Line Utilities 11 for SQL Server in Quiet mode

Do you know how to install Microsoft Command Line Utilities 11 for SQL Server in Quiet mode (/quiet) and moreover how to accept the license terms to do so? msiexec /i MsSqlCmdLnUtils.msi /qn {IACCEPTLICENSETERMS ????} In the same way as I accepted…
Kevin
  • 21
  • 4
-1
votes
1 answer

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 errors...don know what is the problem Any help will be…
anand
  • 473
  • 5
  • 13
  • 24
-1
votes
1 answer

How can I make a SQL Server database inherit users and role memberships when they are attached?

When I attach a database I would like for several users to be created on it and for them to be assigned to certain fixed database roles. Any way to ensure that this happens automatically (potentially for hundreds of databases being attached at one…
Tony White
  • 19
  • 4
-2
votes
1 answer

Ionic zip throws out of memory exception

I use ionic zip (version-1.9.1.8) to compress some files..I usually have large files summing to 2 to 3 GB ...this ionic zip works fine in my system but while i use it in another user machine(ONSITE)...this ionic zip throws an exception as…
Techy
  • 315
  • 1
  • 5
  • 14
1 2 3
13
14