Write code from templates with the push of a button I have this system I like to use in Emacs for categorising and visualising custom hotkeys, when pressed these hotkeys run a corresponding macro, and inserts the expanded data into the current/last selected point in the editor. This is my attempt to implement a similar […]
Site News
Web Development
How this site is run?Hosting I rent a VPS from digital ocean, it’s running Ubuntu 18.04 and resources can be scaled as required, billed per second. They don’t pay me anything to advertise them and still I wholeheartedly recommend it. The VPS is configured for providing hosting to me and my clients, as well as a few cronjobs and […]
Code
mySQL
PHP
Web Development
PHP File UploadAutomatically generate a secure single page upload form in php/html. Form Filename: Upload Directory: Filetypes (CSV): Size Limit (Kb): Form Width (%): Bgcol: mySQL: MYSQL Settings: Host: Database: User: Password: As the form is made client-side none of this information is sent to the server Your password will remain private. ID: Name: Size: Date: Type: […]
Code
SVG
Web Development
SVG Horizontal Bar GeneratorHorizontal Bar 1 Choose your bars’ colors: Colour 1 Colour 2 Colour 3 Horizontal Bar 2 Circle Count: Circle Count Outline Thickness: Outline Thickness Choose your bars’ colors: Fill Start Fill End Outline Start Outline End Upcoming Here are a few more designs I’m working on but haven’t yet finished or made the form. I’ll […]
Code
JavaScript
Web Development
Wave DisplayI’m in the process of building a nice javascript class to display, play, and download audio files created dynamically from scripts on the page. Javascript Class Usage To create a new wave display instance you must provide a length and width in pixels, the caption, name (used for the classes), and the initial data, which […]
Code
JavaScript
Web Development
Dynamic Form InputI needed a nice user interface to allow me to share some synthesisers and audio programming work.The forms update dynamically and were originally designed to post directly to one or more Wave Display instances, however it obviously has many more applications.Sliders can be set with a custom range and unit, and their associated label will […]
Code
Python
Web Development
Python WordPress ClassA python script allowing you to access wordpress sites as their own class. One instance per site, for the user more comfortable in a class-centric object-oriented paradigm. I had wanted to connect to WordPress and do some site updates for clients from directly within python, I couldn’t find any wordpress library that wasn’t a hobby […]
0