Skip to content
View LiamRM's full-sized avatar

Block or report LiamRM

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Taxplain Taxplain Public

    Visualize your tax flow

    JavaScript

  2. ReaderQuizzer ReaderQuizzer Public

    Forked from Ahmsanz/node-pdfjs

    This tool, ReaderQuizzer, is my Computer Science capstone project at NYUAD. The tool allows users to upload PDFs of academic readings, and automatically generate and display comprehension and analy…

    JavaScript

  3. SaladSync SaladSync Public

    Synchronizing the work of 4 concurrent "saladmaker" processes via appropriate P( ) and V( ) primitives, POSIX semaphores and shared memory. Written in C++, run on Linux.

    C++

  4. Part-Of-Speech-Tagger Part-Of-Speech-Tagger Public

    A stochastic part of speech tagger (POS tagger), which assigns each word in a text a part-of-speech label. Using a Hidden Markov Model and the Viterbi algorithm.

    Python