Pinned Repositories
CUDAkernelprintf
Enables near real-time and synchronous printf in CUDA kernels on older devices.
producer-consumer
POSIX IPC implementation of the classic producer-consumer problem using a shared memory double-buffer and semaphores to coordinate access to it.
xorshiftSSE
SSE implementation of the XORSHIFT random number generator
dtc_intro_to_programming_2012-13
Image filtering and transformation in Perl and C
primetable
Prime number generation command line tool. A simple programme to generate prime numbers and print prime number multiplication tables. The software design is object oriented using the decorator and strategy pattern. The prime number generator is implemented as a C-extension to Ruby. It is multi threaded using POSIX threads and uses the SSE vector extensions to vectorise the innermost loop.
TinyRNG
TinyRNG is a very small and simplistic random number generation and transformation library.
STEPS_Example
Example and tutorial scripts for STEPS simulator
Wall-Scriptor
risingape's Repositories
risingape/CUDAkernelprintf
Enables near real-time and synchronous printf in CUDA kernels on older devices.
risingape/xorshiftSSE
SSE implementation of the XORSHIFT random number generator
risingape/TinyRNG
TinyRNG is a very small and simplistic random number generation and transformation library.
risingape/dtc_intro_to_programming_2012-13
Image filtering and transformation in Perl and C
risingape/producer-consumer
POSIX IPC implementation of the classic producer-consumer problem using a shared memory double-buffer and semaphores to coordinate access to it.
risingape/primetable
Prime number generation command line tool. A simple programme to generate prime numbers and print prime number multiplication tables. The software design is object oriented using the decorator and strategy pattern. The prime number generator is implemented as a C-extension to Ruby. It is multi threaded using POSIX threads and uses the SSE vector extensions to vectorise the innermost loop.