Skip to content

Instantly share code, notes, and snippets.

View ReinyLegit's full-sized avatar

John Reinschmidt ReinyLegit

View GitHub Profile
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
@ReinyLegit
ReinyLegit / GAS_Count_total_cells.gs
Created October 29, 2021 13:36
Apps Script: Count the number of cells of the active spreadsheet
/**
 * Count the number of cells of the active spreadsheet
 *
 * @param {A1} input Used to force recalculation.
 * @customfuncion
 */
function cellsCount(input) {
  var ss = SpreadsheetApp.getActiveSpreadsheet();
  var sheets = ss.getSheets();
  var cells = 0;
@ReinyLegit
ReinyLegit / npm-debug.log
Created August 2, 2012 17:31
Socket.io installation fails on Windows XP
info it worked if it ends with ok
verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
verbose cli 'install',
verbose cli 'socket.io' ]
info using [email protected]
info using [email protected]
verbose config file C:\Documents and Settings\op0396\.npmrc
verbose config file c:\Program Files\nodejs\etc\npmrc
verbose config file C:\Program Files\nodejs\node_modules\npm\npmrc