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
#!/usr/bin/env bash | |
set -eu | |
esp_disk="/dev/nvme0n1" | |
esp_part="2" | |
declare -A bins | |
bins["arch/linux-signed.efi"]="Linux" | |
bins["arch/linux-fallback-signed.efi"]="Linux Fallback" |
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
#!/usr/bin/env python3 | |
import sys | |
import os | |
import re | |
import html | |
closure = 'Abschluss' | |
kinds = { | |
'Lastschrift': 'Lastschrift', |
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
package tel.schich.carla.collection; | |
import com.squareup.tape2.QueueFile; | |
import java.io.IOException; | |
import java.util.*; | |
import java.util.concurrent.BlockingQueue; | |
import java.util.concurrent.TimeUnit; | |
import java.util.concurrent.locks.Condition; | |
import java.util.concurrent.locks.Lock; |
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
#include <stdio.h> | |
#include <sys/socket.h> | |
#include <linux/can.h> | |
#include <linux/can/raw.h> | |
#include <sys/ioctl.h> | |
#include <libnet.h> | |
#include <net/if.h> | |
#include <sys/socket.h> | |
#include <stdbool.h> |
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
Operating system: Linux | |
0.0.0 Linux 4.18.0-rc7-mainline #1 SMP PREEMPT Mon Jul 30 02:23:30 UTC 2018 x86_64 | |
CPU: amd64 | |
family 6 model 158 stepping 10 | |
1 CPU | |
GPU: UNKNOWN | |
Crash reason: SIGSEGV /0x00000000 | |
Crash address: 0x0 |
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
import scala.annotation.tailrec | |
object SudokuSolver { | |
type IndexGroup = Seq[Int] | |
def main(args: Array[String]): Unit = { | |
val undefined = 0 | |
val domain = (1 to 9).toSet |
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
using System; | |
using System.Collections.Generic; | |
using System.Net; | |
using System.Threading.Tasks; | |
using System.Web; | |
using RestSharp; | |
using RestSharp.Authenticators; | |
using TwitchLib.Client; | |
using TwitchLib.Client.Events; | |
using TwitchLib.Client.Models; |
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
object SqlBuilderPoC { | |
class ResultRow | |
trait Parser[T] { | |
def parse(row: ResultRow): T | |
} | |
trait Record[T] | |
trait Table[P, T, R <: Record[T]] { |
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
# Maintainer: Daniel Bermond < yahoo-com: danielbermond > | |
# Contributor: Phillip Schichtel <[email protected]> | |
pkgname=ndi-sdk | |
pkgver="3.20171009.r82134" | |
_libver="3.0.9" | |
pkgrel=1 | |
pkgdesc="Newtek NDI SDK (binary download)" | |
arch=('i686' 'x86_64') | |
url="https://www.newtek.com/ndi/sdk/" | |
depends=("glibc") |
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
From 4eef7f0ccc4a721655eefc638976c311aaa12e73 Mon Sep 17 00:00:00 2001 | |
From: Phillip Schichtel <[email protected]> | |
Date: Sat, 14 Oct 2017 18:12:50 +0200 | |
Subject: [PATCH] Update to latest nginx 1.13.6 and rtmp module 1.2.0 | |
Additionally synced the PKGFILE with community/nginx-mainline | |
--- | |
.SRCINFO | 20 ++++++++++---------- | |
PKGBUILD | 38 +++++++++++++++++++++++--------------- | |
logrotate | 2 +- |