put the function in your .zshrc or .bashrc and then
~ ia-save http://twitter.com/atomotic
https://web.archive.org/web/20140702123925/http://twitter.com/atomotic
| node_modules | |
| *.min.js |
| javascript:(function()%7Bvar style%3Ddocument.createElement("style")%3Bstyle.type%3D"text/css"%3Bstyle.innerText%3D"* %7B -webkit-user-select: all !important%3B -moz-user-select: all !important%3B user-select: all !important%3B %7D"%3Bvar head%3Ddocument.getElementsByTagName("head")%5B0%5D%3Bhead.appendChild(style)%3B%7D)()%3B |
| <script type="text/javascript"> | |
| (function () { | |
| "use strict"; | |
| // once cached, the css file is stored on the client forever unless | |
| // the URL below is changed. Any change will invalidate the cache | |
| var css_href = './index_files/web-fonts.css'; | |
| // a simple event handler wrapper | |
| function on(el, ev, callback) { | |
| if (el.addEventListener) { | |
| el.addEventListener(ev, callback, false); |
put the function in your .zshrc or .bashrc and then
~ ia-save http://twitter.com/atomotic
https://web.archive.org/web/20140702123925/http://twitter.com/atomotic
| To find out how the Elevate Team at University Campus Suffolk are using this | |
| system, please visit the Elevate blog (http://ucselevate.blogspot.com) | |
| For a quick guide of how to implement the code used below | |
| please visit --> https://docs.google.com/document/d/12qRhAc9rzUH7FXBW0J4NtLkY-8RoQVw-Z4yOk3mTJmA/edit?usp=sharing | |
| The code below is syntax highlighted as javascript however these .js files | |
| site in a Google Apps Script Project where they sit with the .gs extention. |
| /* | |
| CryptoJS v3.0.2 | |
| code.google.com/p/crypto-js | |
| (c) 2009-2012 by Jeff Mott. All rights reserved. | |
| code.google.com/p/crypto-js/wiki/License | |
| http://crypto-js.googlecode.com/svn/tags/3.0.2/build/rollups/sha256.js | |
| */ | |
| var CryptoJS=CryptoJS||function(i,p){var f={},q=f.lib={},j=q.Base=function(){function a(){}return{extend:function(h){a.prototype=this;var d=new a;h&&d.mixIn(h);d.$super=this;return d},create:function(){var a=this.extend();a.init.apply(a,arguments);return a},init:function(){},mixIn:function(a){for(var d in a)a.hasOwnProperty(d)&&(this[d]=a[d]);a.hasOwnProperty("toString")&&(this.toString=a.toString)},clone:function(){return this.$super.extend(this)}}}(),k=q.WordArray=j.extend({init:function(a,h){a= | |
| this.words=a||[];this.sigBytes=h!=p?h:4*a.length},toString:function(a){return(a||m).stringify(this)},concat:function(a){var h=this.words,d=a.words,c=this.sigBytes,a=a.sigBytes;this.clamp();if(c%4)for(var b=0;b<a;b++)h[c+b>>>2]|=(d[b>>>2]>>>24-8*(b%4)&255)<<24-8*((c+b)%4);else if(65535<d.length)for(b=0;b<a;b+ |
We're currently using the Chicago Manual of Style. It's imperfect, but it's better than the alternatives, so far.
| function getNextPage(page) { | |
| var dok = page.parent.parent; | |
| var nextPage = dok.pages[page.documentOffset+1]; | |
| if (!nextPage.isValid) { | |
| nextPage = dok.pages.add(); | |
| nextPage.appliedMaster = page.appliedMaster; | |
| } | |
| return nextPage; | |
| } |
| <!-- | |
| favicons (see http://www.jonathantneal.com/blog/understand-the-favicon) | |
| --- | |
| icon format dimensions documentation | |
| ---- ------ ---------- ------------- | |
| apple-touch-icon PNG 152x152 https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW1 | |
| icon PNG 96x96 | |
| shortcut icon ICO 32x32 | |
| msapplication-TileImage PNG 144x144 |
| .not-IE .foobar { | |
| /* | |
| 3D CSS transforms here. | |
| */ | |
| } |