I hereby claim:
- I am corusm on github.
- I am corusm (https://keybase.io/corusm) on keybase.
- I have a public key ASC9RnXowLSG50PWSc7shJ0oA3Ky1KnAGXdkVx7zdyv2iQo
To claim this, I am signing this object:
import 'dart:ffi'; | |
import 'dart:io'; | |
import 'package:ffi/ffi.dart'; | |
import 'package:path/path.dart' as path; | |
import 'dart:convert' show jsonDecode, jsonEncode, utf8; | |
class Backend extends Opaque {} | |
typedef _automerge_apply_changes = IntPtr Function(Pointer<Backend>); | |
typedef AutomergeApplyChanges = int Function(Pointer<Backend>); |
for (let to = 1; to < tab.length-1; to++) { | |
// console.log(tab[to]) | |
if (tab[to].includes('T3')) { | |
try { | |
let modul = tab[to].split('td')[1].trim().substr(15).split('<')[0] | |
let kurs = tab[to].split(',800,600);">')[1].split('</a>')[0] | |
let zahlen = tab[to].split('<td class="tbdata" style="text-align:right;">') | |
let credits = zahlen[2].trim().split('<')[0] | |
let note = zahlen[3].trim().split('<')[0] |
version: '3.7' | |
networks: | |
main: | |
external: true | |
services: | |
whoami: | |
image: "containous/whoami" | |
container_name: Traefik-whoami-main | |
restart: always | |
networks: |
version: '2.1' | |
services: | |
nginx-mailcow: | |
labels: | |
- "traefik.enable=true" | |
- "traefik.http.routers.nginx-mailcow.entrypoints=web" | |
- "traefik.http.routers.nginx-mailcow.rule=HostRegexp(`{host:(autodiscover|autoconfig|webmail|mail|email).+}`)" | |
- "traefik.http.middlewares.nginx-mailcow-https-redirect.redirectscheme.scheme=https" | |
- "traefik.http.routers.nginx-mailcow.middlewares=nginx-mailcow-https-redirect" |
#!/bin/bash | |
sudo qemu-system-arm \ | |
-kernel ./kernel-qemu-4.4.34-jessie \ | |
-append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" \ | |
-hda raspbian-jessie.qcow \ | |
-vga std \ | |
-cpu arm1176 -m 256 \ | |
-M versatilepb \ | |
-no-reboot \ | |
-serial stdio \ |
version: '3.7' | |
networks: | |
main: | |
external: true | |
services: | |
proxy: | |
image: "traefik:v2.2" | |
container_name: reverse-proxy | |
restart: always | |
command: |
version: '3.7' | |
networks: | |
main: | |
external: true | |
services: | |
proxy: | |
image: "traefik:v2.2" | |
container_name: reverse-proxy | |
restart: always | |
command: |
version: '3.7' # 2.2 | |
networks: | |
main: | |
external: true | |
services: | |
proxy: | |
image: "traefik:v2.2" | |
container_name: reverse-proxy | |
restart: always | |
command: |
I hereby claim:
To claim this, I am signing this object: