Thursday, December 28, 2023

AI / LLMs Good For

  • Health (discern)
  • Math
  • Nutrition (discern)
  • Programming
  • Physics
  • Testing (computer f/w h/w s/w)

Sunday, December 17, 2023

Super AI Tools

 AI tools search

https://www.superaitools.io/

Models / Datasets / Applications

https://huggingface.co/

Slashdot LLMs on-prem

https://slashdot.org/software/large-language-models/on-premise/

Monday, February 20, 2023

Monday, January 23, 2023

Online Computer Science Courses

Computer Science course with video lectures:

https://github.com/Developer-Y/cs-video-courses

Self Taught education in Computer Science:

https://github.com/ossu/computer-science

Monday, September 19, 2022

Robot Framework

 Robot Framework

https://robotframework.org/

Friday, September 09, 2022

Pandas Data Science Tool

 Pandas Data Science Tool

https://pandas.pydata.org

Monday, January 10, 2022

Wednesday, December 08, 2021

Using openssl to conduct symmetric encrypt/decrypt (aes-256-cbc)

#Encrypt 

openssl aes-256-cbc -in $TARGZ_BASENAME -out $TARGZ_BASENAME.enc

#Decrypt

openssl aes-256-cbc -d -in $TARGZ_BASENAME.enc -out $TARGZ_BASENAME

Reference:

https://gist.github.com/fcoury/4890d7831d7e83ba1782

Friday, June 11, 2021

Test Anything Protocol (TAP)

Test Anything Protocol (TAP) 

 https://testanything.org

Sunday, March 29, 2020

Computer Security Vulnerability Reference Sites

CVE - Common Vulnerabilities and Exposures -
https://cve.mitre.org

NVD - National Vulnerabiltiy Database
https://nvd.nist.gov


Monday, July 01, 2019

Thursday, June 27, 2019

Kivy: Open Source Cross Platform Python Development

Kivy: Cross Platform Open Source Library (Python)
https://kivy.org

Kivy Documentation
https://github.com/kivy/kivy/wiki

Python to C Compiler
https://github.com/cython

Wednesday, April 24, 2019

TinkerCad

Tinkercad: https://www.tinkercad.com

Tuesday, April 16, 2019

Robust Home Security Vacuum


Wednesday, April 10, 2019

Thursday, March 28, 2019

Clonezilla

Clonezilla at home: https://clonezilla.org

Tuesday, March 19, 2019

Wednesday, March 06, 2019

GITHUB location for vRealize PowerShell Automation

GITHUB location for vRealize PowerShell Automation:
https://github.com/jakkulabs