0
votes
3answers
33 views
Running a code before any operating systems is booted?
Is there a way to write a code that may run when System starts while a operating system is not loaded?
I actually want to copy data of a particular partition, sector by sector, into another partition …
0
votes
0answers
34 views
strange performance behavior when running app from scripting language
Hi,
I wrote tcl script as an glue between different apps which are computationally intensive.
When I run top command I see that 2 cpu's are 100% utilized.
The one is for the tcl and the second is …
1
vote
0answers
22 views
Virtualization of existing installation [closed]
Hi folks!
My question is: Is it possible to open in Virtualization solution (Virtual-Box, or any other) an installed OS (not the host one of course?
Example: I have Windows Vista in one partition, …
2
votes
4answers
84 views
How to permanently delete file so that it becomes unrecoverable?
If I want my application (written in .NET) to delete a file such that it can not be recovered by disk recovery tool. What are my options?
One that I can think of is that I open it up in write mode, …
3
votes
2answers
85 views
Worst case operating system clock precision?
I am not sure if this question belongs on StackOverflow but here it is.
I need to generate a timestamp using C# for some data which is to be transferred from one party to another party and I need to …
0
votes
4answers
63 views
Which mobile os is easy to program with?
I want to learn some mobile stuff, and programming interesting things myself
on mobile phones, what is popular and easy-to-use mobile operating system?
1
vote
3answers
50 views
Does the JVM or the underlying OS handle thread state changes
When I create a multi-threaded program and I use methods such as Wait or Signal to control threads among other things, does JVM control all the thread state changes or does the underlying OS have …
0
votes
0answers
4 views
Blackberry - read profileIndex status using NotificationManager and Consequence API
Below link is not enough to get profile status....
http://stackoverflow.com/questions/1892579/blackberry-get-list-of-profiles-and-active-profile-info
Is there any indirect way to get Profile status, …
1
vote
1answer
16 views
BlackBerry - Programmatically create new exception in profile?
Hi everyone!
Actually i trying how to read the profile status but i am not getting that.
....
If anyone have an idea how to create new exception in profile programmatically,
will really helpful …
1
vote
4answers
90 views
Do any common OS file systems use hashes to avoid storing the same content data more than once?
Many file storage systems use hashes to avoid duplication of the same file content data (among other reasons), e.g., Git and Dropbox both use SHA256. The file names and dates can be different, but as …
1
vote
1answer
38 views
Blackberry - Get list of Profiles and active Profile info
Hi, I'm developing a Blackberry application, where I need to get the list of profiles from phone (for sound settings).
Is there any way for getting the profile info?
0
votes
0answers
51 views
FAT filesystem analysis tool [closed]
I have a dump a FAT file system.
Is there a windows tool I can use to analyse it, including:
Provide basic information (sector size etc.)
Validate the file system, basic corruption checking
Allow …
0
votes
4answers
53 views
Where can I find statistics on OS usage?
I am trying to decide whether it is worth it or not to put in the time to make an app work on Windows 2000 and/or Windows 98, so I'm curious to find out how many people are still using these operating …
3
votes
12answers
271 views
Are there applications that can crunch numbers directly? [closed]
Applications that would boot straight from boot media like a bios.
WOuld this lead to better performance, leaving the OS behind?
Or would there be no difference, basically replacing system calls …
0
votes
1answer
143 views
What is the future of unmanaged code? [closed]
I'm now intensively digging into WPF, C#..and so on in the MS .NET world.
Please, give your thoughts about the perspectives of using unmanaged code in near future application development. Is the …
