├── Goa.gs ├── GoaApp.gs ├── JWT.gs ├── README.md ├── Service.gs ├── Utils.gs ├── appsscript.json ├── dependencies.md ├── forPublishing.gs ├── info.json └── libraries └── cUseful ├── Code.gs ├── Crusher.gs ├── DriveProper.gs ├── DriveUtils.gs ├── FetchUtils.gs ├── Fetcheroo.gs ├── Fiddler.gs ├── Flattener.gs ├── Images.gs ├── Include.gs ├── Maths.gs ├── RemoveAccents.gs ├── Rough.gs ├── SheetUtils.gs ├── Squeeze.gs ├── Stemmer.gs ├── Stopwords.gs ├── Stubber.gs ├── Tester.gs ├── Unnest.gs ├── UserRegistration.gs ├── Utils.gs ├── appsscript.json └── forPublishing.gs /Goa.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/Goa.gs -------------------------------------------------------------------------------- /GoaApp.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/GoaApp.gs -------------------------------------------------------------------------------- /JWT.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/JWT.gs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/README.md -------------------------------------------------------------------------------- /Service.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/Service.gs -------------------------------------------------------------------------------- /Utils.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/Utils.gs -------------------------------------------------------------------------------- /appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/appsscript.json -------------------------------------------------------------------------------- /dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/dependencies.md -------------------------------------------------------------------------------- /forPublishing.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/forPublishing.gs -------------------------------------------------------------------------------- /info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/info.json -------------------------------------------------------------------------------- /libraries/cUseful/Code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Code.gs -------------------------------------------------------------------------------- /libraries/cUseful/Crusher.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Crusher.gs -------------------------------------------------------------------------------- /libraries/cUseful/DriveProper.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/DriveProper.gs -------------------------------------------------------------------------------- /libraries/cUseful/DriveUtils.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/DriveUtils.gs -------------------------------------------------------------------------------- /libraries/cUseful/FetchUtils.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/FetchUtils.gs -------------------------------------------------------------------------------- /libraries/cUseful/Fetcheroo.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Fetcheroo.gs -------------------------------------------------------------------------------- /libraries/cUseful/Fiddler.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Fiddler.gs -------------------------------------------------------------------------------- /libraries/cUseful/Flattener.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Flattener.gs -------------------------------------------------------------------------------- /libraries/cUseful/Images.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Images.gs -------------------------------------------------------------------------------- /libraries/cUseful/Include.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Include.gs -------------------------------------------------------------------------------- /libraries/cUseful/Maths.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Maths.gs -------------------------------------------------------------------------------- /libraries/cUseful/RemoveAccents.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/RemoveAccents.gs -------------------------------------------------------------------------------- /libraries/cUseful/Rough.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Rough.gs -------------------------------------------------------------------------------- /libraries/cUseful/SheetUtils.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/SheetUtils.gs -------------------------------------------------------------------------------- /libraries/cUseful/Squeeze.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Squeeze.gs -------------------------------------------------------------------------------- /libraries/cUseful/Stemmer.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Stemmer.gs -------------------------------------------------------------------------------- /libraries/cUseful/Stopwords.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Stopwords.gs -------------------------------------------------------------------------------- /libraries/cUseful/Stubber.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Stubber.gs -------------------------------------------------------------------------------- /libraries/cUseful/Tester.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Tester.gs -------------------------------------------------------------------------------- /libraries/cUseful/Unnest.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Unnest.gs -------------------------------------------------------------------------------- /libraries/cUseful/UserRegistration.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/UserRegistration.gs -------------------------------------------------------------------------------- /libraries/cUseful/Utils.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/Utils.gs -------------------------------------------------------------------------------- /libraries/cUseful/appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/appsscript.json -------------------------------------------------------------------------------- /libraries/cUseful/forPublishing.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brucemcpherson/cGoa/HEAD/libraries/cUseful/forPublishing.gs --------------------------------------------------------------------------------