STL Viewer

STL-Viewer STL Files: STL (an abbreviation of “stereo-lithography”) is a file format native to the stereo-lithography CAD software. Nowadays STL files are widely used within 3D-Printing technology. Please note: This project is currently flagged as experimental. The viewer is implemented as a web-application which emulates a local web-server. Continue reading...

STL Files: Convert from ascii to binary

Convert STL files from ascii to binary STL (an abbreviation of “stereo-lithography”) is a file format native to the stereo-lithography CAD software. For a full description of the specification refer to the following links: https://de.wikipedia.org/wiki/STL-Schnittstelle https://en.wikipedia.org/wiki/STL_(file_format) Purpose Since the introduction of the 3D-Printing technology, the STL file format has become very popular. Continue reading...

Halter für Polar M450 + SynchrosRR 1.0

Halter für Polar M450 + SynchrosRR 1.0 Nachdem es käuflich keinen Halter für den Fahrradkomputer Polar M450 und der Lenkereinheit Syntace/SynchroRR 1.0 gibt, hier eine kurze Beschreibung, wie das Problems mittes 3D Druck-Teil zu lösen ist. Die Kombination Polar M450 + SynchrosRR1. Continue reading...

How to add search to a static site

How to add search functionality to a static web site Hugo a static web site generator and lunr.js Since version 0.20 Hugo has a build in capability to create a (customized) index file of available markdown documents down below the content directory tree. Continue reading...

Tcl/Tk xtablelist

XTablelist Package A kind of TclOO code example to show how an existing widget can be extended to add more sub-commands to it. Purpose A TclOO class to extend the fabulous tablelist widget. TclOO naming conventions public methods - starts with lower case declaration names, whereas private methods - starts with uppercase naming, so we use CamelCase … Widget commands xtablelist::xtablelist Continue reading...

Tcl/tk BWidget_patch

BWidget_patch A patch to fix some problems with BWidget 1.9.10. Please double check with the actual version of BWidget currently in use, maybe this has become already obsolete over time. Purpose This package solves some issues with BWidget in conjunction with the ttk widget set. Continue reading...

HelpViewer based on Tkhtml 3.0

HelpViewer Application The HelpViewer is a standalone application to display html files which might be organized in a directory structure. The program is written in tcl/tk and is based on the Tkhtml 3.0 library. When starting the application, a dialog pops up, where you can drag&drop your preferred directory using the file explorer: Continue reading...

ASEdit

ASEdit - Source code editor: Since the development and has literally stopped and some of the packages used by the editor are a bit outdated, I decided to update the code and provide an executable for those of us, who still use this source code editor. Continue reading...

ImageFlow for Hugo

ImageFlow for Hugo Hugo is a static site generator, whereas ImageFlow implements a nice interactive image gallery on-top of hugo’s infrastructure. Example: These are the steps to install ImageFlow via hugo’s shortcode mechanism: Download ImageFlow and copy the source to the website repository’s static directory. Continue reading...

Markdown2Go

Markdown2Go Markdown: Markdown is a text-to-HTML conversion tool for web writers and to create various html documentation in an easy way. The overall design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. Continue reading...