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); |
| Process for setting up github pages with namecheap domain. | |
| 1. Go to namecheap.com, select and buy domain name. | |
| 2. Login to namecheap, go to username drop down and select dashboard. | |
| 3. Go to DomainList | |
| 4. Click manage button | |
| 5. Click Advanced DNS tab | |
| 6. Click add record and add three records: | |
| Type: A Record | Host: @ | Value: 192.30.252.153 | TTL: Automatic |
| @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 |