I am using the VLC media player on windows 10. When I used the file and stream using the HTTP on port 9000 it worked perfectly. I have port forwarding setup on the Router for both ports for the IP address of my windows 10 laptop on port 9000. LOCAL […]
Blog
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 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 […]
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 […]
Over the last decade, the use of artificial neural networks (ANNs) has increased considerably. People have used ANNs in medical diagnoses, to predict Bitcoin prices, and to create fake Obama videos! With all the buzz about deep learning and artificial neural networks, haven’t you always wanted to create one for […]
A package to automatically restart PHP application once the source code changes. Can be very useful for developing long-running PHP applications