Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
396 views

Server CPU and GPU With LAMP

I am trying to figure out more about the hardware that can be utilized when running a php application or even a c++ compiled php app using HipHop. I would like to setup a microserver and use the GPU ...
4
votes
3answers
1k views

What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve

Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU. What other real-life problems do you think will benefit from similar techniques?
3
votes
2answers
88 views

Programming models of different hardware

I'm really not sure if this is the right place to ask. I'm interested in the different programming models of different types of hardware. It starts off like this, I was presenting some work I was ...
2
votes
3answers
473 views

Return character to stdin in Ocaml

is there an equivalent to (C++) istream::putback(char) for ocaml? How could I add a character to the beginning of stdin?
0
votes
0answers
13 views

How to create an event with integer and float type in Yahoo! S4

Suppose that I want to create an event from a Java bean in Yahoo! S4. I can use the following code to do that: import io.s4.client.Driver import io.s4.client.Message Driver d = new Driver(hostName, ...