Skip to content

Instantly share code, notes, and snippets.

@zarkone
zarkone / 0_reuse_code.js
Created December 6, 2013 18:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@zarkone
zarkone / monodevelop4-build.sh
Last active December 4, 2018 17:51 — forked from choffmeister/monodevelop4-build.sh
Install Monodevelop 4.0.4 on Ubuntu 12.04 LTS
#!/bin/bash
sudo apt-get install build-essential automake checkinstall intltool git
sudo apt-get install mono-complete gtk-sharp2 gnome-sharp2
git clone https://github.com/mono/mono-addins
cd mono-addins
./autogen.sh --prefix=/usr
make
sudo make install