I hereby claim:
- I am vazrupe on github.
- I am vazrupe (https://keybase.io/vazrupe) on keybase.
- I have a public key ASA5GjhY9wOgYPKFUj2WTmgVzXPZWOzUStCZlgZYcRSkuAo
To claim this, I am signing this object:
| import argparse | |
| import os | |
| import ffmpeg | |
| def extract(path): | |
| filename, ext = os.path.splitext(path) | |
| output_path = f'{filename}.mp3' | |
| print(output_path) |
| server { | |
| listen <OPEN_PORT>; | |
| server_name 0.0.0.0; | |
| location /<RANDOM_PATH>/stream { | |
| proxy_pass http://<IPCAM_IP>:<IPCAM_PORT>/videostream.cgi?user=admin&pwd=<IPCAM_PASSWORD>; | |
| } | |
| location /<RANDOM_PATH>/snapshot { |
| [core] | |
| preloadindex = true | |
| fscache = true | |
| [gc] | |
| auto = 256 | |
| [submodule] | |
| fetchJobs = 8 | |
| [alias] | |
| lg = log --branches --remotes --tags --graph --oneline --decorate | |
| sfe = submodule foreach |
I hereby claim:
To claim this, I am signing this object:
| void fun_1800024af() { | |
| goto sqrt; | |
| } | |
| void TA_Test2(int32_t* rcx) { | |
| int32_t* rbx2; | |
| int32_t* rsi3; | |
| int32_t* rdi4; | |
| int32_t* rsi5; | |
| struct s14* rsi6; |
| <ListBox SelectionMode="Single" SelectedIndex="0" BorderThickness="0"> | |
| <ListBox.ItemContainerStyle> | |
| <Style TargetType="ListBoxItem"> | |
| <Setter Property="Template"> | |
| <Setter.Value> | |
| <ControlTemplate TargetType="ListBoxItem"> | |
| <DockPanel Cursor="Hand" Margin="2"> | |
| <Polygon Name="SelectIcon" | |
| DockPanel.Dock="Left" | |
| Points="0,0 5.6,3.5 0,7" |
https://github.com/sharpdx/SharpDX-Samples
convert-packconf.py in 'Desktop' directoryUpdate-Package -reinstallUpdate-Package -reinstall| from flask import Flask | |
| app = Flask(__name__, static_folder='static') | |
| @app.route('/<path:path>') | |
| def static_files(path): | |
| return app.send_static_file(path) | |
| @app.route('/') |
| #server { | |
| # listen 443 ssl http2; | |
| # listen [::]:443 ssl http2; | |
| # ssl_certificate /etc/letsencrypt/live/YOUR_DOMAIN/fullchain.pem; | |
| # ssl_certificate_key /etc/letsencrypt/live/YOUR_DOMAIN/privkey.pem; | |
| # | |
| # server_name YOUR_DOMAIN; | |
| # index index.html index.htm; | |
| # | |
| # location / { |