Skip to content

Instantly share code, notes, and snippets.

View deeprobin's full-sized avatar
🌚
Working on cliff

Robin Lindner deeprobin

🌚
Working on cliff
View GitHub Profile
@deeprobin
deeprobin / keybase.md
Created May 26, 2022 16:57
keybase.md

Keybase proof

I hereby claim:

  • I am deeprobin on github.
  • I am deeprobin (https://keybase.io/deeprobin) on keybase.
  • I have a public key ASD-FxqlKOfIyzRb3DsIySI7MhHz7ysj30Hrv4TQz7-xugo

To claim this, I am signing this object:

@deeprobin
deeprobin / Program.cs
Created December 19, 2021 09:35
Benchmark `SetFileAttributesW` vs `OpenHandle` + `SetFileInformationByHandle` + `CloseHandle`
using System.ComponentModel;
using System.Runtime.InteropServices;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using Microsoft.Win32.SafeHandles;
namespace ConsoleApp2
{
public static class Program
{
@deeprobin
deeprobin / Program.cs
Created December 16, 2021 21:20
Benchmark SetFileInformationByHandle / SetFileAttributesW
using System.ComponentModel;
using System.Runtime.InteropServices;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using Microsoft.Win32.SafeHandles;
namespace ConsoleApp2
{
public static class Program
{
package de.chaosolymp.portals.core
import com.zaxxer.hikari.HikariConfig
import com.zaxxer.hikari.HikariDataSource
import de.chaosolymp.portals.core.infrastructor.TestDatabaseProvider
import org.junit.jupiter.api.AfterEach
import org.junit.jupiter.api.Assertions.assertFalse
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Test
import org.testcontainers.containers.MySQLContainer
@deeprobin
deeprobin / Script.rc
Created December 27, 2016 22:23
erstellt mit Android
include *RLEXLib\object.rc
number a 2;
printstr your number:;
printnumber a;
Created by RLCoolLP and other people
Kreirt von RLCoolLP und andern Ahnunglosen Leuten.