TODO: Write a project description
TODO: Describe the installation process
Hey! The above document had some coding errors, which are explained below:
=over without closing =back
python simple server 1 python simple server 2 proxy
curated by @rayantony
| (function(){ | |
| var themeUrl = 'https://gist.githubusercontent.com/rayantony/d7bb45f37db72b43e1dfcf40b5469569/raw/1dc6bebaa578e9aa024d1e0f3b9d000dbc8a30bf/styles.css'; | |
| /* https://gist.githubusercontent.com/mauricecruz/f53c932961a04c01a096/raw/26b8d584411764cceec91716973df142955230a7/style.css'; */ | |
| function getDevTheme(url){ | |
| var identifier = getDomainIdentifier(), | |
| css; | |
| function contains(source, findString){ | |
| return source.indexOf(findString) !== -1; | |
| } | |
| function getDomainIdentifier(){ |
a gist save of my 3d hover table test from summer 2014. URL of the demo on bootsnipp showed up on a search but I noticed it wasnt working anymore so, I fixed it slightly and well its better :) *bootsnipp url *bootsnipp full frame *codepen *codepen full *jsfiddle *fiddle fullscreen *statspring.com load this gist
| #!/bin/sh | |
| sudo mount -o remount,exec /tmp | |
| if [ -x /usr/local/nixstrap/proot-x86_64 ] && [ -h ~/.nix-profile ]; then | |
| echo "Launching shell with nix-* tools!" | |
| exec /usr/local/nixstrap/proot-x86_64 -b /usr/local/nixstrap/nix-1.8-x86_64-linux:/nix bash --init-file ~/.nix-profile/etc/profile.d/nix.sh | |
| fi | |
| set -e |
| <!DOCTYPE html> | |
| <html> <head> | |
| <title>jquery.rss example</title> | |
| <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js"></script> | |
| <script src="http://d39dlwgeopmdw0.cloudfront.net/assets/web/rss/js/jquery.ray.rss.js" crossorigin="anonymous"></script> | |
| <script>window.jQuery(function($) {$("#rss-feeds").rss}) || document.write('<script src="jquery-rss.js"><\/script>')</script> | |
| <script> | |
| jQuery(function($) { | |
| $("#rss-feeds").rss("https://github.com/rayantony.atom", { |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <base href="http://dimplejs.org/" /> | |
| </head> | |
| <div id="chartContainer"> | |
| <script src="/lib/d3.v3.4.8.js"></script> | |
| <script src="http://dimplejs.org/dist/dimple.v2.2.0.min.js"></script> | |
| <script type="text/javascript"> | |
| var svg = dimple.newSvg("#chartContainer", 590, 400); |