State as of 2017-11-08.
You can also check a guide to upgrade CUDA on a [PC with with GTX 980 Ti and Ubuntu 16.04](https://gist.github.com/bzamecnik/61b293a3891e166797491f38d579d060.
- NVIDIA driver 384.81
#!/usr/bin/python3 | |
# usage: tpng.py [-h] --json JSON --m4a M4A --token TOKEN --url URL | |
# Process some integers. | |
# optional arguments: | |
# -h, --help show this help message and exit | |
# --json JSON The json file to send | |
# --m4a M4A The M4A audio file |
State as of 2017-11-08.
You can also check a guide to upgrade CUDA on a [PC with with GTX 980 Ti and Ubuntu 16.04](https://gist.github.com/bzamecnik/61b293a3891e166797491f38d579d060.
import time, json | |
# try: | |
import azure.cognitiveservices.speech as speechsdk | |
import os, json | |
from shutil import move | |
AZURE_subscription_KEY="" | |
AZURE_region="" |
<form theme="dark"> | |
<label>NE State Radio Metadata</label> | |
<fieldset submitButton="true" autoRun="false"> | |
<input type="time" token="field1" searchWhenChanged="false"> | |
<label></label> | |
<default> | |
<earliest>-24h@h</earliest> | |
<latest>now</latest> | |
</default> | |
</input> |
process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0; | |
var express = require('express'); | |
var app = express(), | |
http = require('http'), | |
server = http.createServer(app); | |
const WebSocket = require('ws'); | |
const serverWss = new WebSocket.Server({ | |
noServer: true |
import base64 | |
import hashlib | |
import json | |
from urllib import request | |
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes | |
from cryptography.hazmat.backends import default_backend | |
import bigjson,json, requests, re, xmltodict, time, ijson | |
from signal6.signal6.geo import COMPJson | |
from signal6.parseM import parseAlert | |
from signal6.models import alert | |
from urllib.request import urlopen | |
import traceback | |
# ['addresses', 'code', 'cogId', 'identifier', 'incidents', 'info', 'msgType', 'note', 'originalMessage', 'restriction', 'scope', 'sender', 'sent', 'source', 'status', 'xmlns', 'id'] | |
class IPAWSIMPORT(): |
{ | |
"01": "Alabama", | |
"02": "Alaska", | |
"04": "Arizona", | |
"05": "Arkansas", | |
"06": "California", | |
"08": "Colorado", | |
"09": "Connecticut", | |
"10": "Delaware", | |
"11": "District of Columbia", |
#!/usr/bin/env bash | |
#You'll need to enable IPMI over lan in idrac first | |
#iDRAC Settings -> Network -> IPMI Settings | |
#Channel Privilege Level Limit needs to be Administrator | |
#You may want to create a dedicated username/pass with IPMI permission in iDRAC Settings -> User Authentication | |
IPMIHOST=idracip | |
IPMIUSER=username | |
IPMIPW=password | |
IPMIEK=0000000000000000000000000000000000000000 |