Skip to content
View amix's full-sized avatar

Organizations

@Doist
Block or Report

Block or report amix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. vimrc vimrc Public

    The ultimate Vim configuration (vimrc)

    Vim Script 30.1k 7.3k

  2. Doist/bitmapist Doist/bitmapist Public

    Powerful analytics and cohort library using Redis bitmaps

    Python 935 77

  3. Groups (clusters) similar lines toge... Groups (clusters) similar lines together from a text file using k-means clustering algorithm.
    1
    """
    2
    Groups (clusters) similar lines together from a text file
    3
    using k-means clustering algorithm.
    4
    5
    Also does some simple cleaning (such as removing white space and replacing numbers with (N)).