Tagged Questions

0
votes
8answers
92 views

Non-browser emulation of JavaScript - is it possible?

I have a new project I am working on that involves fetching a webpage, (using PHP and cURL) parsing the HTML and javascript out of it and then handling the data in the results. B …
0
votes
0answers
17 views

How to save state on emulator

hi i have a windows CE 5.0 emulator, i run it with C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe when i close the emulator it asks me if i want to save its sta …
3
votes
6answers
105 views

What are some Unix tools to emulate bad networks?

While developing sever applications, it's many times important to know how stuff works when connections slowdown, suddenly die, or have a very low throughput, however since it woul …
1
vote
0answers
41 views

Does anyone know where to get actual Cray PVP code?

I want to write a emulator for one of the older Crays, but I've run into a stumbling block. I can't seem to find any actual code for them. (Which kind of makes sense I suppose, m …
7
votes
8answers
631 views

Looking for a book on writing game emulators.

For a long time I've been curious about game emulation and how it works. I've heard that Gameboy emulation is often a first choice for a first project. I would like to assume that …
0
votes
1answer
27 views

Emulating touch-screens

Hi, How would you emulate touch-screens? I wouldn't want to pay $ to get a touch-screen to test my software whether it supports touching fully. Any links or tips?
0
votes
2answers
46 views

Is it possible to play synthesized sound in the browser using JavaScript?

I just came across a Nintendo emulator written entirely in JavaScript on the interwebs, but it doesn't have sound. It got me thinking: Is there any way to synthesize sound in the b …
1
vote
2answers
79 views

Python Class with integer emulation

Given is the following example: class Foo(object): def __init__(self, value=0): self.value=value def __int__(self): return self.value I want to have a c …
2
votes
7answers
179 views

Simulator or Emulator? What is the difference?

While I understand what Simulation and Emulation mean in general, I ,almost always, get confused about them. Assume that I create a piece of software that mimics an existing hardwa …
0
votes
1answer
151 views

Debuging CUDA kernels called from .NET code in VS2008, emulation mode

CUDA has an option to compile code in emulation mode, which is supported in the .rules file they provide. I have C# .NET 3.5 SP1 code that calls a native dll, using DllImport, the …
0
votes
2answers
47 views

Emulation of each_slice without block in ruby < 1.8.7

Hi! Im trying to test my rails applications javascript using jruby 1.3.1,celerity and culerity. The application itself runs under ruby 1.8.7 + phusion passenger (and runs fine, sa …
1
vote
3answers
539 views

Windows PC as a USB slave to emulate a thumbdrive

I need to create a application that will allow a Windows PC (XP/Vista) to emulate a thumbdrive. That is, when the PC is plugged into either another Windows system, or in this case …
1
vote
1answer
79 views

Lightweight x86 Emulator for .NET / Executing x86 code in a managed environment

Our company is migrating its entire product line from a C++ codebase to the .NET Framework. We have a very large codebase, and this migration is being done incrementally over the …
4
votes
5answers
428 views

CPU Emulation and locking to a specific clock speed

If you had read my other question, you'll know I've spent this weekend putting together a 6502 CPU emulator as a programming exercise. The CPU emulator is mostly complete, and see …
6
votes
9answers
467 views

More difficult to build: Emulator or compiler?

Given a proficient developer with 10-20 years of experience that has never built either a compiler or an emulator, which would be more of challenge? Could you compare the issues t …

1 2 next
15 30 50 per page