Skip to content

Instantly share code, notes, and snippets.

@bryc
bryc / YamahaFM.md
Last active June 12, 2024 01:16
Collecting info on Yamaha FM soundchips
@qfgaohao
qfgaohao / device_properties.cu
Last active July 5, 2022 15:58
List GPU Specs. The code is modified from the Udacity Parallel Computing Course.
#include <stdio.h>
void deviceQuery ()
{
cudaDeviceProp prop;
int nDevices=0, i;
cudaError_t ierr;
ierr = cudaGetDeviceCount(&nDevices);
@tasdikrahman
tasdikrahman / irssi.md
Last active June 9, 2024 21:14
irssi cheatsheet