Skip to content

Instantly share code, notes, and snippets.

View facadev's full-sized avatar

illuminatio facadev

View GitHub Profile
<link rel="import" href="../speech-mic/speech-mic.html">
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../core-input/core-input.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@facadev
facadev / tmux_local_install.sh
Created May 12, 2017 09:31 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=1.8