Skip to content

Instantly share code, notes, and snippets.

@ajelenak
ajelenak / cloud-access-to-hdf5.ipynb
Last active August 5, 2024 04:07
Access HDF5 Files in S3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmslavin
pmslavin / sdl2_opengl.c
Last active December 27, 2015 14:49 — forked from exavolt/sdl2_opengl.c
/*
Fixed out-of-scope SDL_Renderer*. Now compiles with
$CC sdl2_opengl.c -o sdl2_opengl -lSDL2 -lGL -lGLU
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>