Skip to content

Instantly share code, notes, and snippets.

View KMax's full-sized avatar

Maksim Kolchin KMax

View GitHub Profile
@LaurensRietveld
LaurensRietveld / README.md
Last active September 14, 2018 02:44
Combining #YASQE and #YASR

A simple example on how to combine YASQE and YASR. Any SPARQL result received via YASQE are passed on to YASR. YASR, uses any prefixes defined in YASQE to prettify the SPARQL results.

@coolaj86
coolaj86 / github-pages-https-lets-encrypt.md
Last active November 16, 2021 22:36
Github Pages: Let's Encrypt!
@mrbuk
mrbuk / ParseHeapDump.sh
Created May 20, 2015 08:52
MAT headless mode
#!/bin/sh
#
# This script parses a heap dump.
#
# Usage: ParseHeapDump.sh <path/to/dump.hprof> [report]*
#
# The leak report has the id org.eclipse.mat.api:suspects
# The top component report has the id org.eclipse.mat.api:top_components
#
@kekru
kekru / 01-Openshift3-WSL2.md
Last active March 30, 2024 06:51
Openshift 3.11 in WSL2

Running Openshift 3.11 inside WSL2

This is not running yet, but nearly almost

Install WSL2 and oc client

First install a WSL2 with Ubuntu 20.04 as described at Microsoft

Enter wsl shell