Skip to content

Instantly share code, notes, and snippets.

View jessb321's full-sized avatar

Jess jessb321

  • Australia
  • 17:37 (UTC +10:00)
View GitHub Profile
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/felixlinker/ed-forge/master/src/validation/ShipObject.schema.json",
"title": "ShipObject",
"description": "This schema describes a part of ship builds as returned from the Journal API in Elite: Dangerous",
"type": "object",
"properties": {
"Ship": {
"description": "The type of the ship, e.g. cutter.",
"type": "string"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Terrain</title>
</head>
<body style='background: #000'>
<canvas id='display' width='1' height='1' />
@jessb321
jessb321 / coriolis.json
Created October 20, 2018 23:33
Coriolis backup
{
"builds": {
"federal_assault_ship": {
"FAS": "A4pktkFflndpsif42b2b1g1g02000403B22d2b2bm729m36b.Iw18aQ==.EwRgDBldK3ZA.H4sIAAAAAAAAA43Rvy4EURQG8I/dGTO7szszd/+YsAVmlkSh0mi0OpF4AbUoFEqNRCEqEVEpFB5AsY8gag8gKBeJVmGd4xzhZiImmSlOvsn55dy5Z0AugE9HyuhUSn3ZAxoBMcfeBGAOX5ize2nzGK1auS/F2/hgDp+WgO51VeSdcB6nrkV7UkJF7WTE3LkMgWRYAdKjlsgKTf1K8xiJfH1nTh7k9PazvKa3ItmhFTvuQIqvH1Y7i4FZTXOa+prmNbFHm5YfS3G2fMDdeZPBWtKTITP7OVQtQrUcmi5C9RxyilBAfUVyG0AvbqIFoPe9ggYF/7R0RdykNTv6Qn/LlfuzzFhTciMnZZo4onUrt3XjuudYZbY7Kf2YFm3/XCcNJDZneoI0GeWZJjalZau07JSWjL/PF+GBj4CbAgAA.EweloBhBGA2EoFMCGBzANokMK6A=",
"FAS Template": "A4pktkFflkdpsif4----04-00-B22d2b2bm7m5276b.Iw18aQ==.Aw18aQ==.H4sIAAAAAAAAA42QvU5CQRCFD38CAvfevSASYuHPComJBEsTYqs2xNLSx/ABLCwtfABLC0sTLSwsfAAKH4AQS0pijMY5zsTcrWkmJ/m+mZ1ZSBnAb0lL7SUPNG66gDvXlI5iwC9yAHNylEmVqwIQTwfK75QzL+0MxScLsnX2Q649NIDORCfvJH2VCtIN0uiTTG8d0LpuqvRWVV6UA+NF45dz5fcfJEtymHVV/Te5mkTAlqVtS7uWepa4Ihdh/uNM+1+n5MDWYV2Ow30zfSAefpHOUsf295YYSd0kvQywrdLNMbDxXFOUyDiMtgZn93mT6GQvjH7SGr2vK7f0/3WWmC4jNZeR2rIfp
@jessb321
jessb321 / CustomRules.js
Created June 24, 2018 20:24 — forked from fhfaa/CustomRules.js
CORS ALL the things in Fiddler2
import System;
import System.Windows.Forms;
import Fiddler;
// INTRODUCTION
//
// Well, hello there!
//
// Don't be scared! :-)
//
@jessb321
jessb321 / humble_download_trove.js
Created June 20, 2018 01:46 — forked from dob9601/humble_download_trove.js
Download the whole of the humble trove (if you have subscribed to the humble trove)
var buttons = $( ".js-download-button" ).click()
var i=0
setInterval(function() {
buttons[i].click()
console.log('Downloading: '+buttons[i].parentNode.parentNode.parentNode.children[0].children[0].children[0].innerHTML)
i++
}, 1000)
#!/usr/bin/env bash
if [ -z "$1" ]; then
echo -e "\nPlease call '$0 -m[inor] || -M[ajor] || -p[atch]' to run this command!\n"
exit 1
fi
if [ "$1" -eq "-p" ]; then
semver="patch"
fi
@jessb321
jessb321 / aaa.yml
Last active February 14, 2018 07:46
---
- _id: ryBi6LbDz
long_url: https://getsharex.com
created_at: '2018-02-14T06:56:28.850Z'
__v: 0
click_count: 3
- _id: Hy_n1DZPG
long_url: https://google.com.au
created_at: '2018-02-14T07:05:20.315Z'
__v: 0
dashboard "Bums":
column chart:
https://gist.github.com/willyb321/1aa06842ebea16b84897f28152a09c8c/raw/9364909ce5a0f9620f36b5cd989b756d51d177bf/aaa.yml
abusaidm.html-snippets
AlanWalk.markdown-toc
alefragnani.project-manager
austin.code-gnu-global
aztechcorps.aio-compiler
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
dbaeumer.vscode-eslint
ecmel.vscode-html-css
EditorConfig.EditorConfig
@jessb321
jessb321 / docker-compose.yml
Created November 20, 2017 21:40
media server with docker compose
version: '3.4'
services:
plex:
image: linuxserver/plex
volumes:
- /opt/plex:/config
- /opt/media/plex/tv:/data/tvshows
- /opt/media/plex/movies:/data/movies
- /opt/media/plex/transcoding:/transcode
network_mode: host