Skip to content

Instantly share code, notes, and snippets.

@xbee
xbee / c99.l
Created January 26, 2020 15:00 — forked from codebrainz/c99.l
C99 Lex/Flex & YACC/Bison Grammars
D [0-9]
L [a-zA-Z_]
H [a-fA-F0-9]
E ([Ee][+-]?{D}+)
P ([Pp][+-]?{D}+)
FS (f|F|l|L)
IS ((u|U)|(u|U)?(l|L|ll|LL)|(l|L|ll|LL)(u|U))
%{
#include <stdio.h>
@xbee
xbee / dynamic-data-table-google-material-mdl.markdown
Created February 10, 2021 12:11
Dynamic Data Table Google Material #mdl

Dynamic Data Table Google Material #mdl

Add or remove data table rows dynamically in html view.

A Pen by DHCS on CodePen.

License.