Forked from Ben Fields's Pen Color Changing Social Bar.
Forked from Ben Fields's Pen Color Changing Social Bar.
A Pen by Derek Hartley on CodePen.
| #!/bin/zsh | |
| set -e; | |
| dir="$(mktemp -d)"; | |
| echo "$dir" >&2; | |
| iOS_device=(); | |
| iOS_model=(); |
| # Turn on Developer Mode | |
| # Open Settings -> Update and Security -> For developers | |
| # Don't reboot yet | |
| # Run in powershell administrator: | |
| Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | |
| # accept reboot | |
| ## Install Ubuntu | |
| # run in powershell administrator: |
| I hereby claim: * I am djhartley on github. * I am djhartley (https://keybase.io/djhartley) on keybase. * I have a public key ASA-HOpZ0Shi7BBCf3bsuAuth_c8qe5cIENmmdcSEU-s3wo To claim this, I am signing this object: ```json { "body": { "key": { "eldest_kid": "01203e1cea59d12862ec10427f76ecb80bad87f73ca9ee5c20436699d712114facdf0a", "host": "keybase.io", "kid": "01203e1cea59d12862ec10427f76ecb80bad87f73ca9ee5c20436699d712114facdf0a", "uid": "4be981f794c57895f3036d5d5c297919", "username": "djhartley" }, "merkle_root": { "ctime": 1592952416, "hash": "8244b4b7cf15f323a8c051a5461620c51c51ae220fa19e4d082def0e60c96b53fec78111b05636c6ad3f8e4be9a9d4ae59c54c00a117f6e60cd91d26301204b0", "hash_meta": "9c3fb350cb8e311fb5ac5329c1d261cb3ce85b98344029cdbf1be1153e32df31", "seqno": 16757676 }, "service": { "entropy": "l4rZl/v0Qhma2ljSAFjt3lyE", "name": "github", "username": "djhartley" }, "type": "web_service_binding", |
| <link href='http://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'> | |
| <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> | |
| <nav class="social"> | |
| <ul> | |
| <li><a href="http://twitter.com/gian_michelle">Twitter <i class="fa fa-twitter"></i></a></li> | |
| <li><a href="http://facebook.com/gian.michelle">Facebook <i class="fa fa-facebook"></i></a></li> | |
| <li><a href="http://dribbble.com/gian_michelle">Dribbble <i class="fa fa-dribbble"></i></a></li> | |
| <li><a href="http://behance.net">Behance <i class="fa fa-behance"></i></a></li> | |
| #!/bin/bash | |
| export THEOS=/opt/theos | |
| if ! [ -d $THEOS ]; then | |
| mkdir -p $THEOS | |
| fi | |
| # clone theos.git | |
| cd /opt | |
| git clone git://github.com/DHowett/theos.git |
| #ifndef SUBSTRATE_H_ | |
| #define SUBSTRATE_H_ | |
| #ifdef __APPLE__ | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| #include <mach-o/nlist.h> | |
| #ifdef __cplusplus | |
| } |
| #ifndef SUBSTRATE_H_ | |
| #define SUBSTRATE_H_ | |
| #ifdef __APPLE__ | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| #include <mach-o/nlist.h> | |
| #ifdef __cplusplus | |
| } |
| update_current_git_vars |