Questions tagged [utility]

Utility software is system software designed to help analyze, configure, optimize or maintain a computer. A single piece of utility software is usually called a utility or tool.

Utility software usually focuses on how the computer infrastructure (including the computer hardware, operating system, application software and data storage) operates. Due to this focus, utilities are often rather technical and targeted at people with an advanced level of computer knowledge - in contrast to application software, which allows users to do things like creating text documents, playing games, listening to music or viewing websites.

367 questions
0
votes
1 answer

List content of one or more files with a header showing the file name

Sometime ago I read a blog that showed a misuse of a commandline command that when given a list of files serially showed the content of each file and each file had header line showing the filename of the file below it. Could someone refresh my…
potong
  • 55,640
  • 6
  • 51
  • 83
0
votes
1 answer

Utility to simulate simple http responses

I'm doing quite a lot of work with a javascript messaging system at the moment and end up making lots of use of netcat scripts to monitor and simulate as yet unimplemented server responses. Does anyone know of a utility that can easily manage this…
Baxter
  • 2,416
  • 1
  • 22
  • 29
0
votes
1 answer

Launcher utility for windows

I attended a conference recently. the speaker was using a utility in Mac by which a textbox appeared on center of the screen and he typed firefox to launch firefox browser. Is there any alternative for Windows Os?
Ajay Kumar
  • 1,154
  • 2
  • 10
  • 24
0
votes
1 answer

Utility to push data into HDFS

I need to build a common utility for unix/Windows based system to push data into hadoop system. User can run that utility from any platform and should be able to push data into HDFS. WebHDFS can be one of the option but curious to know if anything…
Shashi
  • 2,686
  • 7
  • 35
  • 67
0
votes
2 answers

Network utility design in Android app

I am creating an Android app prototype which functions like this: When users launch the app, they can browse through article title list. When they click one of them, the app switches to another activity, which contains the article contents and so…
Yao
  • 709
  • 2
  • 11
  • 22
0
votes
1 answer

Utility App and plist - is this the appropriate approach to making a flashcard style application?

I am trying to integrate a question/answer section to one of my apps. I wanted to use a Utility style application where the question is loaded as a Uilable in the first view, and the answer is loaded in the flippedview. I was hoping to load the…
0
votes
0 answers

Building a light framework is this approach worth developing?

I am thinking about creating a Javascript library that parses each node in the DOMs' class attribute and looks for a namespace, once it finds the name space it parses the values following it (_ delimited values written into the classname…
AlphaG33k
  • 1,588
  • 1
  • 12
  • 24
0
votes
1 answer

Make an utility with automator which opens a specific folder with terminal and runs the 'compass watch' script

I have this automator setup which allows you to open a folder with terminal. The thing I want is that after the folder is opened via terminal, it should run the compass watch script. This is what I currently have but I don't seem to find the…
Nicholas
  • 5,430
  • 3
  • 21
  • 21
0
votes
1 answer

If I'm making a utility app for iPhone, should the flipside info be stored in the AppDelegate class?

I don't really like using plists (I know I should get used to it, but I haven't yet). Is that what the app delegate can be used for, getting info between the two? Thanks.
marty
  • 391
  • 1
  • 7
  • 15
0
votes
2 answers

update field to blank for million records of a db2 table

its required to update a filed of all rows in a table with spaces. The table has around 1 million records. Could please provide the best way to do it with shortest processing time. Thanks
user2054151
  • 7
  • 1
  • 12
0
votes
1 answer

Control-M: Utility to export forecast in textfile?

I'm looking for a possibility to export a forecast of all jobs of a day into a file (text, csv, xml,..) Does anybody know if there is such an utility? We're currently using Control-M in Version 7.0 on Server
Esteban P.
  • 2,789
  • 2
  • 27
  • 43
0
votes
0 answers

Issue installing perf/system tap on kernel 3.1

I have custom linux on kernel 3.1 with glibc 2.14 . Now when i try to install perf/systemtap it ask for glibc2.15, I am not able to remove the existing glibc2.14 as it has dependencies linked to it.Is there a way i can install perf/system tap . Hope…
Naval Joshi
  • 11
  • 1
  • 7
0
votes
2 answers

Is there a way to check the last time a program was run? (C in Unix)

I'm writing a program/utility in C to find (and then move to a new directory) the files in the current directory that have been modified after the last time the utility was run. What I'm trying to find out is if there is a way to find the last time…
countofmontecristo
  • 381
  • 3
  • 5
  • 15
0
votes
1 answer

Should utilites like the Scanner class be closed before application exit?

This is a fairly simple question, but I'm curious if it is standard to always close things like Scanner before the application exits. For example, if I always want Scanner searching for next input in my application- if the application is closed…
Scipher
  • 3
  • 2
0
votes
1 answer

use sprite kit for an utility app?

I'm planing on making an utility app that could help people create table plans for sitting guests. The thing is, the only way I see this is by letting users create first their own room, with the correct number of tables and sits, then populate the…