Skip to content

Instantly share code, notes, and snippets.

abbatiello
abbreviation
abbreviations
abohalima
abomination
abominations
abortifacient
abortifacients
abouhalima
abouhalima's
@zacharyvoase
zacharyvoase / 5syllable_with_penultimate_emphasis.sh
Last active July 11, 2022 18:21
5-syllable words with the emphasis on the penultimate syllable
$ curl 'http://dingo.sbs.arizona.edu/~hammond/lsasummer03/newdic.txt' | awk '$2 ~ /^...''.$/ { print $4 }'
abbreviation
abracadabra
academician
accelerando
accommodation
acculturation
adjudication
alienation
alleviation
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();