-
if a tile can only modify self
how it will spawn new one
(bullet)
-
Hello,
i have some of these dot matrix and tried to use your code, but i dont know exactly how to use. could you make an example (for one or some displays)?
thank you.
vtni updated
10 years ago
-
Was it intended that all the treasure disks are freely availiable? Also, when I ran treasure/vilsol/gameoflife/gameoflife, I press any key to continue, and then the program errors. Since this doesn't …
-
After I have learned that the beta of Ceylon is aviable I wanted to try it,
so I installed ceylon plugin into clean eclipse install, installed rpm to my fedora 19 and
checked out https://github.com/ce…
-
If you use a recent Xcode on Mac OS X, it won't build gameoflife from Exercise13:
cc gameoflife.c -O3 -std=c99 -o gameoflife
gameoflife.c:102:5: error: second parameter of 'main' (argument array) mu…
-
I want send a message to two clients, how can i do? I can not find the client connect handle or client addr!
``` python
import asyncio
import websockets
@asyncio.coroutine
def hello(websocket, uri):…
-
``` bash
src/picongpu/src/libPMacc/include/mappings/simulation/SubGrid.hpp(49):
warning: calling a __host__ function("__assert_fail") from a __host__ __device__
function("PMacc::SimulationBox ::Simula…
ax3l updated
11 years ago
-
Reading through the issue list,
I find out that whitespace-mode and rainbow-mode may be the problem,
but after I turned them off,
html still not highlighted.
Any solution or suggestion?
FYI, this is …
NdYAG updated
10 years ago
-
Saved as a TODO.
We should include a sanity checking test suite for the game of life - provide some simple inputs and outputs and check the final states. This will be helpful when completing the exer…
-
It used to be that the whole runtime classpath was included automatically. I removed that and forced people to declare their JDK dependencies explicitely. Which makes sense at compile-time but not at …