Presenting 3D Meshes online using X3DOM
For presenting 3D meshes online you might want to try X3DOM. Besides the file x3dom.js you only need a mesh file in x3d format.
Version Control for Dropbox using Meld
Recently I wrote a short BASH script called dropmeld to enable diff and merge functionality like Meld to your Dropbox. It lets you specify a time and possibly multiple files or folders, downloads the corresponding file versions and opens Meld to compare old and new.
Easy Panorama Stitching with Hugin
Hugin is a very comfortable tool to create beautiful panorama images e. g. on your holiday snaps. It comes with an intuitive GUI. If you prefer working on the command line, I collected the necessary commands for you:
Export Google SketchUp models to Sketch with sketch2sketch
sketch2sketch is a short Ruby script that I developed. It enables you to export Google SketchUp models to the 3D scene description language Sketch from Eugene Ressler. Sketch is a system for producing sketches of 2D or 3D objects and scenes. It produces TikZ code that can be directly used in TeX/LaTeX documents.
Cross-compiling with Ubuntu and MinGW
MinGW is a “Minimalist GNU compiler for Windows”. I needed it for a Windows-program I am currently working on.
After struggling with setting up my familiar Vim environment in Windows running within a Virtual Box, I realized that I can use a Linux system for the development as well. And best of all, the setup is done in the blink of an eye!
OpenCL and Ubuntu
OpenCL is a powerful framework for GPU programming. Using your graphics card for scientific computations can save you time by orders of magnitude!
Dropbox and TrueCrypt: Easy and Secure File Synchronization
Dropbox is a well-known platform independent file synchronization service that allows you to sync one Dropbox-folder on your filesystem with their webserver. Installing the Dropbox service on multiple computers you can
- almost instantly synchronize between Dropbox-folder on all computers,
- browser-based access to your files from any computer,
- share subfolders with friends,
- access via iPhone or Google Apps and
- go back to previous versions of your files.
Synergy: Working on Two Computers with One Keyboard/Mouse
Synergy is a great tool if you are working on two computers simultaneously and you would like to share one mouse and one keyboard. It comes with a light-weight GUI and is plattform independent.