Skip to content

Instantly share code, notes, and snippets.

<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]
##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):
@TheFarmingBunny
TheFarmingBunny / rules.v4
Created February 17, 2020 18:48
iptables
# 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
for (Double i = -10; i <= 10; i += 0.5) {
System.Console.WriteLine(i);
}
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
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?