Skip to content

Instantly share code, notes, and snippets.

View rjmoggach's full-sized avatar
🦄
React'ing.

Robert Moggach rjmoggach

🦄
React'ing.
View GitHub Profile
@rjmoggach
rjmoggach / index.html
Created March 4, 2015 08:40
Famous App Stacking Famo.us Surfaces 0.3.0 // source http://jsbin.com/xobeje
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Stacking Famo.us Surfaces 0.3.0" />
<meta charset="utf-8">
<title>Famous App</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@rjmoggach
rjmoggach / index.html
Created March 4, 2015 08:34
Famous App BackSwapper View Famo.us 0.3.4 // source http://jsbin.com/notika
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="BackSwapper View Famo.us 0.3.4" />
<meta charset="utf-8">
<title>Famous App</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@rjmoggach
rjmoggach / index.html
Created March 4, 2015 08:31
famo.us App Tree Famo.us 0.3.1 global-seed // source http://jsbin.com/fobaxo/1
<!DOCTYPE HTML>
<html>
<head>
<title>famo.us App</title>
<meta name="description" content="Tree Famo.us 0.3.1 global-seed" />
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@rjmoggach
rjmoggach / index.html
Created March 4, 2015 08:24
Famous App z-translate a Gridlayout in Famo.us 0.3.4 // source http://jsbin.com/solabu
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="z-translate a Gridlayout in Famo.us 0.3.4" />
<meta charset="utf-8">
<title>Famous App</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@rjmoggach
rjmoggach / index.html
Created March 4, 2015 08:02
Famous App Transitionable Size Famo.us 0.3.5 // source http://jsbin.com/ruboju
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Transitionable Size Famo.us 0.3.5" />
<meta charset="utf-8">
<title>Famous App</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@rjmoggach
rjmoggach / index.html
Created March 4, 2015 08:02
Famous App Chaining Modifiers in Famo.us 0.3.1 // source http://jsbin.com/rudufu/1
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Chaining Modifiers in Famo.us 0.3.1" />
<meta charset="utf-8">
<title>Famous App</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@rjmoggach
rjmoggach / setWacom.sh
Created February 24, 2015 22:38
xsetwacom Intuos4
#!/usr/bin/env bash
#################
# Wacom buttons :
#################
# tablet identificators :
# xinput --list | grep '[w|W]acom'
DEVICE="Wacom Intuos4 4x6 pad"
STYLUS="Wacom Intuos4 4x6 stylus"
@rjmoggach
rjmoggach / shotlinker.sh
Created February 7, 2015 21:01
Flame Project Shot Linker
#! /usr/bin/env bash
#
# SHOT LINKER
# create links in a flame project to storage server paths
# Note: we only create them local to the flame project to avoid
# dumb backups of symlinks creating duplicated data - with this in mind
# the script assumes the project is local to the flame - know what you're backing up
# archiving a project's setups may also archive all the paths linked to if you're not careful!
@rjmoggach
rjmoggach / webfaction_google.py
Created January 3, 2015 22:14
Webfaction Google Apps DNS
#!/usr/bin/env python2.5
import xmlrpclib
# EDIT: webfaction credentials
username = raw_input("Please enter your username: ")
password = raw_input("Please enter your password: ")
# no need to edit below this line
server = xmlrpclib.Server('https://api.webfaction.com/')
session_id, account = server.login(username, password)
@rjmoggach
rjmoggach / colors.import.less
Created December 5, 2014 05:10
Combo of Flat UI and BootFlat Colors
// Flat UI Colors
@turquoise: #1abc9c;
@green-sea: #16a085;
@emerald: #2ecc71;
@nephritis: #27ae60;
@peter-river: #3498db;
@belize-hole: #2980b9;
@amethyst: #9b59b6;
@wisteria: #8e44ad;
@wet-asphalt: #34495e;