Skip to content

Instantly share code, notes, and snippets.

View elijahbee's full-sized avatar
🐝
Making moves!!

Elijah Bee elijahbee

🐝
Making moves!!
View GitHub Profile
@elijahbee
elijahbee / libvips-installer.sh
Created February 2, 2018 01:16 — forked from h2non/libvips-installer.sh
libvips 7.42.x cross-platform simple installer script (supports OSX, Debian, Ubuntu, CentOS, Fedora, Amazon Linux)
#!/bin/sh
#
# Orinally made by Lovell Fuller for sharp
# https://github.com/lovell/sharp
#
# Usage:
# curl -s https://gist.githubusercontent.com/h2non/89bb2f87c6499d0b25f1/raw/bf3d0743107f02f5db2b93c53f7f0e07a1c33112/libvips-installer.sh | sudo bash -
#
@elijahbee
elijahbee / designer.html
Last active August 29, 2015 14:25
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;