Tagged Questions

1
vote
0answers
92 views

Checking Battery Status in Blackberry development

Hi, I am developing an application for 8900 + 9000 Blackberry. In my application I need to check if the battery is connected to a charger, specifically an in-car charger. I used the following to …
7
votes
3answers
354 views

How to find out the number of CPUs in python

I want to know the number of CPUs on the local machine in Python. The result should be user/real as output by time(1) when called with an optimally scaling userspace-only program. I'd be interested in …
1
vote
4answers
359 views

Get System Information of a Remote Machine (Using Java)

As the question's title says, I want to get the system information (like OS name, version, etc.) of a remote system using Java. But before anyone answers this question, I just want to ask whether this …
2
votes
3answers
330 views

How to get unique machine signature?

I know that a question has already been asked about generating a unique ID for a machine but my question is slightly different. I want to know whether there are any other methods (API calls?) to get …