Over the many years I have done graphics I have worked on BeOS, Linux, Mac, and Windows. Needless to say, I have software all over the place for all four OSes. On Windows and Mac I think Adobe is the best option by far for the plug-ins, brushes, and ease…
Python3 Gtk3 Thread Example
Quick Python3 Gtk3 app to execute Python scripts to test long running threads in Gtk3 app. Some things could be better, like the python paths collection and displaying the PID, but I was focused on running threads without freezing the GUI and it just kind of happened. Hope it’s useful…
Create mov,mp4 thumbnails from Python3
I was working on a Gtk 3 project to roll up all my iPhone videos into a flowbox for easy locating and processing since iPhone doesn’t name things in a meaningful way and photo managers dump things into not so meaningful folders, thumbnails was a must to locate videos easily….
GTK3 Calendar dialog example in Python.
Open a calendar in a Gtk window and get the user’s selected values in the main App class.
System 76 Oryx Pro Host Virtualization
Preview of OS X and Windows 10 virtualized on a June 2018 Oryx Pro laptop in VMWare Player. Your browser does not support the video tag.1920×1080 MP4
Brightness fix on System 76 Oryx Pro
Backlight Fix System 76 Oynx Pro (2018) GTX1060 update 04/22/2023 System76 put out excellent docs on this while I was running another Linux distribution. This works great on my older Oyrx pro. I get working hybrid graphics with keyboard back-light and screen brightness control. Plus all the other System 76…
Krita and the accidental painting.
It has been a long time since I checked out Krita. I Painted this in Krita 3.1.1 on Mac Yosemite, versions for Windows as well and of course Linux; all are free. The bird took about six hours, give or take, and the program was not shut down for two…
Convert PostScript to PDF from D lang calling GhostScript ps2pdf.
I’m learning D. I know, I am a program language hopper. This code provides working examples of getopts, concurrency, and a process call to convert PostScript to PDF using GhostScript in the D language.
Gambas 3 TreeView and TabStrip Example Code
I sometimes play around with Xojo and PureBasic for quick and simple GUI apps since the interface designers are convenient and the language makes for easy coding. I was checking out Gambas 3 and found it to be fairly good but lacking in a lot of examples. I was messing…
Install Virtuoso 6.1.6 for use with Python 3 on LinuxMint 18
Install the following from the Software Manager (use apt if you prefer): Virtuoso-opensourceVirtuoso-serverVirtuoso-vad-conductorVirtuoso-vad-isparqlVirtuoso-vsp-startpageVirtuoso-opensource-6.1Virtuoso-opensource-6.1-binVirtuoso-opensource-61-commonUnixodbcLibvirtodbc0 Download zip and Install PyODBC from https://github.com/maparent/pyodbc/tree/v3-virtuoso Unzip, cd into the expended folder, then type: $ sudo python setup.py build install Add the following in the odbc.ini: $ sudo nano /etc/odbc.ini Add the following and save it….