Category: Uncategorized
-
Quick Installer for Woocommerce
I need to spin up installations for development, so I came up with this. It requires some other setup, like /etc/hosts, and /etc/nginx, and installing some certificates. All the relevant files, including this script are in wc/installer.
-
WordPress and JSON Schemas Noob Notes
Learning the basics about validating inputs using JSON Schemas in WordPress REST API plugins.
-
Websocket Chat Server Examples
Collecting links to example code implementing minimal chat servers on different libraries. Ratchet, PHP ws, nodejs, deadsimplechat ws, nodejs, tutorial by Sentre ws, nodejs, codeboxx fastAPI, python, FastAPI Websocket Chat Example fastAPI, python, tutorial by Benchoubani django channels, python,…
-
Turn Audio Links into inline audio players
This is a fork of https://greasyfork.org/users/8668, modified to work with a platform I’m working for. It adds a small Play button next to links to audio. To use it, you load the page, and then wait several seconds. This…
-
Online Editors with Compilers for Different Computer Languages
Online code editors with compilers are a great way to learn a computer language without going through the hassles of installing it on your computer. You can code anywhere you can bring up a web browser. https://www.programiz.com/c-programming/online-compiler/ https://www.onlinegdb.com/ https://www.tutorialspoint.com/compile_c_online.php…
-
Problems Importing CSV into Google Contacts
I had a lot of problems importing a list from AirTable into Google Contacts.
-
Adding Google OAuth Authentication to the Symfony HWI OAuth Bundle
This is based on the tutorial included with the bundle, with a few changes to work with the current configurations included with the bundle. We’ll use the HWI OAuth Bundle and Symfony to create an application that gets auser…
-
IP Address Change, DNS, Icecast2, Ezstream
Symptom: the system sometimes comes up, and sometimes fails. There’s a nest of dependencies, but the fix is really simple: more DNS servers. Our IP addresses are being changed, and I’ve gone through the process of changing them in…
-
Python Data Science Study
Finally, I have some reason to study this. I had been using R sporadically, but a lot of less advanced work is done in Python. I am not advanced, nor intermediate, nor even really a beginner at stats… so…