I run python3 code in pyCharm and i would like to try out Geany. Using Linux Mint. My problem is that it creates .pyc pythonC files in the directory it is working in. (I realise this could be a problem of the python version, but it uses the same version […]
Daily Archives: October 20, 2019
I am working on adding support for interactive Toast notifications to an Electron app on Windows 10 version 1903. I am following this guide to get an idea of what’s required: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl but the registration is being handled by the electron-windows-interactive-notifications package with step 7 (displaying the notification) being managed […]
I want to indicate each superscript in an existing word document with the ^ symbol. I also want to indicate subscripts by the underline character _.
I’m attempting to make a realtime voice changer to make me sound like a turian (from Mass Effect). What I’d like to do, is take input from the mic, split it into two channels, lower the pitch on both but apply flanging to only one, and then mix them back […]