Skip to content

Instantly share code, notes, and snippets.

View JJediny's full-sized avatar

John Jediny JJediny

View GitHub Profile
@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
"system-security-plan":
id:
metadata:
title:
published:
"last-modified":
version:
"oscal-version":
"document-ids":
properties:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JJediny
JJediny / VA-historic-markers_9-15-2019.geojson
Created September 16, 2019 05:24
GeoJSON export of Virginia Historic Markers - Source: http://199.58.212.15/arcgis/rest/services/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am jjediny on github.
  • I am johnjediny (https://keybase.io/johnjediny) on keybase.
  • I have a public key ASCBfid3pkMISAHqXkkd3HDcohwxZSKKV6CZwLBvO3kVHgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jjediny on github.
  • I am johnjediny (https://keybase.io/johnjediny) on keybase.
  • I have a public key ASCBfid3pkMISAHqXkkd3HDcohwxZSKKV6CZwLBvO3kVHgo

To claim this, I am signing this object:

``` Translated into terraform
resource "aws_iam_role_policy" "cc-iam-stack-IamRole-UUID_CloudCheckr-CloudTrail-Policy" {
name = "CloudCheckr-CloudTrail-Policy"
role = "cc-iam-stack-IamRole-UUID"
policy = <<POLICY
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"fields": [
{
"name": "name1",
"type": "string",
"constraints": {
"required": true,
"maxLength": 38
}
},