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
<template> | |
<input ref="imagePicker" type="file" accept="image/*" style="display:none;" @input="handleImage"> | |
</template> | |
<script> | |
export default { | |
name: "ImagePicker", | |
methods: { | |
async handleImage() { | |
let image = this.$refs.imagePicker.files[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
##Public services | |
#Organizr | |
server { | |
server_name organizr.romaingrosjean.net; | |
location ~ \.php$ { | |
include snippets/fastcgi-php.conf; | |
# With php-fpm (or other unix sockets): | |
fastcgi_pass unix:/run/php/php7.3-fpm.sock; | |
# With php-cgi (or other tcp sockets): |
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
# Generated by xtables-save v1.8.2 on Thu Jan 23 19:30:09 2020 | |
*filter | |
:INPUT ACCEPT [0:0] | |
:FORWARD ACCEPT [0:0] | |
:OUTPUT ACCEPT [0:0] | |
-A OUTPUT -j LOG -p tcp -o eth1 --dport 32400 --log-prefix "DROP:" --log-level 6 | |
-A OUTPUT -j LOG -p tcp -o eth1 --dport 8112 --log-prefix "DROP:" --log-level 6 | |
-A FORWARD -i eth1 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT | |
-A FORWARD -i eth0 -o eth1 -j ACCEPT | |
-A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT |
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
for (Double i = -10; i <= 10; i += 0.5) { | |
System.Console.WriteLine(i); | |
} |
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
Streams ripped from the original m3u8 on https://gist.github.com/random-robbie/e56919b5603ecc87af885391e7331657 | |
All in highest quality | |
BBC 1 HD:http://vs-hls-uk-live.akamaized.net/pool_902/live/bbc_one_hd/bbc_one_hd.isml/bbc_one_hd-pa4%3d128000-video%3d5070016.m3u8 |
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
Resolving dependencies... | |
Using dotenv 2.1.1 | |
Using sequel 4.37.0 | |
Using bundler 1.12.5 | |
Using accolades 0.0.2 from source at `.` | |
/home/adam/accolades/exe/accolades maybe `gem pristine accolades` will fix it? |