Skip to content

Instantly share code, notes, and snippets.

View qcoumes's full-sized avatar

C. Quentin qcoumes

  • Codoc
  • France
  • 12:51 (UTC +02:00)
View GitHub Profile
@StephanWeinhold
StephanWeinhold / filter-table.html
Created August 14, 2015 07:38
A simple and slim filter for a HTML-table with plain JS.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Filter table</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
tr {
display: none;
@jsvine
jsvine / installations.md
Last active May 10, 2021 13:43
First things to install on a new Mac OSX [WIP]