Giter VIP home page Giter VIP logo

msc-code's Introduction

Python

Code for landmark isomap (aka Nystrom approximation), Procrustes analysis, and various VTK/PIL visualization tools.

To use the library and scripts, add to your ~/.bashrc :

export PYTHONPATH=~/code/python/lib:${PYTHONPATH}

The OpenCV spilltrees, much faster than the scipy.spatial kd-trees, rely on two patches I sent to OpenCV:

  1. ticket 960, included in SVN revision 4853
  2. ticket 1082, not included yet

Perl

These are various scripts written for my personal usage.

flickr.pl

Download images from Flickr, with possibility to search by lat-long box and/or keywords, to choose the size or download the original images (when allowed by the author).

pdf2text.pl and pdfdir2text.pl

The first one is a wrapper around the Linux program pdf2text. The point is to get rid of redundant blanks and non-ASCII characters.

The second one is a wrapper around the first one to reproduce an entire tree of directories, turning the PDF into text files. Very handy when you are given hundreds of PDF and wish to use grep.

convert_OS_postcodes_to_LatLong.pl

UK postcodes are freely available at Code-Point® Open. They are in OS grid format, this script turns them in lat-long format.

Bash

image_path.sh and magick_morph.sh

The first one turns a list of images in a single line image, the second one takes a list of images and turn it in a progressive blending animated GIF.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.