An extensible or simulated artifact

learn more… | top users | synonyms

4
votes
0answers
295 views

Creating a Virtual Hard Drive

I am developing an application in which it would be of great advantage to monitor all of the activity on a hard drive. I am using Diskmon to trace the activity and IOMeter to make particular requests ...
3
votes
0answers
124 views

Writing screensharing plugin/driver

I have been using OpenTok for developing a webapp that can broadcast a stream to upto 2500 subscribers. OpenTok handles most of the work for you, but it doesn't allow screensharing - which is critical ...
3
votes
0answers
212 views

No “add esp,4” for virtual functions returning std::string

I've been looking at DynObj and decided to do my own experimentation with vftables. I'm working with Visual Studio 2010 and created a console main that instantiates an object with a virtual function ...
2
votes
0answers
336 views

Alsa: Creating a virtual microphone

How can I correctly change a .asoundrc file to realize a virtual microphone? I have the follow .asoundrc file, but it doesn't work: pcm.audinp { type file slave.pcm front ...
2
votes
0answers
254 views

BlackBerry 8900 - issues in full touch screen mode with two pushScreen()

This issue appears on BB 9800 when the device/emulator is in full touch mode (closed slider). I don't know if the issue appears on other TS devices (I have only this device). I have the MainScreen ...
2
votes
0answers
196 views

VID/PID for Virtual HID

I'm developing a driver for a virtual HID that I'm working on. I am wondering, what values should I / can I pick as my Vendor ID and Product ID. Obviously I don't want to cause conflicts with existing ...
2
votes
0answers
299 views

asp.net web project path - parser error - The virtual path maps to another application, which is not allowed

I have a web site project which include a folder named - /pix. Under the pix folder I have an aspx page - BPDList.aspx. This page is related to a master page. This is the first line on the page - ...
2
votes
0answers
295 views

Mass virtual hosts with tomcat

I'm using tomcat 5.5 for serving more that 100 sites(suppose my-gwt-site-1.com to my-gwt-site-100.com). All of my sites are using a single instance of a previously deployed gwt application, the only ...
2
votes
0answers
799 views

Android connects to multiple WiFi networks

Is there exists any application to make android connects to multiple WiFi networks at the same time, may be something like virtual Wifi that makes wifi card looks like many but virtually, like this ...
1
vote
0answers
112 views

Windows: Get mouse pointer to go off screen ~ 1000px

I would like to allow the user to move the mouse pointer off the right side of the physical monitor for some distance (say 1000 pixels in each direction). Does anyone know how to do this in Windows? ...
1
vote
0answers
49 views

How to configure? Jetty + subdomain + apache

Friends, I'm trying to configure the following environment: I have a VPS server, with debian, apache2, jetty 9 and one, just one, webapp. The url to access my webapp is something like: ...
1
vote
0answers
86 views

Detecting virtual machine in Java

I've been searching for a good way to detect whether the app is running in a virtual machine with a java application, so it can run on any virtualized OS. But all the links I've found are with ...
1
vote
0answers
46 views

Vhost on Ubuntu VPS

VPS running ubuntu 11.10 Using Webmin Created a virtual host [www.site1.com] all working good. Using Webmin Create another virtual host [www.site2.com] at this point both www.site1.com & ...
1
vote
0answers
184 views

Virtual wireless interfaces in different modes on single radio

I'm looking for a USB wireless adapter that will support virtual interfaces running in different wireless modes at the same time. I've found USB wireless adapters that support multiple wireless modes ...
1
vote
0answers
86 views

Keil: virtual or protected destructor and heap

I'm using Keil 4 with ARM toolset for Cortex M3 (if that even matters). I tried this simple code: class Base { public: virtual ~Base() {} }; class Derived : public Base { public: ...
1
vote
0answers
78 views

IIS: Adding sub directory (Visual Studio aplication) to websites

I have a couple of projects/application on IIS under the foler RootFolder, and I am trying to add one more application to this foler. I added a virtual directory called ProjectFolder to the RootFolder ...
1
vote
0answers
77 views

ASP.NET define virtual subdomains programmatically?

How can I define virtual sub-domains in my ASP.NET Web Application programmatically? Is it possible via Route or any other kind of Virtual Url providers?
1
vote
0answers
63 views

can't find linker symbol for virtual table; cocos2d-x; ios sdk

I run the game, and after some playing, debugger handles crash with description. Why virtual tables may be broken? warning: can't find linker symbol for virtual table for zombies::zpZombie' value ...
1
vote
0answers
55 views

How to add/edit a virtual network by REST API

I can add a new virtual network in management portal. But how can I do it programmatically? http://msdn.microsoft.com/en-us/library/windowsazure/jj157182 the api here confused me, I can only set the ...
1
vote
0answers
223 views

Creating a virtual monitor (the display device)

I raised a question here but realized I was going the wrong direction. I need to create a virtual monitor (really just the space in memory) that is large enough to fit a website, that would normally ...
1
vote
0answers
238 views

Error while Running Android Application on Emulator with IntelliJ IDEA IDE

I am trying to run a Basic Android application using IntelliJ IDEA 11 IDE. I am running this under a Virtual Box which is running Ubuntu 12. The application code is something like this: package ...
1
vote
0answers
247 views

How to create a virtual printer and redirect the file to an application server

I've been for some days now, investigating on how to create a Virtual printer driver, a port monitor, and file redirect to an application server, via a remote JSON service. I've stumbled upon the ...
1
vote
0answers
64 views

Segmented memory management

This is a very simple question ! It has to do with a programming challenge where you had to write a virtual machine that is based on a segmented memory model with 16-byte segment size (notation ...
1
vote
0answers
241 views

Multitouch with HTML5 with native support for Windows 7

I'm new to HTML5 and I'm trying to recreate this light table which only supports iOS. So the user can pinch and zoom in or out but I need it to support Windows 7 native touch. It seemed like its ...
1
vote
0answers
148 views

Specify drive letter to use while attaching virtual disk (.vhd) programmatically

I am using OpenVirtualDisk and AttachVirtualDisk functions to mount VHD files, but I couldn't find how to specify a drive letter while mounting the vhd file. I would like to specify the drive letter ...
1
vote
0answers
25 views

Virtualenv and Python ucs-4

How can I convert an existing virtualenv python to become compatible with UCS4 ?
1
vote
0answers
46 views

Test suite to generate page faults and LLC miss events

I need to profile a virtual machine memory access in terms of the number of page faults per second generated and number of last level cache miss encountered per second. Is there a standard test suite ...
1
vote
0answers
100 views

Python and Windows shell namespace extensions

Do any modules exist for connecting Python to Windows shell namespace extensions? I'm looking at connecting a Python Virtual File System to Windows without the need of Dokan (as it can't run ...
1
vote
0answers
377 views

LPT Emulator for Windows 7

I need to write application, which operates on LPT, but I haven't got LPT. Is there any emulator of LPT, which would create a virtual LPT and I would be able to see how my application works?
1
vote
0answers
96 views

Dynamic imaging tools for vitrual sample creation

I'm currently seeking out options for a lightweight dynamic web imaging solution to be tailored for mass customization of virtual product samples. The only tools I've been able to find that do this ...
1
vote
0answers
413 views

C++ QT4 Converting a string to keycode?

I'm attempting to build a virtual keyboard using QT Embedded. I'm using QWSServer::sendKeyEvent() to send a key press which expects the unicode value of the key. Is there an easy way of converting ...
1
vote
0answers
39 views

on virtual hosting, how to have a “mysql global event”-like function?

base on what I know, is nice to know mysql have global event surport since 5.1, but the fact of lots of virtual hosting company actually disable this function cause of "security reason" (as I know ...
1
vote
0answers
431 views

How to SelectAll in a WinForms virtual ListView?

What is the correct/managed way to SelectAll in a .NET listview that is in virtual mode? When a ListView's VirtualMode is enabled, the notion of selecting a ListViewItem goes away. The only thing you ...
1
vote
0answers
277 views

Sending audio data to a user mode application from Virtual Audio Driver

I have my current task to send audio data from virtual audio driver to user mode application. First I need to create an instance of that virtual audio driver from an user mode application ... Please ...
1
vote
0answers
392 views

Linux Virtual Serial Port for creating a device commuication

I created a VSP using SOCAT with below command: socat -d -d pty,raw,echo=0 pty,raw,echo=0 where I was able create a serial device (19200,N,8,1) and send and receive data using Python. So I have ...
1
vote
0answers
116 views

Nexus : proxy and virtualize maven1 repositories

I installed nexus 1.9.2.3 and I'm trying to proxy a maven 1 repository: http://maven.restlet.org/ To do so, I created the maven1 proxy and then, created a virtual repository (M1->M2). My server ...
1
vote
0answers
87 views

Does it possible to create virtual file system to install programms?

I use shared Windows system where I have limited rights to Program Files, registry etc. But I can install program if it doesn't request all above - doesn't request installation. E.g. Firefox Portable. ...
1
vote
0answers
1k views

sdk manager cant create android virtual device

I have installed the latest SDK today and have installed and updated all available packages. I now need to see if I can create an android virtual device before I can go on further. I follow this ...
1
vote
0answers
58 views

API calls within same Host with Apache Virtual Servers

I have 2 (Rails) applications running under Passenger (mod_rails) and Apache Virtual Domains. These apps talk each other thru a Sinatra+RestClient API IN THE SAME SERVER/HOST/IP. app1.example.com and ...
1
vote
0answers
635 views

TCP traffic can't be routed from guest to host on Windows hosting Solaris 10 on Virtual PC

I boot the machine and immediately issue a ping command to the VPC guest OS (Solaris 10). I use the ping -t 10.3.6.63 (windows) command so that the ping continues on the windows machine. This is what ...
1
vote
0answers
418 views

Jqgrid Vurtual/True Scrolling becomes slower as more rows get loaded in

This is a question similar to this: http://www.trirand.com/blog/?page_id=393/bugs/vurtualtrue-scrolling-becomes-slower-on-row-selection-as-more-rows-get-loaded-in I need to have an answer about this ...
1
vote
0answers
70 views

freebsd vm cache queue traversal

how may I traverse the cache queue in FreeBSD? TAILQ_FOREACH() works when I need to travers active/inactive queue. But it might not help because unlike the active queue or the inactive queue, the ...
0
votes
0answers
8 views

Reactive recovery using Virtual Machines (VirtualBox)

I'm building a system based on virtual machines. I'm using snort as NIDS running and operate on virtualbox vnets (internal networks) to detect anomalies. The core of the system is already working, ...
0
votes
0answers
32 views

Not able to call exported virtual function

I have a MyApi.dll with exported class Base with a pure virtual function.Also I have a derived class having implementation of the virtual function in the same dll. Factory function returns a derived ...
0
votes
0answers
22 views

Azure virtual machine instance hangs in starting state

Today one of my virtual machine instances was in a stopped state at 11am this morning, restarting it just resulted in the same issue. I then deleted the vm and the disk - just not the vhd from the ...
0
votes
0answers
16 views

Publishing webservice to Godaddy

I have this web service I want to publish on Godaddy. I have already a domain and a web hosting on windows. I created virtual directory in IIS and tested it by browsing to the URL of the directory. ...
0
votes
0answers
5 views

Relative path does not end up same in VS server and IIS

I have a problem here: First the setup: In VS2010 development server, I entered into the web site project settings->Web->Virtual Path as "MyVirtualPath" In IIS, the virtual path is also ...
0
votes
0answers
19 views

Apache virtual host to tomcat server

I would like to set apache to root to my tomcat server in the same machine.Apache is listening to port 80 and tomcat to 9090. The dns name of my service is example.com.gr the machine ip is something ...
0
votes
0answers
16 views

Android virtual machine network access failure

I make the simple DEMO to query mobile phones belonging to. When I run in the computer’s virtual machine it said access fail. I pack the program and copy to another computer. it can run well in this ...
0
votes
0answers
12 views

Which blocks of a file system(FAT32) are allocated for a specific file?

I am trying to implement a tool that finds outs which blocks of the disk were allocated for a file. Disk file system is FAT32 and is size about 100MB. I researched about open system call but I cannot ...

1 2 3 4 5 6