Skip to content

Instantly share code, notes, and snippets.

View tinycrops's full-sized avatar
🥭
building the worlds first hermeneutic on chatbots

ATH tinycrops

🥭
building the worlds first hermeneutic on chatbots
View GitHub Profile
@nuga99
nuga99 / docker-install-parrot.sh
Last active February 2, 2025 08:44
Install Docker Engine on Parrot OS (2023)
#!/bin/sh
# From https://www.hiroom2.com/2017/09/24/parrotsec-3-8-docker-engine-en/
# Changelog:
# @DavoedM: Apr 3, 2020
# @C922A10971734: Jan 19, 2023
set -e
# Install dependencies.
/**
* 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();