Skip to content

Instantly share code, notes, and snippets.

View ramirotw's full-sized avatar
🚢

Ramiro Vazquez ramirotw

🚢
View GitHub Profile
@ramirotw
ramirotw / keybase.md
Last active April 21, 2022 22:37
keybase.md

Keybase proof

I hereby claim:

  • I am ramirotw on github.
  • I am ramirotw (https://keybase.io/ramirotw) on keybase.
  • I have a public key ASC1Cc7bRkwLhBdqbK-qJ9roq2eNeKntsq5zXWeUjXQz5Qo

To claim this, I am signing this object:

0x0fb835e71aea02ed5715dc3e5b578d55d3f4969af81566a8a6c47df7758f3a69

@ramirotw
ramirotw / designer.html
Last active August 29, 2015 14:17
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../paper-icon-button/paper-icon-button.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<link rel="import" href="../paper-item/paper-item.html">
<link rel="import" href="../paper-progress/paper-progress.html">
@ramirotw
ramirotw / install_mono.sh
Created February 19, 2014 21:15
Install Mono 3.2.x and Monodevelop 4 on Ubuntu 3.10
# http://quadfinity.blogspot.com.ar/2014/01/compile-latest-mono-3.2.7-with-monodevelop-from-git-on-ubuntu-13.10.html
apt-get install -y git build-essential autoconf automake bison flex libtool gettext gdb mono-gmcs
mkdir /opt/mono-3
cd /opt/mono-3
git clone git://github.com/mono/mono.git
cd mono
./autogen.sh --prefix=/usr/local