This file contains 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
$ -> | |
result = [] | |
count = 0 | |
# Loop through each reel | |
$('.reel-outer'). each -> | |
$this = $(this) | |
index = $this.index() | |
spinPlus = 0 |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<Module> | |
<ModulePrefs title="Spreadsheets Converter" | |
description="This gadget will convert spreadsheet data to either JSON, XML, or SQL INSERT statements. The user must specify a range that includes column headers, but it can have any amount of columns or rows." | |
author="Pamela Fox" | |
author_affiliation="Google Inc." | |
author_email="[email protected]" | |
screenshot="http://pamela.fox.googlepages.com/screenshot_spreadsheetsconverter.jpg" | |
thumbnail="http://pamela.fox.googlepages.com/thumbnail_spreadsheetconverter.jpg" > | |
<Require feature="idi"/> |
This file contains 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
Andrew: Before we get started, this interview is sponsored by Fast Customer. You ever have to make a phone call, say, to your bank, but don’t want to wait on hold for half an hour until a real person gets on the phone? Well, with Fast Customer, you just do what I do. It’s right here on my iPhone and I’ve had it since it launched. You just type in the person you want to reach. In my case, I’m going to go CitiBank, Credit Card, Support. They will call them. They will get a person on the phone and then they’ll connect me. I don’t have to press one, or press zero, or do any of it, or wait on hold. I get to go back to work and they call me when the person is available to talk to me. | |
And I do this with AAA, if I needed to, and I did a few weeks ago. I do this with CitiBank, with tons of companies. Any company you want to reach, just about, is going to be in there. Go to fastcustomer.com and get the app right now for your iPhone or Android device. And, if you’re a company, and you don’t want to keep your people on h |