Tagged Questions

1
vote
5answers
53 views

Java Hardware Interrupt Handling

I would like to know if it is possible to automatically invoke a Java method when a hardware interrupt is raised.
0
votes
3answers
53 views

Best Book on Bit Magic

Hi, I'm continiously impressed with the bitmagic used in chess engines, 3dgames and other highly optimized codebases. I've tried to read about IEEE and the article at topcoder, but …
90
votes
446answers
15k views

What was your first home computer?

What was your first home computer? The one that made you "fall in love" with programming. There are 300+ entries, many (most?) of which are duplicates. As with all StackOverfl …
171
votes
179answers
26k views

Keyboard for programmers

I'm trying to improve my working environment and I'm still searching for that perfect keyboard that practically types bug-free code all by itself. At the moment I'm using a Logitec …
1
vote
1answer
71 views

Do bitwise operations distribute over addition?

I'm looking at an algorithm I'm trying to optimize, and it's basically a lot of bit twiddling, followed by some additions in a tight feedback. If I could use carry-save addition …
0
votes
0answers
51 views

Low power compliance specific to programmers [closed]

For a long time, I know that Energy Star program has been around as a compliance program for electronic gadgets. Mostly related to IT. If possible, Can we enumerate all such compl …
0
votes
4answers
91 views

Input from 4 different mice

I need to build a simple app that takes (click only) input from 4 USB mice connected in addition to the built-in touchpad on a notebook. My preferred operating system for this setu …
0
votes
4answers
57 views

Relation between USB and PCI

Hi, I m bit confused by the following statement in linux device drivers book. http://www.linuxdriver.co.il/ldd3/ 13.2. USB and Sysfs To help understand what this long device p …
27
votes
14answers
945 views

Why is amount of bits always(?) a power of two?

We have 8-bit, 16-bit, 32-bit and 64-bit hardware architectures and operating systems. But not, say, 42-bit or 69-bit ones. Why? Is it something fundamental that makes 2^n bits a …
0
votes
3answers
57 views

Need advice on new development system and OS

Hi, I am going to be starting a new job soon and the company has previously had hobbyist developers working on their applications and as such not had to worry about supplying equi …
0
votes
1answer
35 views

Determine VRAM size on windows

I need to determine roughly how much VRAM a system's graphics card has. I know all the reasons why I shouldn't but I do. It doesn't need to be perfect (some cards lie etc.) but I n …
6
votes
5answers
165 views

Arduino: Lightweight Compression Algorithm to store data in EEPROM

I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage. My idea is to make use of an co …
0
votes
1answer
38 views

Read data from USB bit by bit

I'm looking for a software/hardware solution to read all data from a USB port bit by bit. A friend has some custom hardware that sends data via USB when some events fire (for an ev …
1
vote
1answer
23 views

Determining system requirements (hardware, processor & memory) for a batch based software application

Hi, I am tasked with building an application wherein the business users will be defining a number of rules for data manipulation & processing (e.g. taking one numerical value …
2
votes
1answer
43 views

How can I test my homebrew Nintendo Entertainment System software on real hardware?

A few years ago, I implemented an NES game as a class project, written in 6502 assembly. I only ever ran it on an NES emulator, but I would like to see it run on the real hardware. …

1 2 3 4 5 31 next
15 30 50 per page