Skip to content

Instantly share code, notes, and snippets.

View cyruslabs's full-sized avatar

Cyrus cyruslabs

View GitHub Profile
### Keybase proof
I hereby claim:
* I am cyruslopez on github.
* I am cyruslopez (https://keybase.io/cyruslopez) on keybase.
* I have a public key ASBEVvxlwptaQQ_gvuJ7fjtFURnlNxY5sWdb_aey5J0bbwo
To claim this, I am signing this object:
@cyruslabs
cyruslabs / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@cyruslabs
cyruslabs / hack.sh
Created March 31, 2012 13:50 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#