Skip to content

Instantly share code, notes, and snippets.

@pmslavin
pmslavin / fancy-tabs-demo.html
Created August 17, 2021 17:58 — forked from ebidel/fancy-tabs-demo.html
Fancy tabs web component - shadow dom v1, custom elements v1, full a11y
<script>
function execPolyfill() {
(function(){
// CustomElementsV1.min.js v1 polyfill from https://github.com/webcomponents/webcomponentsjs/tree/v1/src/CustomElements/v1.
/*
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
@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>