Skip to content
View AndrewChau's full-sized avatar

Organizations

@andtorco

Block or report AndrewChau

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 Loading

  1. learn-gremlin-jupyter-notebook learn-gremlin-jupyter-notebook Public

    As a believer of learning through examples, I have decided to put my own examples of Gremlin queries inside Jupyter Notebooks for people to actually try out. The course is roughly based on this boo…

    Jupyter Notebook 32 9

  2. MozartMusicalDice MozartMusicalDice Public

    In 1787 the famous composer Wolfgang Amadeus Mozart devised a Musikalisches Würfelspiel (musical dice game) that lets you "compose without the least knowledge of music". Obviously, this is a very l…

    Scala

  3. Palindromes Palindromes Public

    Given a string s, find the longest palindromic substring in s.

    Scala

  4. LuckyNumbers LuckyNumbers Public

    A Lucky Number is a natural number in a set which is generated by a certain "sieve". This sieve is similar to the Sieve of Eratosthenes that generates the primes, but it eliminates numbers based on…

    F# 1

  5. CardFlippingChallenge CardFlippingChallenge Public

    This challenge is about a simple card flipping solitaire game. You're presented with a sequence of cards, some face up, some face down. You can remove any face up card, but you must then flip the a…

    F#

  6. csv.js csv.js Public

    Forked from rufuspollock/csv.js

    Simple, ultra-light (10kb) JS library for CSV parsing. Works in browser and node with zero dependencies.

    JavaScript