Skip to content

Instantly share code, notes, and snippets.

View I-Al-Istannen's full-sized avatar

I-Al-Istannen

View GitHub Profile
@I-Al-Istannen
I-Al-Istannen / Test.java
Created January 29, 2024 11:24
Demo of disagreements during javadoc inheritance
import java.io.IOException;
public class Test {
public static void main(String[] args) throws IOException {
SubMultiSuper multiSuper = new SubMultiSuper();
multiSuper.test(0); // javadoc for the "test" method is the interesting part
}
public interface SuperInt1 {
@I-Al-Istannen
I-Al-Istannen / 0001-Enable-WHIP.patch
Created November 26, 2023 17:03
Patches the arch PKGBUILD to include WHIP support. `git clone 'https://gitlab.archlinux.org/archlinux/packaging/packages/obs-studio'`
From 220d66a2b1c1534d80fc287c5f40f673d01be4ef Mon Sep 17 00:00:00 2001
From: I-Al-Istannen <i-al-istannen@users.noreply.github.com>
Date: Sun, 26 Nov 2023 17:58:18 +0100
Subject: [PATCH] Enable WHIP
---
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
@I-Al-Istannen
I-Al-Istannen / .gitignore
Last active March 29, 2024 13:24
[WIP] DBS summaries
Ü?_T?.md
@I-Al-Istannen
I-Al-Istannen / MemoryClassLoader.java
Last active February 19, 2018 14:39
A small POC class loader, operating purely in-memory. Useful if you do not want to save a temporary file on the disk. Very limited testing (one Javafx app) and likely to not play well with ServideLocators and tons of other features you normally need.
package me.ialistannen.jafafxtests.memoryclassloader;
import java.io.BufferedInputStream;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;

Keybase proof

I hereby claim:

  • I am I-Al-Istannen on github.
  • I am i_al_istannen (https://keybase.io/i_al_istannen) on keybase.
  • I have a public key whose fingerprint is 482D FE8F FA91 C72F 95DB EFAE 007C F3EC A78C C0CB

To claim this, I am signing this object: