Skip to content

Instantly share code, notes, and snippets.

View markus-seidl's full-sized avatar

Markus Seidl markus-seidl

View GitHub Profile
#
# Automatically generated file. DO NOT EDIT.
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
#
CONFIG_IDF_CMAKE=y
CONFIG_IDF_TARGET_ARCH_XTENSA=y
CONFIG_IDF_TARGET="esp32s2"
CONFIG_IDF_TARGET_ESP32S2=y
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0002
@markus-seidl
markus-seidl / client logs
Created March 8, 2020 07:38
Gitea Issue Logs
root@neptune ~/blender-training # GIT_TRACE=1 LFS_DEBUG_HTTP=1 git push -u origin master
08:34:14.184688 git.c:344 trace: built-in: git push -u origin master
08:34:14.185291 run-command.c:646 trace: run_command: GIT_DIR=.git git-remote-https origin https://SERVER-DOMAIN/3dprinting/blender-training.git
Username for 'https://SERVER-DOMAIN': mark
Password for 'https://mark@SERVER-DOMAIN':
08:34:28.937138 run-command.c:646 trace: run_command: .git/hooks/pre-push origin https://SERVER-DOMAIN/3dprinting/blender-training.git
08:34:28.938562 git.c:576 trace: exec: git-lfs pre-push origin https://SERVER-DOMAIN/3dprinting/blender-training.git
08:34:28.938586 run-command.c:646 trace: run_command: git-lfs pre-push origin https://SERVER-DOMAIN/3dprinting/blender-training.git
08:34:28.941126 trace git-lfs: run_command: 'git' version
08:34:28.943199 trace git-lfs: run_command: 'git' config -l
var b = "" + "<h2><a href=\"" + $(".original")[0]["href"]+ "\">" + $($("h1")[0]).text() + "</a></h2>\n" ;
b += "<ul>\n";
$('.highlight').each(function(idx, data) {
var d = $(data);
var text = d.text();
if(d.parent().is("a")) {
var text = "<a href=\"" + d.parent()[0]["href"] + "\">" + text + "</a>";
}
b += "<li>" + text + "</li>\n";
});
package de.markusseidl;
import com.jogamp.newt.event.KeyAdapter;
import com.jogamp.newt.event.KeyEvent;
import com.jogamp.newt.opengl.GLWindow;
import com.jogamp.opengl.*;
import com.jogamp.opengl.glu.GLU;
import com.jogamp.opengl.glu.GLUquadric;
import com.jogamp.opengl.util.Animator;
@markus-seidl
markus-seidl / gist:4944205
Last active December 13, 2015 16:58
130206 Technology test 0
<html>
<body>
<pre>Fancy</pre>
</body>
</html>