113 — Case study: using GoogleMap as background in AutoCad, draw airport runway, access path, marks on the ground.
Export drawing in DXF format and reimport into InkScape.
Make required adjustments, mostly coloring in Inkspace, then export as SVG.
Import SVG into Blender and apply textures.
126 — SprinterUp is the replacement for 'Leveling WebApp'.
New features are : progressive import of Sprinter jobs, exports in CSV format,
manual and auto-split adjustments of loops.
The previous version was not able to store patial loop or multi loops into a single Sprinter job.
Definitions: control stations, setout points.
101 — How to configure NGINX to reverse proxy traffic from lekkyweb.com
linodeobjects.com.
Passing a Request to a Proxied Server - Passing Request Headers - Configuring Buffers - Choosing an Outgoing IP Address
117 — An essai to normalize and having efficient CSS coding by adopting the
box model used by TeX typesetting system. It does not perfectly follow the rules
but good enough as a standard of coding.
127 — FireFox add automatically a trailing slash when needed, Chrome not.
The fix is to add trailing slash when it's missing.
This can be done in Nginx with a simple rewrite.
119 — create an account on GitHub
– get a Key
– install Git on your computer
– create a repository
– make a folder under revision
– add files
– commit
– push on GitHub
115 — FW4B is a node program watching for file changes in a project folder and its sub folders.
When a file changes or is created,a copy is made in the cloud, i.e: on a bucket on Linode ObjectStorage.
292 — I am using pdftex to create complex and beautiful
title blocks for
my AutoCad drawing.
I use plain pdftex, not pdflatex, and Thai fonts installation is not well documented.
Also there are no blank space in Thai sentences, and TeX need extra help to predict how to break lines.
I am showing how to fix those issues.
125 — SprinterUp is the replacement for 'Leveling WebApp'.
New features are : progressive import of Sprinter jobs, exports in CSV format,
manual and auto-split adjustments of loops.
The previous version was not able to store patial loop or multi loops into a single Sprinter job.
This is fixed now.