install termux from F-Droid.
apt update| function doGet(e) { | |
| Logger.log(e); | |
| var op = e.parameter.action; | |
| var ss = SpreadsheetApp.open(DriveApp.getFileById("YOUR_SPREADSHEET_ID")); | |
| var sn = "YOUR_SHEET_NAME"; | |
| var sheet = ss.getSheetByName(sn); | |
| if (op == "insert") | |
| return insert_value(e, sheet); |
| #---------------GitHub Pages + Namecheap Domain + SSL Cheat Sheet------------# | |
| NOTE: You do NOT need to buy PositiveSSL from Namecheap. | |
| GitHub Pages provides free SSL automatically via Let's Encrypt. | |
| # Namecheap Domain Setup | |
| Buy Domain | |
| Go to namecheap.com, select and buy domain name. | |
| Navigate to DNS Settings | |
| Login to Namecheap → Username dropdown → Dashboard |
| @ECHO OFF | |
| REM This program is free software: you can redistribute it and/or modify | |
| REM it under the terms of the GNU General Public License as published by | |
| REM the Free Software Foundation, either version 3 of the License, or | |
| REM (at your option) any later version. | |
| REM | |
| REM This program is distributed in the hope that it will be useful, | |
| REM but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |