I hereby claim:
- I am armandocanals on github.
- I am armandocanals (https://keybase.io/armandocanals) on keybase.
- I have a public key whose fingerprint is 285E E34A BF34 BB60 2B00 1577 BA60 4B0F 9E14 ADC5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'json' | |
| root = File.expand_path(ARGV[0] ? ARGV[0] : ".") + "/" | |
| objectName = "JST" | |
| templateDir = "templates/" | |
| templates = Dir["#{root}#{templateDir}**/*.jst"] | |
| contents = {} |
packagecloud:enterprise uses GPG keys to sign repository metadata. You can let packagecloud:enterprise generate a GPG key itself during install or you can import an existing GPG key.
Read more about GPG, RPM packages, and yum repos.
| function add(num1, num2) { | |
| num1 = num1.split(''); | |
| num2 = num2.split(''); | |
| num1 = num1.map(function (num) { | |
| return parseInt(num, 10); | |
| }); | |
| num2 = num2.map(function (num) { | |
| return parseInt(num, 10); |
| Turn the radio on | |
| GO to menu item #40 and RESET the radio | |
| Menu item #14 for either English voice or Voice OFF | |
| Press EXIT on the keypad | |
| Push orange VFO/MR button to go to Frequency mode and program in repeater frequency | |
| Press MENU then push #1 for frequency stepping. 10K for ham repeater use. | |
| Push #13 for CTCSS on transmit for repeater use. | |
| Push #25 for repeater shift. Options are NEG(-) POS(+) or off for simplex | |
| Item #26 for off shift repeater use. You want 00.600 for ham radio repeaters. |
Fix hanging HGFS: Read more here
echo "answer AUTO_KMODS_ENABLED yes" | sudo tee -a /etc/vmware-tools/locations
| Lentil Recipe | |
| 1. Add Lentils and Chicken Broth + Water to large pot | |
| (3-to-1 ratio of broth to lentils, more or less) | |
| 2. Put on stove on high with lentil/broth combo. | |
| 3. As the pot is heating up, prepare the following: |
| """Repair current case-readout HTML artifacts and blank Notion publications. | |
| Paste this file into Finch's production Python runner. It is read-only by | |
| default. Run it once with APPLY = False, copy the desired run IDs from the JSON | |
| output into RUN_IDS, then set APPLY = True and run it again. | |
| The script reuses completed bulk FinchGPT output. It never reruns FinchGPT. | |
| """ | |
| from __future__ import annotations |