V8 is finally here on Google Apps Script
An exciting day for all us Apps Script devs: Google have finally replace the Rhino JS engine with the V8 used in Chrome and Node.js! So we can now use all those funky new features. If there is not a […]
An exciting day for all us Apps Script devs: Google have finally replace the Rhino JS engine with the V8 used in Chrome and Node.js! So we can now use all those funky new features. If there is not a […]
There is now a beta version of Flubaroo with automatic grading on the form’s submission (autograde). There are still various original features that aren’t working again yet but the autograde code is stable. Please contact me if you would like […]
The new version of Flubaroo (v12) is out to support the new Google add-ons, the replacement for the Google Script Gallery. Add-ons make Google Apps Scripts available via the Google Chrome Web Store.
A new version of the Google Apps Script quiz grader/marker, Flubaroo v3.1, has just been released. I’ve added the ability to grade numeric answers within a specific numeric range, rather than only accepting a single value. Useful when you are […]
Color Scales Spreadsheet STOP PRESS: Color Scale has now been released as an GSheet Add-on. The Google Apps Script contained in this spreadsheet sets the background color of the cells in a selected range according to their numeric value. This […]
The BTC-e website is now closed. See this article for more details. BTC-e.com is a Bitcoin Trading site that provides an API to make trades, get transaction history, etc. I’ve written a Google Apps Script that uses this BTC-e Trade API. As […]
I was recently asking about an automatic quiz marking (that’s grading to our American friends) using Google Apps Script. It didn’t take me long to find out that this was a wheel that had already been invented; a flubaroo shaped […]
Rose Task Manager (RTM, formerly RoseCMMS) is a team/collaborative task manager or simple project manager developed with Google Apps Script. It’s main features are: Customised Google form for entering tasks to the … Online and sharable Google spreadsheet task list […]
RoseCMMS v0.2.0 is now released. The main updates are the code has been made general purpose – all the specifics from the first deployment have been removed, and the code can now cope with columns moving around in the task […]