Skip to content

Instantly share code, notes, and snippets.

View chgeuer's full-sized avatar
🏠
Working from Düsseldorf

Dr. Christian Geuer-Pollmann chgeuer

🏠
Working from Düsseldorf
View GitHub Profile
@chgeuer
chgeuer / timecode.md
Last active June 6, 2020 15:22
Timecodes for fsharpConf 2020

Timecodes for fsharpConf 2020

Video: https://www.youtube.com/watch?v=ybkYHYKYeNw

00:02:45-00:18:00 "Welcome to fsharpConf 2020.mp4"
00:18:00-01:03:40 "Hedy - A gradual programming language for education (Felienne Hermans).mp4"
01:14:42-01:50:26 "Formatting FSharp source code (Florian Verdonck).mp4"
01:55:40-02:21:24 "When Korean Hackers Met FSharp (Sang Kil Cha, JongHyup Lee).mp4"
03:06:20-03:55:07 "On Independence! (Don Syme).mp4"
@chgeuer
chgeuer / xunit_nbomber.cs
Created May 25, 2020 14:15
xunit_nbomber.cs
namespace XUnitLoadTestProject
{
using Microsoft.Extensions.Configuration;
using Microsoft.FSharp.Core;
using NBomber.Contracts;
using NBomber.CSharp;
using Serilog;
using System;
using System.Net;
using System.Net.Http;
namespace PlayingWithIoCWebApp
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
@chgeuer
chgeuer / 1.cs
Last active April 23, 2020 16:24
namespace RxCheckProviderCount
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reactive.Linq;
using System.Reactive.Subjects;
class Message
ssh 52.166.92.21
#
# curl -s -H Metadata:true http://169.254.169.254/metadata/instance?api-version=2019-06-01 | jq ".compute.tags"
// <PackageReference Include="Pidgin" Version="2.2.0" />
// <PackageReference Include="Sprache" Version="2.2.0" />
namespace RedisParser
{
using System;
using System.Text;
using System.Collections.Generic;
using Sprache;
using Pidgin;
using static Pidgin.Parser;
@chgeuer
chgeuer / 1.svg
Last active January 30, 2020 18:52
Some gistpad test
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chgeuer
chgeuer / README.md
Created January 9, 2020 08:30 — forked from mrbar42/README.md
bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X)

running:

bash create-vod-hls.sh beach.mkv

will produce:

    beach/
      |- playlist.m3u8
 |- 360p.m3u8