Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
5answers
11k views

OS detecting makefile

I routinely work on several different computers and several different operating systems, which are Mac OS X, Linux, or Solaris. For the project I'm working on, I pull my code from a remote git ...
2
votes
1answer
94 views

Is there an OS independent way to poll TOTAL and/or USED video memory?

I'm looking for a way to poll for total video memory on board a graphics cars / integrated chipset. I'm aware of WMI assisted polling under Windows, and as far as I understand that information is ...
2
votes
9answers
18k views

How a servlet can get the absolute path to a file outside of the servlet?

We have been using System.getProperties("user.dir") to get the location of a properties file. Now that it has been deployed on Tomcat(via servlet), the System call is giving the location as tomcat and ...
1
vote
2answers
1k views

Command line batch image cropping tool

is there any lightweight command line batch image cropping tool(Linux or Windows) which can handle a variety of the formats ?
1
vote
2answers
191 views

Operating system independent image adressing

Due to using both Windows and Ubuntu on my computer I'd like to be able to create documents independently. I have one directory for logos and I want to use them in any documents everywhere. The ...
0
votes
2answers
67 views

Highly efficient filesystem APIs for certain kinds of operations

I occasionally find myself needing certain filesystem APIs which could be implemented very efficiently if supported by the filesystem, but I've never heard of them. For example: Truncate file from ...