Pinned Repositories
Apaxy
A simple, customisable theme for your Apache directory listing.
docker-dnsmasq
Repository for building a dnsmasq container
docker-php-7.2-pthreads
The source code for building the ubuntu16.04-pthreads-7.2 dockerhub image for pthreads in PHP 7.2
Docker-Slim3-PHP-WebApp-Template
A template to kick off a dockerized website built in PHP.
KVM-Command-Generator
CLI tool to simplify managing an Ubuntu 16.04 KVM host.
PHP-MySQL-Session-Handler
PHP 7.0+ MySQL Session Handler
rabbitmq-job-queue-demo
A repository to hold the code for a tutorial on RabbitMQ job queues with PHP
tutorial-css-grid-for-rendering-tables
A demonstration codebase for showing the use of CSS grids for rendering a table of data and allowing frozen headers.
tutorial-css-grid-layout-gallery
The source code for a video/tutorial I made on CSS grid layouts.
zfs-balancer
php script created in order to try and balance a ZFS RAID array that was built over time by adding drives to the pool over time.
programster's Repositories
programster/docsify-server
A project to make it easey to deploy Docsify through Docker.
programster/openlayers-tiles-demo
A project for demonstrating getting a map going, and demonstrating/filtering all the possible tile sources I can find.
programster/package-orm-generator
A PHP package to create ORM files for your MySQL database.
programster/dockerized-laravel-5
Dockerized version of the laravel 5 framework for easy deployment
programster/dockerized-laravel-9
A dockerized version of Laravel 9.
programster/mailtrain
Self hosted newsletter app
programster/package-docker-compose
A package to make it quick and easy to build complex docker-compose files without making a mistake.
programster/package-mysql-objects
Package to turn MySql tables into generic objects similar to an ORM.
programster/tutorial-es6-module-demo
A demonstration of using ES6 Javascript modules
programster/amazon-cognito-sso-demo
This is codebase demonstrates integrating a PHP-based web service with Amazon Cognito for an OIDC SSO.
programster/click_that_hood
A game where users must identify a city's neighborhoods as fast as possible
programster/demo-postgresql-queue
This demonstrates a PHP codebase making use of a PostgreSQL database as a FIFO queue without table locking.
programster/dockerized-laravel-8
Dockerized version of Laravel 8 running PHP 8.0
programster/example-python-pakage
programster/jQuery-Query-Builder-Starter
A template/starter for getting jQuery query builder running.
programster/model-builder
An unfinished project for creating calculation models that could be executed in a highly parallelized manner.
programster/package-cli-menu
PHP package for terminal menus
programster/package-harvest-sdk
A package to make it easy to interface with the Harvest API
programster/package-harvest-sdk-guzzle-driver
A Guzzle-based driver for the harvest SDK
programster/package-http-codes
A package for PHP making it easier to find the HTTP code you need.
programster/package-jira-sdk
A PHP package to facilitate interfacing with the JIRA API.
programster/package-json-schema-creator
A package to make it quick and easy to put together a JSON schema.
programster/package-query-builder-parser
PHP package for parsing the output of jQuery QueryBuilder.
programster/package-upload-file-manager
A package to make it easy to deal with upload files.
programster/python-webserver-examples
Examples of running a Python-based website using different webservers.
programster/spring-boot-postgresql-REST-API-demo
A startup Spring Boot REST API that connects to PostgreSQL
programster/swoole-slim4-webserver-starter-kit
A starter kit for deploying a Swoole + Slim 4 web application.
programster/tutorial-jenkins-gitlab-flow-pipeline
A sample codebase for tutorial(s) on setting up Jenkins for CI/CD of a Gitlab Flow style repository whereby there are named environment branches for staging/production, and the credentials/configuration options need to be stored/provided by the Jenkins server.
programster/tutorial-mysql-buffering
A codebase for demonstrating the loading of a large amount of data into a set of buffer tables with foreign-keys before swapping those over to become the primary ones.
programster/tutorial-passbolt-docker
A project to make it much easier to deploy Passbolt through Docker.