Skip to content

Instantly share code, notes, and snippets.

View JJediny's full-sized avatar

John Jediny JJediny

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
serve:
fork:
port:
exampleQuery:
cors:
origin:
allowedHeaders:
-
exposedHeaders:
-
using System;
#region Archer WebAPI Objects
public static class Application
{
/// <summary>
/// Agency System Inventory
/// </summary>
public static readonly Guid Agency_System_Inventory = new Guid("fbfbbd59-e993-46e6-8f31-64fe1cd0d92e");
public static class Fields
{
@JJediny
JJediny / deadmalls.com.geojson
Last active May 23, 2020 05:05
deadmalls.com scrape of entries as of 4/22/20 - using google maps geocoding api for results
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JJediny
JJediny / generate-logs.sh
Last active May 21, 2020 18:29
Script based on documentation for logs to look at - for latest amdgpu ubuntu 18.04 20.04 driver https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux - debugging https://amdgpu-install.readthedocs.io/en/latest/install-bugrep.html#generating-a-bug-report. $ mkdir amdgpu-debug $ sudo bash generate-logs.sh
#!/bin/bash
LOGDIR=~/amdgpu-debug/logs/$timeNowLocal
# debug mode
set -euo pipefail
set -x
# Create folder for log session
mkdir -p $LOGDIR
cd $LOGDIR

The twelve-factor app checklist

Also factors in the four principles of modern Release Engineering

  • Identifiability Being able to identify all of the source, tools, environment, and other components that make up a particular release.
  • Reproducibility The ability to integrate source, third party components, data, and deployment externals of a software system in order to guarantee operational stability.
  • Consistency The mission to provide a stable framework for development, deployment, audit, and accountability for software components.
  • Agility The ongoing research into what are the repercussions of modern software engineering practices on the productivity in the software cycle, i.e. continuous integration.

TTS Data Management Plan

Introduction

The goal of data architecture is to make any data driven organization more effective in the pursuit of its mission. It does this by incorporating the appropriate design in databases and data systems. This document starts with these facts and derives principles at various levels (as follows):

Level 1

This workflow diagram shows the sequence of processes carried out by data users. Some of these steps may be automated for the user and there may be multiple users in a single flow. Blue rectangles indicate data management processes, gray represents processes outside data management. In the end, the mission success depends on whether data and data systems were properly designed.

@JJediny
JJediny / codimd-base64-image-crash-file.md
Created February 28, 2020 02:40
This bad c/p base64 converted image using https://word2md.com/ from a .docx to .md crashed chrome browser and temp rendered the server (w/ 2 cpu 4GB) offline.

![](data:image/*;base64,iVBORw0KGgoAAAANSUhEUgAAB04AAAl0CAIAAAAYisPRAACAAElEQVR42uzdd3RUdeL//+8fwsykJ9N7u3MnHaRITwjN0DtIJ5BCERFEilTpvffQIaGHEHpPQgiEBFSaIgIiRZAO+12/Z/3s/n4TBkNUZN2Prnp3n4/zPB4dJpNJwT9e5573/T8XPr1IRERERERERERERJLu//AtICIiIiIiIiIiImLqJSIiIiIiIiIiIiKmXiIiIiIiIiIiIiJi6iUiIiIiIiIiIiJi6uW7QERERERERERERMTUS0RERERERERERERMvURERERERERERETE1EtERERERERERETE1EtERERERERERERETL1ERERERERERERExNRLREREREREREREREy9REREREREREREREy9RERERERERERERMTUS0RERERERERERERMvURERERERERERETE1EtERERERERERETE1EtERERERERERERETL1ERERERERERERExNRLREREREREREREREy9REREREREREREREy9RERERERERERERMTUS0RERERERERERERMvURERERERERERETE1EtERERERERERETE1EtERERERERERERETL1ERERERERERERExNRLREREREREREREREy9REREREREREREREy9RERERERERERERMTUS0RERERERERERERMvURERERERERERETE1EtERERERERERETE1PvruvTF5ctXrhIRERERERERERHRK7r0xeU/79T72cVLT5/+5f8DAAAAAAAAALzS07/85bOLl5h6AQAAAAAAAEDCmHoBAAAAAAAAQPKYegEAAAAAAABA8ph6AQAAAAAAAEDymHoBAAAAAAAAQPKYegEAAAAAAABA8ph6AQAAAAAAAEDymHoBAAAAAAAAQPKYegEAAAAAAABA8ph6AQAAAAAAAEDymHoBAAAAAAAAQPKYegEAAAAAAABA8ph6AQAAAAAAAEDy

@JJediny
JJediny / Install
Created February 19, 2020 04:35 — forked from ines/Install
Streamlit + spaCy
pip install streamlit
pip install spacy
python -m spacy download en_core_web_sm
python -m spacy download en_core_web_md
python -m spacy download de_core_news_sm