This script facilitates to load all the .fs files in the specified F# project in correct compilation order.
5 people like thisPosted: 12 years ago by nagat01
backup files , construct directory structure and then copy them one by one, ignore some sub directory in ignore list
5 people like thisPosted: 11 years ago by rigid wang
Given an input stream of "int|int" pairs (one such pair per line), output only those lines for which the right integer has at least k distinct integers on the left side, on the entire input stream. The number k is given as a command line argument.
5 people like thisPosted: 11 years ago by Aggelos Biboudis