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
Merge: Merge two directories without losing files
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
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:
- segmentation for the paper Luis Pedro ...
Read full article
Readmagick
Readmagick
Readmagick is a simple wrapper around ImageMagick's image reading functions.
Read full article
NGH
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
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
Milk: Machine Learning Toolkit for Python
This is the code that I use for my research projects.
If you like ...
Read full article
Mahotas
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
Imread: Reads images into numpy arrays
This is a simple image module, which has two functions
- imread
- reads an image ...
Read full article
Hex
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
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
El Greco
This is an implementation of topic models in C++ with a Python interface.
What is it?
Status
Pre-alpha ...
Read full article