Patrick's Blog
Graph cut MEX wrappers
March 17th, 2010I uploaded a graph cut MEX wrapper to the software section of this website.
Posted in academics, programming | No Comments »
stroll: Structured Output Learning Library
April 1st, 2009I just released the first publicly available version of stroll, a library for structured output learning. stroll amongst other training algorithms also includes the spanning tree algorithms that I’ll be presenting in two weeks at AISTATS 09 in Clearwater, Florida. To learn more about the software, see the project page.
Posted in academics, programming, website | No Comments »
New blog design
January 5th, 2008I changed the blog design to something that looks very similar to the other parts of my webpage.
While the WordPress theme code is not as ugly as I initially thought, I would still consider it as horrible code and I think software like wordpress would greatly profit from a switch to the beloved smarty template engine.
I hope this is my last website related post for 2008.
Posted in programming, website | 1 Comment »
My gvimrc
July 17th, 2006In case someone is interested… For the TeX stuff to work, one needs to install vim-latexsuite.
syntax on
set autoindent
set tenc=utf-8
set enc=utf-8
if has("eval")
let g:Tex_AutoFolding=0
let g:Tex_SmartKeyQuote=0
endif
set lines=50
set columns=100
Posted in linux, programming | Comments Off