Felipe Barriga Richards Blog

Blog personal de Felipe Barriga Richards
May 17, 2010

Solve Progressive Party Problem (PPP) with ZIMPL and lp_solve

Delicious Delicious Facebook Facebook TwitterTwitter Categories: Programacion - Tags: , , ,

Introduction

Here is a model to solve the Progressive Party Problem using ZIMPL as the modeling language and lp_solve as the solver. This model is to minimize the number of host boats.
Read it all..

OpenStreetMap Heatmap (using OpenLayers)

Delicious Delicious Facebook Facebook TwitterTwitter Categories: Programacion - Tags: , , ,

After been working sometime with OpenLayers I figure out how to make heatmaps generated in the user browser. Now I’m using OpenStreetMap for both map and data. As is based on OpenLayers you can use any map (including Google Maps) and get data from other places.

There are some similar projects: gheat (server side), Google Maps – Heatmap (server side, not dynamic) and HeatMapAPI (server side and need an API key). If you know another API/Library to make Heatmaps please send me an email.

Currently you can watch the following demo videos (try to watch them on HD and fullscreen):
Read it all..

November 6, 2009

PyVideoConvert

Delicious Delicious Facebook Facebook TwitterTwitter Categories: Programacion - Tags: ,

PyVideoConvert es un programa hecho en python que estoy [Estuve!] haciendo para convertir videos para verlos en my iPod. Basicamente es un frontend para ffmpeg hecho en python y wxWidgets.

Como la mayoria de mis programas (y muchos por ahi), dudo que avance y alguien mas lo ocupe, pero igual lo publicare ya que es usable.

PyVideoConvert Screenshot

PyVideoConvert Screenshot


Read it all..