#3D Text in Sass
Inspired by @mdo
#3D Text in Sass
Inspired by @mdo
| <div style="background: url('http://v4.unleash-it.co.uk/images/bg.png');"> | |
| <div> | |
| <div class="logo"> | |
| <div> | |
| <div class="inside"></div> | |
| </div> | |
| <div> | |
| <div class="inside"></div> | |
| </div> | |
| <div> | 
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>UI Transparent</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>UI Transparent</h1> | |
| <div class="container"> | |
| <div class="wrap"> | |
| <div class="circle horizontal c1"> | |
| <div class="wrap-electron"> | |
| <div class="circle electron"></div> | |
| </div> | |
| </div> | |
| <div class="circle vertical c1"> | |
| <div class="wrap-electron"> | |
| <div class="circle electron"></div> | 
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: generic-prog | |
| # Required-Start: $local_fs $remote_fs $network | |
| # Required-Stop: $local_fs $remote_fs $network | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Generic Program | |
| # Description: Generic Program is a generic program to do generic things with | |
| ### END INIT INFO | 
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| txtwht="\[\e[00m\]" # White | |
| txtred="\[\e[0;31m\]" # Red | |
| txtgrn="\[\e[0;32m\]" # Green | |
| txtpur="\[\e[0;35m\]" # Purple | |
| txtblu="\[\e[0;34m\]" # Blue | |
| bldgrn="\[\e[1;32m\]" # Green | |
| bldcyn="\[\e[1;36m\]" # Cyan | |
| function parse_git_this_branch { | |
| git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/' | 
| _Go to your Owncloud installation <https://myowncloud/remote.php/mozilla_sync> and accept the SSL Certificate | |
| _Open about:config | |
| _Create: services.sync.username <string> the value should be a hash not the username itself. (You only need the hash if the | |
| sync was setup with a pre FF29, if you start from scratch the string doesn't matter) | |
| You can look this up in an older browser or in the logs of your Owncloud server!! | |
| _Go to: Preferences -> Sync -> Setup Firefox sync (you should see the old UI now) | |
| 'I Have an Account' | |
| 'I don't have the device with me' | |
| 'Account' - again use the hash NOT the actual username! | 
CSS illustration and animation inspired by http://robindavey.co.uk/
Forked from mario sanchez maselli's Pen CSS The Avengers .
| #import <UIKit/UIKit.h> | |
| #import <objc/runtime.h> | |
| // Hook with ObjC runtime functions | |
| %config(generator=internal) | |
| // New methods created below | |
| @interface UIGestureRecognizer () | |
| + (void)hs_beginForcingAllNewGestureRecognizersToAllowPencilInput; | |
| + (void)hs_endForcingAllNewGestureRecognizersToAllowPencilInput; |