This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <strong class="loading">Loading…</strong> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Simple CSS loading graphic · CodePen</title> | |
| <!-- | |
| Copyright (c) 2012 David Bond, http://codepen.io/davebond | |
| Permission is hereby granted, free of charge, to any person obtaining |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ### a command line tool to access https://gist.github.com | |
| ## by Jakukyo Friel <weakish@gmail.com> and licensed under GPL v2 | |
| ## Ref: | |
| # github API: https://develop.github.com/v3/ | |
| # gist API: https://developer.github.com/v3/gists/ | |
| # pygist: https://github.com/mattikus/pygist |