This repository is now archived.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/abp | |
/account | |
/adfs | |
/auth | |
/cookie | |
/download | |
/login | |
/logoff | |
/logon | |
/logout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import enum | |
from datetime import datetime | |
import dotenv | |
import praw | |
from textblob import TextBlob | |
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer | |
# Load the environment variables | |
config = dotenv.dotenv_values(".redditcfb_sentiment_analysis_env") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frontend fe_ssh | |
bind *:2222 ssl crt /etc/haproxy/certs/ssl.pem | |
mode tcp | |
log-format "%ci:%cp [%t] %ft %b/%s %Tw/%Tc/%Tt %B %ts %ac/%fc/%bc/%sc/%rc %sq/%bq dst:%[var(sess.dst)] " | |
tcp-request content set-var(sess.dst) ssl_fc_sni | |
use_backend %[ssl_fc_sni] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: "HASPone p[x].b[y] displays a fan with a toggle on/off icon" | |
description: | | |
## Blueprint Version: `1.05.00` | |
# Description | |
A HASPone button displays a fan control on page 4 and 5 with a toggle on/off icon to the left. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import collections | |
import math | |
import os | |
import cv2 | |
import numpy as np | |
import time | |
MAX_LINES = 4000 | |
N_PINS = 36*8 | |
MIN_LOOP = 20 # To avoid getting stuck in a loop |
The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Revised by Bytes Unlimited : Feb 3rd 2020
This does NOT require Spotify Premium or logging into your Spotify account.
- Install dependencies with
pip3 install -r requirements.txt
- Get Spotify playlist share URL by clicking the three dots next to a playlist -> Share -> Copy Link
- Run
python3 spotify_download.py [URL]
to download all playlist items to the local directory.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request ID=15052023/11827749 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Nathan Harris", | |
"label": "Full-Stack Software Engineer and Consultant | Professional Scrum Master", | |
"image": "https://raw.githubusercontent.com/nwithan8/nwithan8.github.io/master/images/headshot_transparent.png", | |
"email": "[email protected]", | |
"url": "https://nateharr.is", | |
"summary": "Excited to take head-on the fast-paced, high-stakes world of software development.\nRetired journalist.", | |
"location": { |
NewerOlder