Skip to content

Instantly share code, notes, and snippets.

View mfrohberg's full-sized avatar

Michael Frohberg mfrohberg

View GitHub Profile
@mfrohberg
mfrohberg / keybase.md
Created June 19, 2018 17:40
keybase.md

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@mfrohberg
mfrohberg / esnextbin.md
Last active November 29, 2016 05:25
esnextbin sketch
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl -L https://www.npmjs.org/install.sh | sh
@mfrohberg
mfrohberg / Ionic-SideMenu-+-Tabs.markdown
Created December 10, 2014 20:43
Ionic SideMenu + Tabs
@mfrohberg
mfrohberg / Ionic-Modal-+-Slide-Box---Fullscreen-images.markdown
Created December 3, 2014 20:35
Ionic Modal + Slide Box - Fullscreen images
@mfrohberg
mfrohberg / index.html
Created November 28, 2014 15:42
zxGQgy
<body ng-app="codeBrowse">
<div class="flex">
<div>
<div class="controls">
<div class="controls-left">
<button id="html-settings" class="control-buttons">
<i class="ion-gear-b"></i>
</button>
<h2>HTML</h2>
</div>
@mfrohberg
mfrohberg / Ionic-Facebook.markdown
Created November 9, 2014 22:17
A Pen by Michael Frohberg.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>
</html>