If you have any problems with your Bluetooth Keyboard or mouse: try to change the behavior in power mode: Go to Control Panel / Hardware […]
Continue readingAuthor: Ed Leijnse
Python – reading Outlook mails
Github Project https://github.com/edleijnse/mailReader In this project you’ll find a sample how to read items from Outlook, select some of them and save attachments to a […]
Continue readingPython – read Word documents
Project: https://github.com/edleijnse/wordDocumentReader In this Python script you’ll find a sample how to traverse a directory with subdirectories, select Word document, extract the texts and make […]
Continue readingWordPress – Webshop with Ninja Forms and NF Views
If you want to have a flexible Webshop where the shop owner can add easily products / payments: then read this post! I’ll explain two […]
Continue readingWindowing Techniques for Windows
https://uk.pcmag.com/migrated-3765-windows-10/87827/how-to-organize-your-desktop-with-windows-10-snap-assist The most simple way to move windows to the right or left side (or middle):Windows-Key + Arrow-Key (Left, Right, Up, Down) If you want […]
Continue readingWindowing techniques for MAC
https://support.apple.com/et-ee/guide/mac-help/mchlp2469/mac Copied form Apple support above: Move a window to one side of the screen: Press and hold the Option key while you move the pointer […]
Continue readingRemote Access from Mac to Windows
If you want to access your Windows PC (or Laptop) you can use software from Microsoft (Microsoft remote access). Here are the steps how you […]
Continue readingRemote Access from Windows to Mac and vice versa
The easiest way to realize a remote access from your Windows PC (or even a Tablet) to your Mac offers Parallels.com: https://www.parallels.com/products/access/ It is an […]
Continue readingTI-84 Python development sample
Preparation (optional) Get sample code from GITHUB here Open Pycharm (or another editor) and create a project from the GITHUB linkTip: close all projects first […]
Continue readingTI-84 programming Python – Mastermind
In this project you’ll learn how to adapt source-code to TI-84.I’ve used this code as a base: Mastermind The gameIf you want to play the […]
Continue reading