I hereby claim:
- I am tudisco on github.
- I am tudisco (https://keybase.io/tudisco) on keybase.
- I have a public key ASBEcdd_zbRSP5ztAkvEMlDLNUFpTJByn1IhcLu07KORoQo
To claim this, I am signing this object:
| ffmpeg -i rtsp://yourlinkhere -acodec copy -vcodec copy FILENAME.mp4 |
| import sys | |
| import time | |
| import socket | |
| def now(): | |
| return int(time.time()) | |
| def collect_metric(name, value, timestamp=None): | |
| sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) | |
| sock.connect( ("localhost", 2003) ) |
| # This is probably faster | |
| #for /F "delims= " %i in ('pip list --outdated') do pip install -U %i | |
| for /F "delims===" %i in ('pip freeze -l') do pip install -U %i |
| const {app, BrowserWindow} = require('electron') | |
| const Config = require('electron-config') | |
| const config = new Config() | |
| let win | |
| app.on('ready', () => { | |
| let opts = {show: false} | |
| Object.assign(opts, config.get('winBounds')) | |
| win = new BrowserWindow(opts) | |
| win.loadURL(`file://${__dirname}/app/index.html`) |
| <script type="text/javascript"> | |
| (function($) { | |
| $("body").load(function() { | |
| setTimeout(function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
| }, 1); | |
| }); | |
| })(jQuery); |
I hereby claim:
To claim this, I am signing this object: