BK-2020-03.git
23 months agofeat(unitproc/bktemp-count_jobs):Add count_jobs() function 0.5.0
Steven Baltakatei Sandoval [Fri, 13 May 2022 20:42:34 +0000 (20:42 +0000)]
feat(unitproc/bktemp-count_jobs):Add count_jobs() function

- Note: GNU parallel does what the `count_jobs()` was intended to
  facilitate: control the number of jobs spawned in bash scripts.

2 years agofeat(user/bkots): Don't timestamp files changed in last 1 min
Steven Baltakatei Sandoval [Tue, 3 May 2022 00:35:04 +0000 (00:35 +0000)]
feat(user/bkots): Don't timestamp files changed in last 1 min

- Note: The intent of a minimum age limit for files to be timestamped
  is to avoid timestamping files that are frequently changing.

2 years agochore(user/):Permissions
Steven Baltakatei Sandoval [Mon, 2 May 2022 22:25:42 +0000 (22:25 +0000)]
chore(user/):Permissions

2 years agochore(user/bk-naut-hide):Add version number
Steven Baltakatei Sandoval [Mon, 2 May 2022 22:24:26 +0000 (22:24 +0000)]
chore(user/bk-naut-hide):Add version number

2 years agofeat(user/):Add bash script to update .hidden files for nautilus
Steven Baltakatei Sandoval [Mon, 2 May 2022 22:23:33 +0000 (22:23 +0000)]
feat(user/):Add bash script to update .hidden files for nautilus

new file:   user/bk-naut-hide

2 years agofeat(user/):Remove quotation marks from ots arguments
Steven Baltakatei Sandoval [Sun, 1 May 2022 23:11:30 +0000 (23:11 +0000)]
feat(user/):Remove quotation marks from ots arguments

2 years agofix(user/bkots):Handle spaces in filenames provided to 'ots' command
Steven Baltakatei Sandoval [Sun, 1 May 2022 07:17:09 +0000 (07:17 +0000)]
fix(user/bkots):Handle spaces in filenames provided to 'ots' command

2 years agominor(user/bkots):fix verbose comment
Steven Baltakatei Sandoval [Sat, 30 Apr 2022 08:41:32 +0000 (08:41 +0000)]
minor(user/bkots):fix verbose comment

2 years agofix(user/bkots):Fix stamp action
Steven Baltakatei Sandoval [Sat, 30 Apr 2022 08:00:36 +0000 (08:00 +0000)]
fix(user/bkots):Fix stamp action

2 years agofeat(user/bkots):Run ots separately for each calendar
Steven Baltakatei Sandoval [Sat, 30 Apr 2022 07:55:11 +0000 (07:55 +0000)]
feat(user/bkots):Run ots separately for each calendar

- note: 'ots' 0.7.0 fails if any of the default calendars are
  unavailable; it may exit before trying a calendar that is
  responsive. Therefore, the best backup solution is to run 'ots'
  multiple times: each run with a different calendar specified.

2 years agofeat(user/bkots):Add script to run ots recursively
Steven Baltakatei Sandoval [Sat, 30 Apr 2022 02:08:45 +0000 (02:08 +0000)]
feat(user/bkots):Add script to run ots recursively

2 years agofix(user/gpgfp-noemail):Rename and fix bk-gpgfp-noemail
Steven Baltakatei Sandoval [Wed, 9 Mar 2022 16:45:52 +0000 (16:45 +0000)]
fix(user/gpgfp-noemail):Rename and fix bk-gpgfp-noemail

- Note: output was omitting uid line

2 years agochore(user/bk-gpgfp-noemail):make executable
Steven Baltakatei Sandoval [Wed, 9 Mar 2022 16:39:22 +0000 (16:39 +0000)]
chore(user/bk-gpgfp-noemail):make executable

2 years agochore(user/bk-gpgfp-noemail):Add version info
Steven Baltakatei Sandoval [Wed, 9 Mar 2022 16:38:09 +0000 (16:38 +0000)]
chore(user/bk-gpgfp-noemail):Add version info

2 years agofeat(user):Add script to show gpg fingerprint with obscured email
Steven Baltakatei Sandoval [Wed, 9 Mar 2022 16:34:25 +0000 (16:34 +0000)]
feat(user):Add script to show gpg fingerprint with obscured email

- note: requires `b2sum`

 Changes to be committed:
new file:   user/bk-gpgfp-noemail

2 years agochore(unitproc):Rename script
Steven Baltakatei Sandoval [Wed, 9 Mar 2022 14:45:08 +0000 (14:45 +0000)]
chore(unitproc):Rename script

- Note: Renaming `bktemp-check_gpg_fingerprint` to
  `bktemp-check_resembles_gpg_fingerprint` since the script doesn't
  actually use gpg to check the fingerprint.

2 years agofeat(unitproc):Add script to check if string is gpg fingerprint
Steven Baltakatei Sandoval [Wed, 9 Mar 2022 14:37:27 +0000 (14:37 +0000)]
feat(unitproc):Add script to check if string is gpg fingerprint

2 years agofeat(unitproc/bknpass):Make portable if script used in bash function
Steven Baltakatei Sandoval [Thu, 3 Mar 2022 00:56:05 +0000 (00:56 +0000)]
feat(unitproc/bknpass):Make portable if script used in bash function

- feat(unitproc/bknpass):
  - Exit on too many arguments.
  - Remove repeat chars (for future version when charset specified by option)

2 years agostyle(unitproc/bknpass):Refactor with updated style
Steven Baltakatei Sandoval [Thu, 3 Mar 2022 00:01:00 +0000 (00:01 +0000)]
style(unitproc/bknpass):Refactor with updated style

2 years agoMerge branch 'develop' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop
Steven Baltakatei Sandoval [Sun, 27 Feb 2022 02:30:40 +0000 (02:30 +0000)]
Merge branch 'develop' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop

2 years agofix(unitproc/bktemp-initGitRepo):auto set upstream branch
Steven Baltakatei Sandoval [Sun, 27 Feb 2022 02:29:43 +0000 (02:29 +0000)]
fix(unitproc/bktemp-initGitRepo):auto set upstream branch

2 years agofeat(user/bk-copy-rand-music):Log copied files orig paths
Steven Baltakatei Sandoval [Tue, 15 Feb 2022 16:08:18 +0000 (16:08 +0000)]
feat(user/bk-copy-rand-music):Log copied files orig paths

2 years agofeat(user/chmoddirbr):Add script to perform chmod on dir branch
Steven Baltakatei Sandoval [Wed, 19 Jan 2022 21:23:23 +0000 (21:23 +0000)]
feat(user/chmoddirbr):Add script to perform chmod on dir branch

2 years agofeat(us/bk-copy-rand-music.sh):Add misc features
Steven Baltakatei Sandoval [Wed, 19 Jan 2022 05:18:05 +0000 (05:18 +0000)]
feat(us/bk-copy-rand-music.sh):Add misc features

- min_file_duration: permits excluding very short audio files
- max_filename_length: permits reducing output file name length for
    filesystem compatibility (e.g. Windows likes names shorter than
    255 characters).
- showUsage(): Update description to indicate that the script copies
    based on whether an audio track is detectable or not.

2 years agochore(us/bk-copy-rand-music.sh):Perms
Steven Baltakatei Sandoval [Wed, 19 Jan 2022 04:56:07 +0000 (04:56 +0000)]
chore(us/bk-copy-rand-music.sh):Perms

2 years agofeat(us/bk-copy-rand-music.sh):Add script
Steven Baltakatei Sandoval [Wed, 19 Jan 2022 04:51:05 +0000 (04:51 +0000)]
feat(us/bk-copy-rand-music.sh):Add script

2 years agofeat(u/bktemp-checkAppFileDir):displayMissing exit code
Steven Baltakatei Sandoval [Tue, 18 Jan 2022 01:10:03 +0000 (01:10 +0000)]
feat(u/bktemp-checkAppFileDir):displayMissing exit code

- Note: displayMissing() function returns with exit code 0 if nothing
  missing, 1 otherwise.

2 years agochore(u/bk-export-min-pubkeys):Remove debug stderr messages
Steven Baltakatei Sandoval [Thu, 13 Jan 2022 05:08:53 +0000 (05:08 +0000)]
chore(u/bk-export-min-pubkeys):Remove debug stderr messages

Signed-off-by: Steven Baltakatei Sandoval <baltakatei@gmail.com>
2 years agochore(u/bk-export-min-pubkeys):make script executable
Steven Baltakatei Sandoval [Thu, 13 Jan 2022 05:02:45 +0000 (05:02 +0000)]
chore(u/bk-export-min-pubkeys):make script executable

Signed-off-by: Steven Baltakatei Sandoval <baltakatei@gmail.com>
2 years agoMerge branch 'master' into develop
Steven Baltakatei Sandoval [Thu, 13 Jan 2022 05:01:06 +0000 (05:01 +0000)]
Merge branch 'master' into develop

2 years agoMerge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev
Steven Baltakatei Sandoval [Thu, 13 Jan 2022 04:34:09 +0000 (04:34 +0000)]
Merge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev

2 years agofeat(user/bk-export-min-pubkeys):Add script to exp min pubkeys
Steven Baltakatei Sandoval [Thu, 13 Jan 2022 04:33:38 +0000 (04:33 +0000)]
feat(user/bk-export-min-pubkeys):Add script to exp min pubkeys

2 years agostyle(u/bk_export_audio.sh):Minor comment
Steven Baltakatei Sandoval [Sat, 8 Jan 2022 03:14:30 +0000 (03:14 +0000)]
style(u/bk_export_audio.sh):Minor comment

2 years agofeat(u/bk_export_audio.sh):Bash script to get audio files from video
Steven Baltakatei Sandoval [Sat, 8 Jan 2022 03:06:37 +0000 (03:06 +0000)]
feat(u/bk_export_audio.sh):Bash script to get audio files from video

2 years agofix(u/bktemp-checkAppFileDir:checkdir()):handle blank arg case
Steven Baltakatei Sandoval [Sat, 8 Jan 2022 02:43:47 +0000 (02:43 +0000)]
fix(u/bktemp-checkAppFileDir:checkdir()):handle blank arg case

2 years agofeat(u/bktemp-checkFlt):Add empty string test
Steven Baltakatei Sandoval [Tue, 2 Nov 2021 22:46:06 +0000 (22:46 +0000)]
feat(u/bktemp-checkFlt):Add empty string test

2 years agofix(u/bktemp-checkFlt):Update copypasta comments (int -> flt)
Steven Baltakatei Sandoval [Tue, 2 Nov 2021 22:41:09 +0000 (22:41 +0000)]
fix(u/bktemp-checkFlt):Update copypasta comments (int -> flt)

2 years agofeat(u/bktemp-checkFlt):Add bash function to check for floats
Steven Baltakatei Sandoval [Tue, 2 Nov 2021 22:37:37 +0000 (22:37 +0000)]
feat(u/bktemp-checkFlt):Add bash function to check for floats

2 years agofix(bktemp-updateLoopPI):Fix log function used in sum dampener
Steven Baltakatei Sandoval [Sun, 31 Oct 2021 22:28:08 +0000 (22:28 +0000)]
fix(bktemp-updateLoopPI):Fix log function used in sum dampener

2 years agofix(bktemp-updateloopPI):Add integral sum spike dampener
Steven Baltakatei Sandoval [Sun, 31 Oct 2021 22:16:49 +0000 (22:16 +0000)]
fix(bktemp-updateloopPI):Add integral sum spike dampener

2 years agofeat(bktemp-updateLoopPI):write cv bias to tmpdir
Steven Baltakatei Sandoval [Sun, 31 Oct 2021 04:16:27 +0000 (04:16 +0000)]
feat(bktemp-updateLoopPI):write cv bias to tmpdir

2 years agostyle(bktemp-updateLoopPI):add function comment
Steven Baltakatei Sandoval [Sun, 31 Oct 2021 04:10:40 +0000 (04:10 +0000)]
style(bktemp-updateLoopPI):add function comment

2 years agofeat(bktemp-updateLoopPI):Add argument for initial CV bias
Steven Baltakatei Sandoval [Sun, 31 Oct 2021 04:08:05 +0000 (04:08 +0000)]
feat(bktemp-updateLoopPI):Add argument for initial CV bias

- note: Additinoal argument helps prevent initial jerk caused by high
  initial error if set to correct value.

2 years agoMerge branch 'develop' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop
Steven Baltakatei Sandoval [Sun, 31 Oct 2021 03:41:53 +0000 (03:41 +0000)]
Merge branch 'develop' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop

2 years agofeat(unitproc):Add PI loop updater
Steven Baltakatei Sandoval [Sun, 31 Oct 2021 03:41:31 +0000 (03:41 +0000)]
feat(unitproc):Add PI loop updater

2 years agofeat(unitproc/bktemp-initGitRepo):Fetch remote branches after pull
Steven Baltakatei Sandoval [Thu, 14 Oct 2021 01:00:20 +0000 (01:00 +0000)]
feat(unitproc/bktemp-initGitRepo):Fetch remote branches after pull

2 years agofeat(unitproc/octave/invgaurnd.m):Add inverse gaussian generator
Steven Baltakatei Sandoval [Wed, 11 Aug 2021 13:02:40 +0000 (13:02 +0000)]
feat(unitproc/octave/invgaurnd.m):Add inverse gaussian generator

- note: Is GNU octave function based on `normrnd.m` file from
  'statistics' package (see
  https://gnu-octave.github.io/packages/statistics ).
- Tested with GNU Octave 4.4.1

2 years agofeat(u/p/sleepRand.py):Add --upper bound option
Steven Baltakatei Sandoval [Mon, 9 Aug 2021 12:15:38 +0000 (12:15 +0000)]
feat(u/p/sleepRand.py):Add --upper bound option

- note: option added in case user wishes to limit maximum possible
  delay generated.

2 years agochore(u/p/sleepRand.py):Update comments
Steven Baltakatei Sandoval [Sun, 8 Aug 2021 08:04:30 +0000 (08:04 +0000)]
chore(u/p/sleepRand.py):Update comments

2 years agochore(u/p/bktemp-parseArgs):Add version number
Steven Baltakatei Sandoval [Sun, 8 Aug 2021 07:51:55 +0000 (07:51 +0000)]
chore(u/p/bktemp-parseArgs):Add version number

2 years agofeat(u/p/bktemp-parseArgs):Add example parseArgs python3 script
Steven Baltakatei Sandoval [Sun, 8 Aug 2021 07:48:32 +0000 (07:48 +0000)]
feat(u/p/bktemp-parseArgs):Add example parseArgs python3 script

- note: made using sleepRand.py as template

2 years agofeat(u/p/sleepRand.py):Add argparse, logging functionality
Steven Baltakatei Sandoval [Sun, 8 Aug 2021 07:40:30 +0000 (07:40 +0000)]
feat(u/p/sleepRand.py):Add argparse, logging functionality

- argparse: - Accepts lambda factor with -p option
            - Accepts mean seconds as first positional argument
    - Accepts verbosity factor with -v or -vv options
- logging: - Add debug and error messages to stderr using verbosity
            - factor from argparse

2 years agostyle(unitproc/../sleepRand.py):Move output spread adj to top
Steven Baltakatei Sandoval [Wed, 4 Aug 2021 11:50:24 +0000 (11:50 +0000)]
style(unitproc/../sleepRand.py):Move output spread adj to top

2 years agodoc(unitproc/.../sleepRand.py): Add comments
Steven Baltakatei Sandoval [Wed, 4 Aug 2021 11:46:38 +0000 (11:46 +0000)]
doc(unitproc/.../sleepRand.py): Add comments

2 years agoMerge branch 'develop' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop
Steven Baltakatei Sandoval [Wed, 4 Aug 2021 11:36:26 +0000 (11:36 +0000)]
Merge branch 'develop' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop

2 years agofeat(unitproc/python):Add sleepRand.py
Steven Baltakatei Sandoval [Wed, 4 Aug 2021 11:35:48 +0000 (11:35 +0000)]
feat(unitproc/python):Add sleepRand.py

- note: sleeps for random amount of time using inverse gaussian
  distribution.

2 years agoMerge branch 'master' into develop
Steven Baltakatei Sandoval [Thu, 29 Jul 2021 13:17:56 +0000 (13:17 +0000)]
Merge branch 'master' into develop

2 years agofeat(unitproc):bkagedecrypt - age decryption tool
Steven Baltakatei Sandoval [Thu, 29 Jul 2021 12:37:05 +0000 (12:37 +0000)]
feat(unitproc):bkagedecrypt - age decryption tool

2 years agofeat(unitproc/bktemp-checkInt):Add integer check function
Steven Baltakatei Sandoval [Wed, 28 Jul 2021 05:47:07 +0000 (05:47 +0000)]
feat(unitproc/bktemp-checkInt):Add integer check function

2 years agoMerge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev
Steven Baltakatei Sandoval [Wed, 28 Jul 2021 03:30:28 +0000 (03:30 +0000)]
Merge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev

2 years agofeat(unitproc/bkbtcblockslock):btc block clock
Steven Baltakatei Sandoval [Wed, 28 Jul 2021 03:29:44 +0000 (03:29 +0000)]
feat(unitproc/bkbtcblockslock):btc block clock

2 years agofeat(unitproc/bktemp-randFloat):random float string generator
Steven Baltakatei Sandoval [Wed, 28 Jul 2021 02:30:59 +0000 (02:30 +0000)]
feat(unitproc/bktemp-randFloat):random float string generator

2 years agofeat(unitproc/bktemp-initGitrepo):Only fast-forward pulls
Steven Baltakatei Sandoval [Wed, 21 Jul 2021 11:12:24 +0000 (11:12 +0000)]
feat(unitproc/bktemp-initGitrepo):Only fast-forward pulls

2 years agoMerge tag '0.4.7'
Steven Baltakatei Sandoval [Sat, 17 Jul 2021 00:14:44 +0000 (00:14 +0000)]
Merge tag '0.4.7'

feat(unitproc):create bktemp-processArgs

# gpg: Signature made Tue 13 Jul 2021 10:15:43 PM GMT
# gpg:                using RSA key 38F96437C83AC88E28B7A95257DA57D9517E6F86
# gpg: Good signature from "Steven Sandoval <baltakatei@gmail.com>" [ultimate]
# gpg:                 aka "Steven Sandoval <baltakatei@alumni.stanford.edu>" [ultimate]
# Primary key fingerprint: 3457 A265 922A 1F38 39DB  0264 A0A2 95AB DC34 69C9
#      Subkey fingerprint: 38F9 6437 C83A C88E 28B7  A952 57DA 57D9 517E 6F86

2 years agochore(bktemp-yellDieTry):Add version, comments
Steven Baltakatei Sandoval [Sat, 17 Jul 2021 00:11:20 +0000 (00:11 +0000)]
chore(bktemp-yellDieTry):Add version, comments

2 years agoMerge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev
Steven Baltakatei Sandoval [Fri, 16 Jul 2021 23:52:55 +0000 (23:52 +0000)]
Merge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev

2 years agofeat(unitproc):Add bktemp-yellDieTry
Steven Baltakatei Sandoval [Fri, 16 Jul 2021 23:52:37 +0000 (23:52 +0000)]
feat(unitproc):Add bktemp-yellDieTry

2 years agofeat(unitproc):Add bktemp-processArgs 0.4.7
Steven Baltakatei Sandoval [Tue, 13 Jul 2021 22:12:38 +0000 (22:12 +0000)]
feat(unitproc):Add bktemp-processArgs

- feat(unitproc):Add bktemp-showUsage as symlink to bktemp-processArgs
- feat(unitproc):Add bktemp-showVersion as symlink to
    bktemp-processArgs
- chore(unitproc):Minor comment formatting of bktemp-checkAppFileDir
- feat(vbm):Change bktemp-vbm to use `opVerbose` instead of
    `optionVerbose`

2 years agoMerge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop 0.4.6
Steven Baltakatei Sandoval [Mon, 21 Jun 2021 20:44:17 +0000 (20:44 +0000)]
Merge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev into develop

2 years agoupdate(unitproc:bkvideo2webm):Rename, add example
Steven Baltakatei Sandoval [Sat, 12 Jun 2021 21:53:21 +0000 (21:53 +0000)]
update(unitproc:bkvideo2webm):Rename, add example

2 years agofeat(sysutils):Add script to output current second (iso-8601)
Steven Baltakatei Sandoval [Fri, 28 May 2021 19:33:02 +0000 (19:33 +0000)]
feat(sysutils):Add script to output current second (iso-8601)

2 years agofeat(sysutils):Add script that outputs current minute (iso-8601)
Steven Baltakatei Sandoval [Fri, 28 May 2021 19:27:53 +0000 (19:27 +0000)]
feat(sysutils):Add script that outputs current minute (iso-8601)

3 years agofix(unitproc:initGitRepo):Improve usability 0.4.5
Steven Baltakatei Sandoval [Sun, 4 Apr 2021 17:42:32 +0000 (17:42 +0000)]
fix(unitproc:initGitRepo):Improve usability

- Remove 4-second sleep
- Add console horizontal line

3 years agofeat(unitproc):Add bkuptime 0.4.4
Steven Baltakatei Sandoval [Sun, 28 Mar 2021 15:25:56 +0000 (15:25 +0000)]
feat(unitproc):Add bkuptime

- Add bkuptime, which is like running `uptime` but with ISO-8601 time period

3 years agofix(unitproc:bktemp-initGitRepo):Fix repoDir 0.4.3
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 12:41:00 +0000 (12:41 +0000)]
fix(unitproc:bktemp-initGitRepo):Fix repoDir

3 years agofix(unitproc:bktemp-initGitRepo):Comments
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 12:36:41 +0000 (12:36 +0000)]
fix(unitproc:bktemp-initGitRepo):Comments

3 years agostyle(unitproc:bktemp-initGitRepo):Comments
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 12:35:47 +0000 (12:35 +0000)]
style(unitproc:bktemp-initGitRepo):Comments

3 years agofeat(unitproc:bktemp-initGitRepo):Add bash script to init git repos
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 12:33:21 +0000 (12:33 +0000)]
feat(unitproc:bktemp-initGitRepo):Add bash script to init git repos

3 years agofix(unitproc:bktemp-checkURL):Fix typo 0.4.2
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 10:33:40 +0000 (10:33 +0000)]
fix(unitproc:bktemp-checkURL):Fix typo

3 years agofeat(.gitignore):Add ignore list 0.4.1
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 10:29:43 +0000 (10:29 +0000)]
feat(.gitignore):Add ignore list

3 years agofeat(unitproc):Add bktemp-checkURL
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 10:28:44 +0000 (10:28 +0000)]
feat(unitproc):Add bktemp-checkURL

Bash function that determines if string is a valid URL

3 years agochore(prvt):Update private module
Steven Baltakatei Sandoval [Tue, 23 Mar 2021 10:28:34 +0000 (10:28 +0000)]
chore(prvt):Update private module

3 years agostyle(unitproc/bktemplate):Use BEGIN/END comment markers
Steven Baltakatei Sandoval [Thu, 4 Mar 2021 23:15:07 +0000 (23:15 +0000)]
style(unitproc/bktemplate):Use BEGIN/END comment markers

3 years agoupdate(README):Clarify `user` directory 0.4.0
Steven Baltakatei Sandoval [Thu, 4 Mar 2021 23:03:03 +0000 (23:03 +0000)]
update(README):Clarify `user` directory

It is a directory meant to contain scripts regularly called directly
by user.

3 years agochore(prvt):Update private repo
Steven Baltakatei Sandoval [Thu, 4 Mar 2021 05:33:23 +0000 (05:33 +0000)]
chore(prvt):Update private repo

3 years agofeat(sysutils:bkStConflictFinder):Add Bash script
Steven Baltakatei Sandoval [Thu, 28 Jan 2021 04:37:53 +0000 (04:37 +0000)]
feat(sysutils:bkStConflictFinder):Add Bash script

3 years agofeat(sysutils:bkBundleDir.sh):Add script to auto bundle git repos
Steven Baltakatei Sandoval [Tue, 26 Jan 2021 23:35:19 +0000 (23:35 +0000)]
feat(sysutils:bkBundleDir.sh):Add script to auto bundle git repos

Script takes no options for simplicity.

3 years agochore(TODO):Update
Steven Baltakatei Sandoval [Tue, 26 Jan 2021 23:31:31 +0000 (23:31 +0000)]
chore(TODO):Update

3 years agochore(prvt):Update
Steven Baltakatei Sandoval [Tue, 26 Jan 2021 07:21:29 +0000 (07:21 +0000)]
chore(prvt):Update

3 years agostyle(unitproc/bknpass):Comment style
Steven Baltakatei Sandoval [Sat, 23 Jan 2021 04:36:37 +0000 (04:36 +0000)]
style(unitproc/bknpass):Comment style

3 years agofeat(unitproc:bknpass):Change bknpass to use bech32 base32 charset
Steven Baltakatei Sandoval [Sat, 23 Jan 2021 03:48:22 +0000 (03:48 +0000)]
feat(unitproc:bknpass):Change bknpass to use bech32 base32 charset

3 years agofeat(unitproc:bknpass):Add adjusable-length password generator
Steven Baltakatei Sandoval [Sat, 23 Jan 2021 03:39:34 +0000 (03:39 +0000)]
feat(unitproc:bknpass):Add adjusable-length password generator

Takes integer input specifying number of bits of entropy to be encoded
in output string.

3 years agofeat(TODO.org):Add TODO list 0.3.0
Steven Baltakatei Sandoval [Thu, 14 Jan 2021 00:00:36 +0000 (00:00 +0000)]
feat(TODO.org):Add TODO list

3 years agofeat(sysutils):Add sysutils and some dir renaming script
Steven Baltakatei Sandoval [Wed, 13 Jan 2021 22:52:25 +0000 (22:52 +0000)]
feat(sysutils):Add sysutils and some dir renaming script

3 years agodoc(README.org):Add README and ABOUT files
Steven Baltakatei Sandoval [Wed, 13 Jan 2021 22:52:04 +0000 (22:52 +0000)]
doc(README.org):Add README and ABOUT files

3 years agoedit(unitproc:bkmvln):Customize
Steven Baltakatei Sandoval [Wed, 13 Jan 2021 22:51:33 +0000 (22:51 +0000)]
edit(unitproc:bkmvln):Customize

3 years agoadd(unitproc:bkmvln):Import symbolic link move script
Steven Baltakatei Sandoval [Tue, 12 Jan 2021 02:52:16 +0000 (18:52 -0800)]
add(unitproc:bkmvln):Import symbolic link move script

https://github.com/tpo/little_shell_scripts

3 years agofix(bkdstcountdown):Fix error when script run after last discont
Steven Baltakatei Sandoval [Thu, 31 Dec 2020 21:13:00 +0000 (21:13 +0000)]
fix(bkdstcountdown):Fix error when script run after last discont

Script was giving erroneous output if run during time period after a
year's last timezone discontinuity (e.g. PDT>PST in November in
America/Los_Angeles) and before the next year starts.

3 years agofeat(unitproc):Add elisp function def for reversing text.
Steven Baltakatei Sandoval [Tue, 17 Nov 2020 02:17:42 +0000 (02:17 +0000)]
feat(unitproc):Add elisp function def for reversing text.

See: https://emacs.stackexchange.com/a/38159

new file:   unitproc/elisp/my-reverse-region.el

3 years agofeat(unitproc):Add py function to expand/reduce numeric lists
Steven Baltakatei Sandoval [Wed, 11 Nov 2020 22:27:19 +0000 (22:27 +0000)]
feat(unitproc):Add py function to expand/reduce numeric lists

 Changes to be committed:
modified:   unitproc/python/bktemp-subsetExpandReduce.py