Martin Leitner-Ankerl
  • Home
  • About Me
  • Keto Calculator
  • Search
Navigation bar avatar
✕

    Martin Leitner‑Ankerl


    Programming, Nutrition, Health, Bitcoin, ...

    Martin Leitner‑Ankerl


    Programming, Nutrition, Health, Bitcoin, ...
    • Compact Theme Update

      Posted on November 7, 2007

      Compact theme just got more compact, now it switches to 16x16 icons which saves quite a bit of space for the buttons. More info here.
      Tags:
      • clearlooks
      • gtk
      • theme
      • ubuntu
    • Clearlooks Compact Gnome Theme

      Posted on November 4, 2007

      I have been using Ubuntu for quite a while now, but one thing I really dislike is that all the themes are huge space wasters compared to Windows XP. This finally got me angry enough to create a customized version of the Clearlooks theme that tries to be very compact but still maintain its beautiful look. I like the result quite a lot, I have been using this theme for more than two weeks now and it works great. It is especially nice for intense applications like Eclipse. [Read More]
      Tags:
      • clearlooks
      • comparison
      • gtk
      • linux
      • release
      • theme
      • ubuntu
    • New Release of XDCC-Fetch

      Posted on November 4, 2007

      XDCC-Fetch is a nice little application written in Ruby that is able to download from XDCC bots on IRC. I have updated it to work with fox 1.6, so this should work with the recent Ruby version. [Read More]
      Tags:
      • freeware
      • release
      • ruby
      • xdcc
      • xdcc-fetch
    • New Release of Dice-RPG

      Posted on November 4, 2007

      I was bored today so I have updated my little program Dice-RPG to work with fox 1.6. [Read More]
      Tags:
      • Dice-RPG
      • freeware
      • release
      • RPG
      • ruby
    • Howto Change Ubuntu Forced fsck

      Posted on November 3, 2007

      In Ubuntu 7.10 the boot hard disk is checked every 20 boots. I have to boot my laptop quite often, so about once a week booting takes more than 10 minutes. This clearly sucks. Fortunately, there is an easy way to fix this. With tune2fs it is possible to change the interval from mount-times to timed interval: [Read More]
      Tags:
      • boot speed
      • fsck
      • harddisk
      • howto
      • tune2fs
      • ubuntu
    • Optimized pow() approximation for Java, C / C++, and C#

      Posted on October 4, 2007

      I have already written about approximations of e^x, log(x) and pow(a, b) in my post Optimized Exponential Functions for Java. Now I have more :smiley: In particular, the pow() function is now even faster, simpler, and more accurate. Without further ado, I proudly give you the brand new approximation: [Read More]
      Tags:
      • C++
      • floating point
      • java
      • optimization
      • programming
    • Climbing the Donnerkogel Klettersteig

      Posted on September 23, 2007

      I just came home from a fabulous Klettersteig (I don’t know an English name for this, maybe “fixed rope route”), namely the Donnerkogel. This was a fabulous day, excellent weather, and we had a lot of fun. Here are some impressions: [Read More]
      Tags:
      • climbing
      • pictures
      • travel
    • Comprehensive Linux Terminal Performance Comparison

      Posted on September 1, 2007

      Linux has an abundance of excellent terminal applications. Interestingly, I could not find any decent comparison of their text display performance. Since I use the command line a lot, I want text output that is as fast as possible. When you compile a large project, you don’t want the console output to be the limiting factor. [Read More]
      Tags:
      • benchmark
      • comparison
      • linux
      • performance
      • terminal
      • ubuntu
    • Javadoc Search Engine Updated

      Posted on August 22, 2007

      The Javadoc Search Engine now searches JDK 7 too: [Read More]
      Tags:
      • google
      • java
      • jdk
      • search engine
    • Ajax Dojo Comet Tutorial

      Posted on August 21, 2007

      EDIT: This tutorial is for an old version of dojo / comet, and it will not work in a recent version! [Read More]
      Tags:
      • ajax
      • comet
      • dojo
      • howto
      • programming
      • tutorial
    • Java Developer Kit (JDK) Search Engine

      Posted on July 20, 2007

      Thanks to Google Co-op I have just created a new search engine that searches the JDK documentation. It is quite convenient because you can use the labels to choose which version you like to see: [Read More]
      Tags:
      • google
      • java
      • jdk
      • search engine
    • Top 10 Posts of 2007

      Posted on July 11, 2007

      Over the last year I have gotten quite a lot of traffic, so I think it is time to create a top ten list of the most successful articles since then. [Read More]
      Tags:
      • blog
      • martin.ankerl.com
      • posts
      • top 10
    • Project Development Phases

      Posted on June 5, 2007

      The 6 stages of every project are: [Read More]
      Tags:
      • fun
      • project development
      • quote
    • Erlang Syntax Highlighting

      Posted on May 6, 2007

      I have written a language definition file for GtkSourceView to get a nice syntax highlighting for Erlang with applications that use this component, e.g. Gnome’s standard editor gedit. [Read More]
      Tags:
      • editor
      • erlang
      • gedit
      • programming
      • syntax highlighting
    • How to Install Anything in Ubuntu Condensed

      Posted on April 19, 2007

      This is a very condensed excerpt of the excellent article How to install ANYTHING in Ubuntu. [Read More]
      Tags:
      • howto
      • install
      • linux
      • ubuntu
    • RFind - Quickly Find Files

      Posted on April 1, 2007

      RFind is a little application that indexes the filenames of a given directory, and allows to quickly search this index with regular expressions. [Read More]
      Tags:
      • freeware
      • release
      • RFind
      • ruby
    • TextAnalyzer in Python

      Posted on March 29, 2007

      I have just found out that somebody has translated my textanalyzer from Ruby into Python. It also contains some improvements like stopwords. The core algorithm is still the same. Get it at kelpheavyweaponry.com.
    • e — New Release of Extract Any Archive

      Posted on February 25, 2007

      Extract Any Archive just got better: When you extract multiple archives at once, e.g. with [Read More]
    • Exponential Functions: Benchmarks, 8 Times Faster Math.pow()

      Posted on February 12, 2007

      I have updated the code for the Math.pow() approximation, now it is 11 times faster on my Pentium IV. Read Optimized Exponential Functions for Java for more information. Now I can also give you some benchmarks: [Read More]
      Tags:
      • approximation
      • benchmark
      • java
      • math
      • pow
    • Optimized Exponential Functions for Java

      Posted on February 11, 2007

      Usually microoptimization is only done in C or C++, but it works quite well in Java too. For a project I needed very fast log() and exp() calculations, and Java’s Math.log() and Math.exp() just doesn’t cut it. After a bit of research I have found the following approximations that are good enough for me: [Read More]
    • ← Newer Posts
    • Older Posts →
    • RSS
    • Email me
    • GitHub
    • Twitter
    • Reddit
    • LinkedIn
    • StackOverflow
    • YouTube
    • Patreon

    Martin Leitner-Ankerl  •  2024  •  martin.ankerl.com  •  Edit page

    Powered by Beautiful Jekyll