Maciej Pacula (@mpacula)
  • Stars
    star
    85
  • Global Rank 233,631 (Top 9 %)
  • Followers 20
  • Following 4
  • Registered almost 14 years ago
  • Most used languages
    C++
    50.0 %
    Haskell
    16.7 %
    C#
    16.7 %
    Scheme
    16.7 %
  • Location πŸ‡ΊπŸ‡Έ United States
  • Country Total Rank 49,003
  • Country Ranking
    Scheme
    82
    Haskell
    2,384
    C++
    4,135
    C#
    9,491

Top repositories

1

AutoCorpus

AutoCorpus is a set of utilities that enable automatic extraction of language corpora and language models from publicly available datasets. Autocorpus utilities follow the Unix design philosophy and integrate easily into custom data processing pipelines.
C++
37
star
2

Scheme-Power-Tools

An assorted collection of Scheme utilities. Implements native monads, pattern matching, generic operator dispatch, serialization, event handling, memoization, suffix trees, among other things. It started as an attempt to add functionalities I missed from other languages such as Haskell, and eventually grew into a larger library. I hope you find it useful - I certainly have!
Scheme
31
star
3

Collocations-Benchmark

Counting word colocations in natural language corpora. This project benchmarks naive implementations of a colocation counter in C++ and Haskell, compiled with G++ and GHC. respectively.
C++
6
star
4

Multiple-Dispatch

This project provides easy-to-use and light-weight multiple dispatch (multimethods) for Java, .net and Windows Phone 7. Multiple dispatch gives you the ability to call methods based on the runtime type of arguments, eliminating the need for the Visitor pattern. It can help make you write code that is loosely coupled, less verbose and easier to understand. Windows Phone 7 support means that you can use multimethods in WP7 applications without waiting for Microsoft to support Silverlight 4.
C#
6
star
5

Beautiful-Sound

A collection of utilities for visualizing music. My first adventure into the world of sound.
C++
4
star
6

Strong-GP

Strongly Typed Genetic Programming
Haskell
1
star