Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ix4
ix4 / .block
Created July 25, 2018 14:10 — forked from mbostock/.block
Digital Clock
license: gpl-3.0
@ix4
ix4 / codepenchallenge-responsive-tables.markdown
Created July 26, 2018 21:34
CodePenChallenge || Responsive Tables

CodePenChallenge || Responsive Tables

This is an example of responsive tables. It was a demonstration originally created for a Bank of America interview.

A Pen by Brian Orr on CodePen.

License.

!function() {
Function && Function.prototype && Function.prototype.bind && (/MSIE ([6789]|10)/.test(navigator.userAgent) || (window.__twttr && window.__twttr.widgets && window.__twttr.widgets.loaded && window.twttr.widgets.load && window.twttr.widgets.load(), window.__twttr && window.__twttr.widgets && window.__twttr.widgets.init || ! function(t) {
function e(n) {
if (r[n]) return r[n].exports;
var i = r[n] = {
exports: {},
id: n,
loaded: !1
};
return t[n].call(i.exports, i, i.exports, e), i.loaded = !0, i.exports
@ix4
ix4 / css-timeline.markdown
Created July 27, 2018 02:04
CSS Timeline
@ix4
ix4 / .block
Created July 27, 2018 05:16
2016 U.S. Presidential Election Results
license:gpl-3.0
height:680
border:no

SIMPLE PROTOCOL PLAYER

App Play Store | Github | Kaytat's Blog Post

Determine which source to use

Run pactl list sources short
Look for “analog-stereo.monitor” and take note of the index number on the left. In my case, it’s 1.

@ix4
ix4 / index.html
Created August 7, 2018 04:58
Periodic Table (click an element)
<div class="container">
<transition name="fade">
<div class="overlay" v-if="overlay" @click="hideOverlay"></div>
</transition>
<transition name="fade">
<div class="wholeContainer" v-if="overlay">
<span class="name" v-bind:class="selectedSquare.groupBlock">{{selectedSquare.name}} [{{selectedSquare.symbol}}], {{selectedSquare.atomicNumber}}</span>
<span class="yearDiscovered" v-if="selectedSquare.yearDiscovered" v-bind:class="selectedSquare.groupBlock">Discovered in {{selectedSquare.yearDiscovered}}</span>
<div class="detailsView">
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Lorrr'm Ip Sup">
<meta name="author" content="R35i5T">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="R35i5T">