Principal Software Engineer | Consultant CTO | Nonprofit founder
-
Technical Penguins | 8th Light
- Phoenix, AZ
- https://kait.dev
- https://bsky.app/profile/kait.dev
- @[email protected]
Highlights
- Pro
Pinned Loading
-
An AJAX validator mini-library that ...
An AJAX validator mini-library that can be used with PristineJS 1/** usage */
23var form = document.getElementById('formId');
4var ajaxValidator = AjaxValidator(form);
5ajaxValidator.add_field('fieldId', {url: '/url/to/validate/againt/{value}', message: 'Message to show user if it doesn\'t validate});
-
Make Vagrant Great Again, or: Down I...
Make Vagrant Great Again, or: Down Is the Frigging Antonym of Up, and Other Useful Things. 1# Better Vagrant Commmands
23The purpose of this shell command is to make the vagrant commands
451) slightly easier to use if you're not already in the Vagrant directory
-
PopOS enhanced session install.sh
PopOS enhanced session install.sh 1#!/bin/bash
23#
4# This script is for Ubuntu 20.04 Focal Fossa to download and install XRDP+XORGXRDP via
5# source.
-
Small vanilla JS helper to create DO...
Small vanilla JS helper to create DOM elements with one command 1function DomEl(creationString) {
2var elType = creationString.match(/^(\w+)*/g);
3var classes = creationString.match(/\.([^\s\.\#\[]*)/g);
4var id = creationString.match(/\#([^\s\.\[]*)/g);
5var attributes = creationString.match(/\[([^\]]*)/g);
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.