These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| var className = $('body').attr('class'); | |
| if (/content-item-2(4|5)/.test($('body').attr('class'))) { | |
| $(imageTrigger).click(); | |
| } |
| var | |
| className = $('body').attr('class'), | |
| galleryPages = ['content-item-24', 'content-item-25'], | |
| len = galleryPages.length; | |
| for (i=0; i<len; i++) { | |
| if (className === galleryPages[i]) { | |
| $(imageTrigger).click(); | |
| break; | |
| } |
| (function (window, $) { | |
| var Slider = function (items, interval) { | |
| var self = this; | |
| self.items = items; | |
| self.interval = interval; | |
| self.current = 0; | |
| self.buttons = $('<div class="slider-buttons" style="position:absolute; right: 0; bottom: 0;">'); | |
| self.prevBtn = $('<a href="#">prev</a>'); |
| var myAwesomeVar = function (params, callback) { | |
| $.ajax({ | |
| url: 'somewhere/over/the/rainbow/', | |
| type: 'GET', | |
| dataType: 'json', | |
| data: params || {}, | |
| success: function (data, textStatus, xhr) { | |
| var awesomeArray = []; |
| getProcesses: function (params, callback) { | |
| var get; | |
| get = $.ajax('/core/index.cfm/process.Process.getProcesses', { | |
| dataType: 'json', | |
| data: params || {} | |
| }); | |
| get.success(function (resp) { | |
| var processData = []; |
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| dojo.provide(" myshit.external._Mustache"); | |
| dojo.require("dijit._Templated"); | |
| (function(d){ | |
| /* | |
| mustache.js — Logic-less templates in JavaScript | |
| See http://mustache.github.com/ for more info. | |
| */ |
| dojo.provide("dbp._Handlebars"); | |
| dojo.require("dijit._TemplatedMixin"); | |
| (function(d) { | |
| // lib/handlebars/parser.js | |
| /* Jison generated parser */ | |
| var handlebars = (function(){ | |
| var parser = {trace: function trace() { }, | |
| yy: {}, | |
| symbols_: {"error":2,"root":3,"program":4,"EOF":5,"statements":6,"simpleInverse":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"params":25,"hash":26,"param":27,"STRING":28,"INTEGER":29,"BOOLEAN":30,"hashSegments":31,"hashSegment":32,"ID":33,"EQUALS":34,"pathSegments":35,"SEP":36,"$accept":0,"$end":1}, |
| # NVM | |
| if [[ -s $HOME/.nvm ]] ; then | |
| setopt nullglob | |
| NVM_DIR=$HOME/.nvm | |
| source $NVM_DIR/nvm.sh | |
| nvm use | |
| fi |
| dojo.provide("dbp._Handlebars"); | |
| dojo.require("dijit._TemplatedMixin"); | |
| (function(d) { | |
| // lib/handlebars/parser.js | |
| /* Jison generated parser */ | |
| var handlebars = (function(){ | |
| var parser = {trace: function trace() { }, | |
| yy: {}, | |
| symbols_: {"error":2,"root":3,"program":4,"EOF":5,"statements":6,"simpleInverse":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"params":25,"hash":26,"param":27,"STRING":28,"INTEGER":29,"BOOLEAN":30,"hashSegments":31,"hashSegment":32,"ID":33,"EQUALS":34,"pathSegments":35,"SEP":36,"$accept":0,"$end":1}, |