Skip to content
View grge's full-sized avatar

Block or report grge

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 Loading

  1. wilf wilf Public

    We've got generating functions

    Python

  2. mcilroy_sieve.py mcilroy_sieve.py
    1
    """
    2
    3
    A prime sieve based on M. Douglas McIlroy's coroutine implementation.
    4
    5
    """
  3. Historical timeline viewer Historical timeline viewer
    1
    <!doctype html>
    2
    <html lang="en">
    3
    <head>
    4
    <script type="text/javascript" src="static/javascript/underscore.js"></script>
    5
    <script type="text/javascript" src="static/javascript/jquery.js"></script>
  4. elements elements Public

    A logic language for plane geometry

    TypeScript

  5. lambda lambda Public

    A minimal lambda calculus interpreter in Elm

    Elm

  6. expr expr Public

    A toy symbolic expression and rewriting engine

    Python