Skip to main content

Home/ Sensorica Knowledge/ Group items tagged google

Rss Feed Group items tagged

Francois Bergeron

What are your thoughts on the Google, Starbucks, Amazon avoiding tax? Are you also 'Ver... - 0 views

  • Google channelled $9.8bn (£6.07bn) of the profits from worldwide subsidiaries in to Bermuda continue year in order to halve its taxation costs.
Tiberius Brastaviceanu

Philippe s Mosquito - Google Docs - 2 views

  •  
    Layout of the Mosquito Scientific Systems we install in Philippe's lab
Tiberius Brastaviceanu

How To Export STL Files From Google Sketchup - 0 views

  •  
    This page will show you two different plugins that can be used to export STL files from Google Sketchup. Once exported, you may then open them in a CAM program for generating 3D G-code for your CNC machine. Two cheap examples of 3D capable CAM programs would be CamBam Plus and MeshCam.
Tiberius Brastaviceanu

Google Apps Script - introduction - 0 views

  • how to accomplish some common tasks
  • add a custom menu to a Spreadsheet and link specific functions in your script to menu items
  • the menu items, the functions pops up a message box.
  • ...11 more annotations...
  • you will want the custom menu to be displayed as soon as the Spreadsheet is opened. To do this,include an onOpen function in your script
  • array of objects
  • An array is a collection of elements that works something like a Spreadsheet. Each element in an array can be identified by its location in the array, called an index point.
  • Arrays
  • are zero-based
  • Arrays are a convenient way to store and manipulate data within a computer program or script.
  • Each menu item is placed inside curly braces, and this syntax defines each name-function name pair as an object.
  • After the definition of the menu entries comes the definition of the menu itself:
  • Here's generalized code for creating menu items and a menu.
  • The following code pops up a message box when a user selects a menu item on the new menu:
  • the generalized code
‹ Previous 21 - 40 of 473 Next › Last »
Showing 20 items per page