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

Windows utility to find numbers and do operations?

Is there such a thing that finds numbers using regex and can perform simple arithmetic operations to it? Imagine you have a source/config file storing positions and later changed the code which requires an offset now. How do you normally go about…
syaz
  • 2,659
  • 6
  • 36
  • 44
0
votes
2 answers

Time in java/android + crashing app

OK guys, I am making an android timer app which keeps crashing. I am using a chronometer which resets when it reaches 25 minutes and then starts again. This is being done by a for loop in the start button onclicklistener. In the loop i have another…
user2018473
  • 215
  • 1
  • 5
  • 8
0
votes
2 answers

DBMS_METADATA and other packages invalid

I am running a database on my local system, and accessing it through my laptop in home network. Today, I happened to check the status of SYS objects, and found that DBMS_METADATA, and DATA_PUMP packages were invalid among others. I am unable to run…
Contrib Sol
  • 75
  • 1
  • 10
0
votes
6 answers

Find and Replace in Files - UTF8

Searching for a free application for commercial usage that allows find/replace in multiple files (regular expressions are nice but not a must), that supports opening and saving in UTF-8. Tried a few like BKReplaceEm but the application ends up…
Dmitri Farkov
  • 9,133
  • 1
  • 29
  • 45
0
votes
1 answer

Implement a function as a member of utility

Let's say I have a class with objects that are populated in regards to another member in that class. Let's use the example of a library. If I have a database of books, and my class is called User. User has a member called name. User has an object…
friartuck
  • 2,954
  • 4
  • 33
  • 67
0
votes
1 answer

How can I know the line equivalence of two similar files?

When I add a line to the middle of a file, all following lines have their number incremented. Is there a utility that generates the list of equivalent line numbers between two files? The output would be something like: 1 1 2 2 3 4 (line added) 4…
Penz
  • 5,428
  • 5
  • 31
  • 28
0
votes
2 answers

Is there a utility to cue up several strings for clipboard pasting (for step-by-step code presentations)?

I was at Apple WWDC in 2008 and all the engineers used some sort of utility to cue up 10-20 lines of code for easy pasting, one at a time. They used this to demonstrate code construction on the fly. It let them avoid having to actually type any…
user162847
0
votes
1 answer

What is the purpose of utility layer and how is this linked with other layers in a web application architecture?

I am new to Java EE architecture (trying to do some reading on this - please suggest good sources). When we use MVC pattern, the DAO layer consists of classes that contain methods to access the database. Similarly service layer contains classes…
user811433
  • 3,999
  • 13
  • 53
  • 76
0
votes
1 answer

Static Table View Controller with navigation Controller in the flip view controller

I want to implement an utility view based iOS app in which i want to implement my app's settings in flipside with the help of static table view enclosed in navigation view controller i have searched the stackoverflow and i got this Utility App…
rudasagani
  • 157
  • 2
  • 12
0
votes
3 answers

How to use Xcode Utility view?

Sorry for such a basic question. After using MS Visual Studio for 15 years, I recently moved to Apple and its Xcode. So I am really newbie in this new tool. I can work with some very basic parts of utilities as Referencing outlets or such stuff, but…
Aug
  • 595
  • 9
  • 22
0
votes
1 answer

iOS push notification listener?

I don't know if it is possible to write a utility application that runs on background. if it is possible, how to read all push notifications?Does Apple allow it?
fulberto100
  • 313
  • 5
  • 23
0
votes
0 answers

Custom ViewController works for all Subviews except for one. Why is this?

While I can't post exact code (NDA), I can take the time to explain how it works design and implementation wise. First off, all I'm doing currently is frontend stuff via producing static pages and writing events to be triggered. A lot of the pages…
zeboidlund
  • 9,731
  • 31
  • 118
  • 180
0
votes
1 answer

How to set an וnchangeable iPhone passcode with IPCU?

I want to add a profile to iPhone, and that the profile will set a passcode for example: 1234 And that the user, who is using the iPhone, will not be able to change this passcode. For example, if I give it to my staff, and I wanna keep the device…
Shai.m
  • 21
  • 1
  • 1
  • 2
0
votes
1 answer

Utility for sending request signed X509 certificate

I have a server application which uses client certificate authentication. Each new user must get own certificate before he can use my application. So, I want to use some utility to test user requests signed by x509 certificate. It can be any program…
evgeniy44
  • 2,862
  • 7
  • 28
  • 51
0
votes
1 answer

How to put a UINavigationController on the FlipsideView of a iPhone Utility app

I'm trying to develop a new application based on the standard Utility template, which has a MainView and a FlipsideView, and allows the user switch between the two with a cool flipping effect. I've used this template many times with no problem, but…
devguy
  • 2,336
  • 5
  • 27
  • 31