Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am taw00 on github.
  • I am toddwarner (https://keybase.io/toddwarner) on keybase.
  • I have a public key whose fingerprint is 9829 74E5 4FA2 A86E B546 C52F 595E 5B24 6946 73ED

To claim this, I am signing this object:

@taw00
taw00 / howto-create-swap-file-on-linux.md
Last active February 15, 2017 21:13
HowTo: Configure a Swap File on a Linux System

Moved to

@taw00
taw00 / howto-ssd-trim-enablement.md
Last active February 15, 2017 21:14
HowTo: Improve SSD (solid state drive) write/delete performance on Linux systems by enabling ATA TRIM

Moved this to

@taw00
taw00 / ImportJSON-functions-for-Google-Sheets.gs
Last active November 19, 2023 07:52 — forked from paulgambill/import_json_appsscript.js
Import JSON into Google Sheets
/** My comments -taw -- Source location of this script: https://gist.github.com/taw00/1c014549dd649c597518e6eb4f1e3969
* To use in Google Sheets:
* - Open or create Google Spreadsheet
* - Click on Tools -> Script Editor
* - Click Create script for Spreadsheet
* - Delete the placeholder content and paste the code from this script
* - Click the save button and give the project a name
* - Back in the spreadsheet, in a cell, you can type “=ImportJSON()” and begin filling out it’s parameters.
* Original developer:
* - http://blog.fastfedora.com/projects/import-json