Skip to content

Instantly share code, notes, and snippets.

View USA-RedDragon's full-sized avatar

Jacob McSwain USA-RedDragon

View GitHub Profile
package com.mcswainsoftware.substitute.structs;
import java.io.Serializable;
import java.util.ArrayList;
public class LayersPackage implements Serializable {
private String name, developer, enabled, pkg;
private String logoUri;
private long lastModified;
private ArrayList<String> supportedApps;
package com.mcswainsoftware.substitute.utils;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
public class Root {
#include <pigpio.h>
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv) {
//Holder for waiting on enter
char s[3];
//Number of arguments, first being program name
if(argc != 4) {
#!/bin/bash
# Install Dnsmasq and configure it to forward requests for a specific domain to Consul. This script has been tested
# with the following operating systems:
#
# 1. Ubuntu 16.04
# 2. Amazon Linux
set -e
readonly DEFAULT_CONSUL_DOMAIN="consul"
@USA-RedDragon
USA-RedDragon / giphy.4.gif
Created May 9, 2019 21:55
Gist for giphy.4.gif. Generated by `crop-github-images-cli`.
Placeholder for giphy.4.gif.
@USA-RedDragon
USA-RedDragon / giphy.3.gif
Created May 9, 2019 21:55
Gist for giphy.3.gif. Generated by `crop-github-images-cli`.
Placeholder for giphy.3.gif.
@USA-RedDragon
USA-RedDragon / giphy.5.gif
Created May 9, 2019 21:55
Gist for giphy.5.gif. Generated by `crop-github-images-cli`.
Placeholder for giphy.5.gif.
@USA-RedDragon
USA-RedDragon / giphy.0.gif
Created May 9, 2019 21:55
Gist for giphy.0.gif. Generated by `crop-github-images-cli`.
Placeholder for giphy.0.gif.
@USA-RedDragon
USA-RedDragon / giphy.1.gif
Created May 9, 2019 21:55
Gist for giphy.1.gif. Generated by `crop-github-images-cli`.
Placeholder for giphy.1.gif.
@USA-RedDragon
USA-RedDragon / giphy.2.gif
Created May 9, 2019 21:55
Gist for giphy.2.gif. Generated by `crop-github-images-cli`.
Placeholder for giphy.2.gif.