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

Block or report livcg

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

Popular repositories

  1. matrix-maker matrix-maker Public

    Ruby 1

  2. stark-sea-9284 stark-sea-9284 Public

    Ruby 1

  3. ENEXToTxtConverter ENEXToTxtConverter Public

    Converts Evernote ENEX file to plain text file containing title and content of each note

    Ruby

  4. TermCount TermCount Public

    Given n terms, print the k most frequent terms in descending order of their frequency

    Ruby

  5. PseudoFactorial PseudoFactorial Public

    Given a list of integers, output an integer-valued list of equal length such that the output element at index 'i' is the product of all input elements except for the input element at 'i'

  6. TermCountTDD TermCountTDD Public

    Given n terms, print the k most frequent terms in descending order of their frequency. Written using TDD.

    Ruby