Top "Utility" questions

Utility software is system software designed to help analyze, configure, optimize or maintain a computer.

Using utility classes in the android programming

I have a little idea of the Utility Classes with a slight doubt on demand. If I use a Utility …

android class import utility
Zip using Oracle Stored Procedure

Right now I am using Oracle utility procedure, UTL_COMPRESS.LZ_COMPRESS(), to compress some data. But the problem is …

oracle stored-procedures plsql zip utility
Get index of array of objects via jquery

I have the following array: var = array[ {"id" : "aa", "description" : "some description"}, {"id" : "bb", "description" : "some more description"}, {"id" : "cc", "…

javascript jquery indexing utility
C/C++ call-graph utility for Windows platform

I have a large 95% C, 5% C++ Win32 code base that I am trying to grok. What modern tools are available …

c++ c winapi utility call-graph
How would I create a hex dump utility in C++?

Basically, I need to write a hex dump utility using C++. It'll look something like this (Part of a Word …

c++ hex binaryfiles dump utility
Make a Backup Utility in C#

I'm thinking of a Backup Utility as my next project idea, but I don't really know where to start or …

c# utility
Previewing unicode fonts on Linux

Is there a tool on Linux that would allow me to preview Unicode fonts. Fontforge allows me to see the …

linux unicode fonts utility
What are the Best Components of Boost?

I've been browsing revision 1.38.0 of the Boost libraries, in an attempt to decide if there are enough jewels there to …

c++ boost utility
Find usage of id not working in Android Studio on Windows

I selected an id in XML, mouse right click, find Usage shows no occurrence of id even Id exist in …

java android android-studio utility
How do you ensure a Utility Projects library dependency gets packaged in the final EAR in Eclipse Galileo?

I have a 'Utilty Project', and an 'EAR Project' that includes that 'Utility Project'. All the classes from the 'Utility …

eclipse utility ear