Skip to content

Instantly share code, notes, and snippets.

View k0nze's full-sized avatar

Konstantin Lübeck k0nze

View GitHub Profile
@k0nze
k0nze / rename.sh
Created August 18, 2021 17:21
Renaming script for the 3D Printing Professor
# place script into folder which contains the files to rename
# the script needs the extention .sh
# navigate into folder with the PowerShell and execute:
# ./rename.sh
for file in 932*_AlphaBlok.stl
do
mv ${file} $(echo ${file} | sed s/Alpha/Writers/g)
done
@k0nze
k0nze / minimal-template.tex
Created July 25, 2019 09:37 — forked from Michael0x2a/minimal-template.tex
Minimal LaTeX template
\documentclass[a4paper]{article}
% General document formatting
\usepackage[margin=0.7in]{geometry}
\usepackage[parfill]{parskip}
\usepackage[utf8]{inputenc}
% Related to math
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\begin{document}
@k0nze
k0nze / texture.c
Created January 7, 2018 09:44
OpenGL ES 2.0 RPi 3 texture attempt
// compile with:
// gcc texture.c -o texture -lEGL -lX11 -lGLESv2
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <EGL/egl.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
@k0nze
k0nze / # strigi - 2016-05-01_11-06-42.txt
Created May 1, 2016 09:08
strigi (adymo/kde/strigi) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for adymo/kde/strigi on Mac OS X 10.11.4
Build date: 2016-05-01 11:06:42
@k0nze
k0nze / # gcc46 - 2016-04-22_14-18-23.txt
Created April 22, 2016 12:23
gcc46 (homebrew/versions/gcc46) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for homebrew/versions/gcc46 on Mac OS X 10.11.4
Build date: 2016-04-22 14:18:23