Skip to content

Instantly share code, notes, and snippets.

View ADRFranklin's full-sized avatar
😎
Working with Go/Rust and JS/TS

JustMichael ADRFranklin

😎
Working with Go/Rust and JS/TS
  • Leicestershire, UK
View GitHub Profile

Keybase proof

I hereby claim:

  • I am adrfranklin on github.
  • I am justmichael (https://keybase.io/justmichael) on keybase.
  • I have a public key ASCQqh1MLFSyT6bcfHvi5If9Q4qr5-CJRC94lBQ7kqaVTAo

To claim this, I am signing this object:

@ADRFranklin
ADRFranklin / appbox_installer.sh
Last active June 16, 2020 13:27 — forked from coder8338/appbox_installer.sh
Appbox installer for radarr, sonarr, flexget, filebot, couchpotato, sickrage, nzbget, nzbget, ombi, jackett & synclounge. See the first comment for instructions how to run!
#!/usr/bin/env bash
# Appbox installer for radarr, sonarr, flexget, filebot, couchpotato, sickrage, nzbget, nzbget, ombi, jackett & synclounge.
#
# Just run this on your Ubuntu VNC app via SSH or in the terminal (Applications > Terminal Emulator) using:
# sudo bash -c "bash <(curl -Ls https://gist.github.com/coder8338/a614f156c916b35becf11c53352b499a/raw)"
#
# I do not work for appbox, just a friendly user helping others out, I will try to keep this as update to date as possible!
set -e
set -u
@ADRFranklin
ADRFranklin / .pwn
Created April 13, 2019 15:40
Example of loading data from database with mysql plugin
// Load a houses's data
stock Error: LoadHouseRow(DBID: house_db_id)
{
inline handle()
{
// holds any errors we have
new errorInfo[1024];
// get the number of rows
new rows = cache_num_rows();