What is the best method for calculating disk usage using C++ only. My target platform is WinCE but most of the file operations are the same as normal Windows.
Hi I understand I will be getting pretty subjective opinions but give it to me anyway. How hard is Silverlight for someone who has beginner-level knowledge of Java? On the scale of 1 to 10 how would you rate Silverlight learning difficulty?
I'm modifying the Linux kernel and am trying to find where in the kernel source blocks of data are physically written to disk partitions such as ubd0. Where does this occur in kernel source? The actual physical write call? I cannot find this. Thanks!
Hi,
My hard drive is really corrupted and I would like to completely wipe out everything and create a new partition...How can I do this?
I have windows 7 bootable disk
Thanks
I have 10GB partition . I want to extend that partition to 20GB . Actually I have free
space in my harddisk...What should I do.... Can any one help out of this problem
Thanks in Advance...
Vista's Resource Monitor includes a reading for "Hard Faults/sec". Is there an equivalent performance counter I can use in C# to get this reading? I've tried the "Page Faults/sec" under the memory category, but that appears to be something different.
Hello,
i'm thinking about installing (using Sun Virtual Box) Ubuntu 10.04 and Windows7 on external disk connected to USB port of my new MacBook; do you think perfomances will be terrific? Have you tried something similar?
Thanks in advance !
c.
From within TFS 2008, is there a way to view the disk space taken up on the server by a project (or by all projects)? Or is this something that can only be done by looking directly at the underlying database?
Hello,
Which query to write in JPQL for backing up database on disk? If in JPQL it's not available even native sql query will do.
Also, i would like to bring one issue in front of stackoverflow developers :- This site doesn't properly work in Opera (Opera 9.63). Whenever i write question and click "Post Your question" The button click event…
A frequent issue in code reviews is whether a numeric value should be hard-coded in the code or not. Does anyone know of a nice regular expression that can catch 'magic numbers' in code like:
int overDue = 30;
Money fee = new Money(5.25D);
without also getting a ton of false positives like for loop initialization code?
for (int i = 0; i…
hi
i'd like to run an android emulator with disk image. so I tried this
./emulator -kernel kernel-qemu -system system.img -ramdisk ramdisk.img -initdata userdata.img -partition-size 512
then error massage is :
if you really want to NOT run an AVD, consider using '-data '
to specify a data partition image file (I hope you know what…
Does Java have (or is there a library available) that allows me to have a disk based HashMap? It doesn't need to be atomic or anything, but it will be accessed via multiple threads and shouldn't crash if two are accessing the same element at the same time.
Anyone know of anything?
Hi,
I have created a partition in my external HD and later i am trying to install XP over Vista .
So i have entered into my DOS prompt and i choose the DISK TYPE and i choose external DD and i tried to CLEAN it , Immediately my external HD is asked for FORMAT and i rejected it . After that i restarted my system , therefore i cannot…
Hi All,
I just wanted to clarify if a hard/symbolic link is actually a file that is created ??
I ran the command:
ln source hardlink
ln -s source softlink
-- The ls command shows this 2 links as a file.
So my query is, does ln / ln -s actually create a file?
Regards,
Shyam
hey i want a code that calculates cpu or disk utilization of another single concurrent progarm running at same time. that means one progrm is running and other calcutes its resources.
I need effective algorithm to keep only ten latest files on disk in particular folder to support some kind of publishing process. Only 10 files should present in this folder at any point of time. Please, give your advises what should be used here.
Have just installed Windows Phone 7 CTP (Visual Studio 2010 Express)
When I deploy the emulator loads but the deployment crashes with the following error.
Can anyone help please?
Microsoft Visual Studio 2010 Express for Windows Phone
Unable to start program '\Windows\taskhost.exe'.
The drive cannot locate a specific area or…
Using software RAID only
Is it possible to start with a 2TB disk full of data and safely add it to a RAID 1 array?
Is it then possible to add a third disk and migrate the RAID 1 array into a RAID 5 array?
OR
Is it possible to start with a 2 disk degraded RAID 5 array and then add the third disk later to create a health RAID 5…
I don't have a physical Android device to work with, so all I can use is the emulator. I'm wondering if there's something I could use to make the IO speeds more realistic - How do I slow down disk access to the speed it would be on a physical device?
Also, this may be unrelated, but when I change the speed and latency options in…
How can I create a hard link to a directory in OSX?
This feature has been added to their file system in 10.5 (for time machine), but I could not find any information on actually using it from the command line.
I would like to create an upload script that doesn't fall under the php upload limit.
There might be an occasion where I need to upload a 2GB, or larger file and I don't want to have to change the whole server execution to above 32MB.
Is there a way to write direct to disk from php?
What method might you propose someone…
I have pisa producing .pdfs in django in the browser fine, but what if I want to automatically write the file to disk? What I want to do is to be able to generate a .pdf version file at specified points in time and save it in a uploads directory, so there is no browser interaction. Is this possible?