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
#!/bin/bash | |
APPLICATION_ID="soil-power-sensor" | |
DEVICES=("eui-0080e1150535c0f5" "eui-0080e11505372f68") | |
for DEVICE_ID in "${DEVICES[@]}"; do | |
# The dynamic mode didn't seem to work, unsure why | |
#./ttn-lw-cli end-devices set \ | |
# --application-id ${APPLICATION_ID} \ |
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
#!/usr/bin/env python | |
import pandas as pd | |
from nba_api.stats.endpoints import leaguegamefinder, teamyearbyyearstats | |
# Define what years to collect game data on | |
years = ["2015-16", | |
"2016-17", | |
"2017-18", | |
"2018-19",] |
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
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 7 2700X Eight-Core Processor | |
CPU Family: 0x17 |