Skip to content

Instantly share code, notes, and snippets.

View andreajparker's full-sized avatar

Andrea Parker andreajparker

  • California
View GitHub Profile
@andreajparker
andreajparker / aws_sec_tools.md
Created October 20, 2019 00:05
AWS security tools

Defensive (Hardening, Security Assessment, Inventory)

@andreajparker
andreajparker / itprotuesday_a57l8d.md
Created November 9, 2019 22:28
9-Nov-2019 - /r/sysadmin - tools reddit.com/r/ITProTuesday/comments/a57l8d

Free Tools

Free MailFlow Monitor. Rejection / Delay Text Alerts, Group Policies, Alerts By SMTP Code, Trouble Shooting Tools including header analysis. MailFlow Monitor is EveryCloud’s (Our) free, cloud-based, round-trip tool that sends you an alert as soon as there is an issue with your email flow. Settings are adjustable to allow you to choose how much of a delay is acceptable and which types of bounce alerts you want to see. Helps you get to the bottom of a problem before users (or your boss) have even noticed it.

@andreajparker
andreajparker / doc_mgmt.md
Created November 12, 2019 17:48
Document management

Suggestions

Thi system works for me because:

  • Encoded information is usually enough for me to identify the paper from filename only
  • Filenames remain compact and UNIX shell friendly
  • Filename collisions are nearly non-existent

aaaaaYY_tok1_jjjj.pdf

@andreajparker
andreajparker / pandoc.css
Created November 12, 2019 17:52 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
product-specific_url_part general_cloud_url_part
a2asmartcity-saas/patavina-netsuite https://console.cloud.google.com/marketplace/details/
acal-mkt-shadowplex-public/acalvio-shadowplex https://console.cloud.google.com/marketplace/details/
actifio-public/actifio-global-manager https://console.cloud.google.com/marketplace/details/
actifio-public/actifio-sky https://console.cloud.google.com/marketplace/details/
aerospike-prod/aerospike-ee-4 https://console.cloud.google.com/marketplace/details/
aerospike-prod/aerospike-server-enterprise https://console.cloud.google.com/marketplace/details/
aftership-pro/aftership-shipment-tracking-api https://console.cloud.google.com/marketplace/details/
agilebits-public/op-scim-bridge https://console.cloud.google.com/marketplace/details/
@andreajparker
andreajparker / 3-Dec-2019_FOSS_nlp_annotation_tools.md
Last active December 6, 2019 01:53
Open-source text annotation tools

Intro

As a data science manager I want subject matter experts who do not have a background in programming to be able to annotate our text data using a user-friendly, web-based / non-local, FOSS programme.

Potential candidates

Post your findings to the appropriate Trello card on the 'Tools' board.

Free / open-source

@andreajparker
andreajparker / Python.gitignore
Created December 8, 2019 23:06
Basic .gitignore template for Python projects
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
@andreajparker
andreajparker / steps.sh
Created April 10, 2020 22:58
Install Tensorflow 2.0 with GPU support via CUDA and CuDNN on your Ubuntu 18.04 desktop box
#!/bin/bash
## 10-Apr-2020
## Installing tf 2.0 with GPU support using CUDA v10.2 and cuDNN 7.6 on Ubuntu 18.04
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation