Skip to content
View javiajinkal's full-sized avatar
Block or Report

Block or report javiajinkal

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. Bloom-Filter Bloom-Filter Public

    Uses http://www.stopforumspam.com/downloads/listed username 30.zip as your set S (set of usernames known to be spam for the last 30 days). Uses http://www.stopforumspam.com/downloads/listed usernam…

    Python 1

  2. Dependency-Based-Remote-Code-Repository Dependency-Based-Remote-Code-Repository Public

    Remote Code Repository maintained by server and accessible by client for code management • Provides check-in/extract package facilities and auto generation of metadata on server side • Supported HT…

    C++

  3. Flajolet-Martin Flajolet-Martin Public

    Python code implements the Flajolet-Martin (FM) algorithm. It counts the number of distinct quotes (quotes are denoted with lines that start with Q) in the MemeTracker dataset (all files): https://…

    Python 1

  4. Parallel-Dependency-Analysis Parallel-Dependency-Analysis Public

    This application evaluates the dependency graph for all the packages under a specified file collection and displays results by listing each of the files and their dependencies. For each file the an…

    C++

  5. Parser Parser Public

    Parser application typically parse's C++ code. It has Rules and Actions which detects some grammatical construct, e.g. function definition or data declaration and each action carries out an operati…

    C++ 2

  6. Text-Clustering Text-Clustering Public

    Identify all the unique words that appear in the “review/text” field of the reviews in the dataset (http://snap.stanford.edu/data/web-FineFoods.html). Clean the data and remove stopwords then iden…

    Python 1 3