Robot Framework
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
Thursday, March 28, 2019
Tuesday, March 19, 2019
Wednesday, March 06, 2019
GITHUB location for vRealize PowerShell Automation
GITHUB location for vRealize PowerShell Automation:
https://github.com/jakkulabs
https://github.com/jakkulabs
Thursday, February 28, 2019
Thursday, January 17, 2019
Friday, January 04, 2019
Audacity
Audacity D/L for Windows:
https://www.audacityteam.org/download/
Editing Existing Audio File:
https://manual.audacityteam.org/man/tutorial_editing_an_existing_file.html
Other Open Source Audio/Visual Tools:
https://wiki.audacityteam.org/wiki/Other_Open_Source_Audio_and_Audio-Visual_Applications
Especially, SoX (Sound eXchange):
http://sox.sourceforge.net
https://sourceforge.net/projects/sox/files/sox/ (SoX D/L page)
Rarewaves (to get need libraries that work with SoX)
http://www.rarewares.org/index.php
LIBMAD
https://www.underbit.com/products/mad/
https://www.audacityteam.org/download/
Editing Existing Audio File:
https://manual.audacityteam.org/man/tutorial_editing_an_existing_file.html
Other Open Source Audio/Visual Tools:
https://wiki.audacityteam.org/wiki/Other_Open_Source_Audio_and_Audio-Visual_Applications
Especially, SoX (Sound eXchange):
http://sox.sourceforge.net
https://sourceforge.net/projects/sox/files/sox/ (SoX D/L page)
Rarewaves (to get need libraries that work with SoX)
http://www.rarewares.org/index.php
LIBMAD
https://www.underbit.com/products/mad/
Friday, November 30, 2018
3D Print Stuff (20181130)
https://www.autodesk.com/products/fusion-360/overview
And a "Slicer"
Also, see: OpenSCAD and Meshmixer
https://www.openscad.org
http://www.meshmixer.com
Protolabs
https://www.protolabs.com
Xometry (on-demand manufacturer)
https://www.xometry.com
3D Hubs (on-demand manufacturer)
https://www.3dhubs.com
3MF Consortium
https://3mf.io
Subscribe to:
Posts (Atom)