This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<pre>Fancy</pre> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 |