Articles tagged Software

Suffix Trees

What are suffix trees?

Suffix trees are a tree representation of a string and all its suffixes. Consider the string ...

Read full article

Jug

Fork me on GitHub

Jug: A Task-Based Parallelization Framework

Talks About Jug

Two talks about jug coming up:

  1. 21 May at the Heidelberg Python ...

Read full article

Merge: Merge two directories without losing files

Fork me on GitHub

Merge: Merge two directories without losing files

This small script is used to merge two directories which may overlap in ...

Read full article

Python Morphology Toolbox

Fork me on GitHub

Python Morphology Toolbox

Pymorph is a collection of pure python implementations of many image morphology functions.

Includes basic operations such ...

Read full article

Python Snippets

Python Snippets

Litte bits of code that are cute or otherwise helpful.

Python Trie

Here's how to build a ...

Read full article

Reproducible Research

Reproducible Research

This is code for reproducing results in some of my published papers:

  1. segmentation for the paper Luis Pedro ...

Read full article

Readmagick

Fork me on GitHub

Readmagick

Readmagick is a simple wrapper around ImageMagick's image reading functions.

Read full article

NGH

Fork me on GitHub

NGH: NGS (Next Generation Sequencing) in Haskell

Handle NGS data in Haskell using a Conduit based interface.

This is for ...

Read full article

No Copy Reduce

No Copy Reduce Operations for Numpy

Numpy arrays come with several reduce operations: sum(), std(), argmin(), min(), ....

The traditional implementation ...

Read full article

Milksets: Machine Learning Datasets for Python

Fork me on GitHub

Milksets: Machine Learning Datasets for Python

This packages contains some U.C.I. datasets in a common Pythonic interface, which ...

Read full article

Milk: Machine Learning Toolkit for Python

Fork me on GitHub

Milk: Machine Learning Toolkit for Python

This is the code that I use for my research projects.

If you like ...

Read full article

Mahotas

Fork me on GitHub

Mahotas: Computer Vision in Python

Mahotas is a set of functions for image processing and computer vision in Python.

It ...

Read full article

Jug Tutorial

Jug Tutorial

What is jug?

Jug is a simple way to write easily parallelisable programs in Python. It also handles ...

Read full article

Software

Software

I have written some open-source software, some to scratch an itch, and some as part of my research.

Currently ...

Read full article

Imread

Fork me on GitHub

Imread: Reads images into numpy arrays

This is a simple image module, which has two functions

imread
reads an image ...

Read full article

Hex

Fork me on GitHub

Hex: Reimplementing TeX in Haskell

Hex is a reimplementation of TeX in Haskell. It is not very functional yet. It ...

Read full article

Git CMS

Fork me on GitHub

Git Content Management System

How is this website run?

This is a django website with a twist: all content is ...

Read full article

FASTA Reader

FASTA Reader in Python

A very simple reader/writer for FASTA encoded DNA sequences.

    # -*- coding: utf-8 -*-
    # copyright  2006 inesc/id ...

Read full article

Elgreco

Fork me on GitHub

El Greco

This is an implementation of topic models in C++ with a Python interface.

What is it?

Status

Pre-alpha ...

Read full article