11
votes
11answers
547 views
How to create real-life robots?
Even before I learnt programming I've been fascinated with how robots could work. Now I know how the underlying programming instructions would be written, but what I don't understa …
6
votes
6answers
2k views
How to translate a virtual memory address to a physical address?
In my C++ program (on Windows), I'm allocating a block of memory and can make sure it stays locked (unswapped and contiguous) in physical memory (i.e. using VirtualAllocEx(), MapUs …
2
votes
2answers
40 views
Android physical memory read-write
Hi,
I wanted to know if I can read-write SD card of Android by giving a physical location of the memory. I am thinking if it can be done at all? I could not find and a way to do t …
2
votes
8answers
251 views
What is your software development work environment like? [closed]
Not really looking for description of bosses, but the actual physical surrounding, e.g. desks, chairs, whiteboards, reference libraries, group coffee, etc. Just interested in how …
2
votes
3answers
5k views
How do I add a physical (raw) disk to a virtual machine in VMware Server 2 on a Windows host?
I have a Windows 64-bit host running VMware Server 2. I need to create VMs that will use the raw partitions for my Linux and Windows XP installations. Older versions of VMware ha …
0
votes
3answers
80 views
Drag+Drop with physical behaviour
I'd like to implement a dragging feature where users can drag objects around the workspace. That of course is the easy bit. The hard bit is to try and make it a physically correct …
