- https://ardupilot.org/ (ARDUPilot)
- https://diydrones.com/
- https://diydrones.com/group/minneapolis-minnesota-fly-club (MPLS Fly Club)
- https://www.youtube.com/@MrSteeleFPV (Mr. Steele FPV)
- https://px4.io/ (PX4)
- https://store.mrobotics.io/
Monday, February 05, 2024
Drone Club/Info
Wednesday, January 31, 2024
Monday, January 01, 2024
AI Hands On
- https://bard.google.com/ (Bard Google)
- https://www.bing.com/ (Bing Chat by Microsoft)
- https://chat.openai.com/ (Chatgpt OpenAI)
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
Models / Datasets / Applications
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:
Monday, September 19, 2022
Friday, September 09, 2022
Monday, January 10, 2022
Monday, January 03, 2022
Wednesday, December 22, 2021
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
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
https://cve.mitre.org
NVD - National Vulnerabiltiy Database
https://nvd.nist.gov
Monday, July 01, 2019
Comparing Oracle Schemas With Python
Comparing Oracle Schemas (Python)
http://code.activestate.com/recipes/576534-dump-oracle-db-schema-to-text/
Code in ActiveState Code Recipes
https://github.com/ActiveState/code
Another Dump Oracle Schema Example
https://gist.github.com/mvaz/2081522
http://code.activestate.com/recipes/576534-dump-oracle-db-schema-to-text/
Code in ActiveState Code Recipes
https://github.com/ActiveState/code
Another Dump Oracle Schema Example
https://gist.github.com/mvaz/2081522
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
https://kivy.org
Kivy Documentation
https://github.com/kivy/kivy/wiki
Python to C Compiler
https://github.com/cython
Wednesday, April 24, 2019
Tuesday, April 16, 2019
Robust Home Security Vacuum
- Centralized, Protected Recorder
- Common Android devices (openness)
- Cooperating Neighbors (mesh between?)
- Example Android Mesh Apps: https://mashtips.com/android-offline-messaging-apps/
- Mesh Network https://en.wikipedia.org/wiki/Mesh_networking
- Minimal Mesh App https://github.com/RightMesh/HelloMesh
- Wireless Mesh Network https://en.wikipedia.org/wiki/Wireless_mesh_network
Wednesday, April 10, 2019
Subscribe to:
Posts (Atom)