This file has been truncated, but you can view the full file.
This file contains hidden or 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
2020-06-09T13:53:49+0000 NONE upnp.go:154: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on eth0 | |
2020-06-09T13:53:49+0000 NONE upnp.go:154: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on eth0 | |
2020-06-09T13:53:49+0000 NONE upnp.go:175: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on eth0 | |
2020-06-09T13:53:49+0000 NONE upnp.go:189: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on eth0 | |
2020-06-09T13:53:49+0000 NONE upnp.go:175: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on eth0 | |
2020-06-09T13:53:49+0000 NONE upnp.go:189: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on eth0 | |
2020-06-09T13:53:50+0000 NONE torrent.go:1527: "Torrent Name": hashed piece 0 (passed=false) | |
2020-06-09T13:53:50+0000 NONE torrent.go:1092: "Torrent Name": piece 0 |
This file contains hidden or 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
TEXT ..S... arib_caption ARIB STD-B24 caption | |
TEXT DES... ass ASS (Advanced SSA) subtitle (decoders: ssa ass ) (encoders: ssa ass ) | |
IMAGE DES... dvb_subtitle DVB subtitles (decoders: dvbsub ) (encoders: dvbsub ) | |
IMAGE ..S... dvb_teletext DVB teletext | |
IMAGE DES... dvd_subtitle DVD subtitles (decoders: dvdsub ) (encoders: dvdsub ) | |
TEXT D.S... eia_608 EIA-608 closed captions (decoders: cc_dec ) | |
IMAGE D.S... hdmv_pgs_subtitle HDMV Presentation Graphic Stream subtitles (decoders: pgssub ) | |
TEXT ..S... hdmv_text_subtitle HDMV Text subtitle | |
TEXT D.S... jacosub JACOsub subtitle | |
TEXT D.S... microdvd MicroDVD subtitle |
This file contains hidden or 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
package main | |
import ( | |
"log" | |
"github.com/anacrolix/torrent" | |
) | |
func main() { | |
cfg := torrent.NewDefaultClientConfig() |
This file contains hidden or 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
Name: gke-project-dev-dl-n1-2-pvm-9443c1df-rqwk | |
Roles: <none> | |
Labels: beta.kubernetes.io/arch=amd64 | |
beta.kubernetes.io/fluentd-ds-ready=true | |
beta.kubernetes.io/instance-type=n1-standard-2 | |
beta.kubernetes.io/os=linux | |
cloud.google.com/gke-nodepool=dl-n1-2-pvm | |
cloud.google.com/gke-os-distribution=cos | |
cloud.google.com/gke-preemptible=true | |
failure-domain.beta.kubernetes.io/region=us-east4 |
This file contains hidden or 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
j := &batch.Job{ | |
Spec: batch.JobSpec{ | |
Template: core.PodTemplateSpec{ | |
Spec: core.PodSpec{ | |
Affinity: &core.Affinity{ | |
NodeAffinity: &core.NodeAffinity{ | |
RequiredDuringSchedulingIgnoredDuringExecution: &core.NodeSelector{ | |
NodeSelectorTerms: []core.NodeSelectorTerm{ | |
{ | |
MatchExpressions: []core.NodeSelectorRequirement{ |
This file contains hidden or 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
from tornado.ioloop import IOLoop | |
from tornado.gen import Future | |
def _fwrap(f, gf, ioloop, start_time): | |
try: | |
gf_result = gf.result() | |
response_time = ioloop.time() - start_time | |
f.set_result(gf_result) | |
except Exception as e: | |
f.set_exception(e) |
This file contains hidden or 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
# SHUTTERSTOCK TC | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'shutterstock_v6604244.mov': | |
Metadata: | |
creation_time : 2014-05-28T13:38:27.000000Z | |
Duration: 00:00:19.39, start: 0.000000, bitrate: 176925 kb/s | |
Stream #0:0(eng): Video: prores (apch / 0x68637061), yuv422p10le(bt709, progressive), 1920x1080, 176920 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 24k tbn, 24k tbc (default) | |
Metadata: | |
creation_time : 2014-05-28T13:38:27.000000Z | |
handler_name : Apple Alias Data Handler | |
encoder : ProRes 422 (HQ) |
This file contains hidden or 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
{ Error: read ECONNRESET at exports._errnoException (util.js:1018:11) at TCP.onread (net.js:572:26) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' } |
This file contains hidden or 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
<html> | |
<head></head> | |
<body> | |
<form action="/file" method="post" enctype="multipart/form-data"> | |
<label for="file">Filename:</label> | |
<input type="file" name="file" id="file" /> | |
<input type="submit" name="submit" value="Submit" /> | |
</form> | |
</body> | |
<script> |
This file contains hidden or 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
[thomas@uploadserver ~]$ sudo tar xf /var/tmp/uploadserver.tar -C /home/vimeo | |
tar: Ignoring unknown extended header keyword `LIBARCHIVE.creationtime' | |
tar: Ignoring unknown extended header keyword `SCHILY.dev' | |
tar: Ignoring unknown extended header keyword `SCHILY.ino' | |
tar: Ignoring unknown extended header keyword `SCHILY.nlink' | |
tar: Removing leading `..' from member names | |
tar: Ignoring unknown extended header keyword `LIBARCHIVE.creationtime' | |
tar: Ignoring unknown extended header keyword `SCHILY.dev' | |
tar: Ignoring unknown extended header keyword `SCHILY.ino' | |
tar: Ignoring unknown extended header keyword `SCHILY.nlink' |