Hints-Streamlit
Create a Navigation Menu or Bar Cache Option Adding CSS Styling
Complete List of Categories.
Create a Navigation Menu or Bar Cache Option Adding CSS Styling
Copy Paste Between Host and Virtual Machine Share Folders on virt-manager virtual machines Connect to Another Computer, RDP (not a virtual machine but a remote machine)
Random miscellaneous hints and instructions MPOW X3 Headphone Management Adding Beneficiary to an iBond Youtube Keyboard Shortcuts How to create a backup of your Sticky Notes To backup your Sticky Notes on Windows 10, do the following: Once you complete these steps, you can restore your notes on the same computer, or you can move…
Using xPath Examples in Practice
How to Deal With Files in Google Colab
Links to Websites that give hints or instructions. Testing Python Regular Expressions = https://pythex.org/ Testing XPath Queries = http://xpather.com/ Information on Python = https://softhints.com/ Use ChatGPT to Build a Low Code RegEx Generator = https://www.freecodecamp.org/news/use-chatgpt-to-build-a-regex-generator/ Public API = https://www.freecodecamp.org/news/public-apis-for-developers/ Python Automation Scripts = https://www.freecodecamp.org/news/python-automation-scripts/ Holy Python for Tutorials = https://holypython.com/ Cheat Sheet = https://devhints.io/ Diagram…
Fixing Numpy install errors and Panda install There are sometimes issues reported on Raspberry Pi setups when installing using pip3 install (or pip install). These will typically mention: Pandas Module for Merging Files # importing the moduleimport pandas # reading the filesf1 = pandas.read_excel(“registration details.xlsx”)f2 = pandas.read_excel(“exam results.xlsx”) # merging the filesf3 = f1[[“REGISTRATION NO”, “STUDENT EMAIL ID…
Uses for Borax: Magic Eraser from Mr. Clean Washing soda Window Cleaner
Installing Docker from git.docker.comFrom How to Install Docker Hints from Novatech’s Pi-Hosted Series Installing Home Assistant on Raspberry Pi in Docker Container Another Install option Default Port List when Using Portainer Docker Commands for Use in the Terminal Installing Portainer-CE on Ubunto How to Reset Portainer Password Using Docker Examples Great instructions for stopping docker…