Skip to content
View Sendao's full-sized avatar

Sponsoring

@The-Compiler

Block or report Sendao

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 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. AoC AoC Public

    JavaScript

  2. IsoSpells IsoSpells Public

    A bunch of web pages that create various interesting effects using word dynamics.

    HTML 1

  3. Solve expressions using js Solve expressions using js
    1
    let solve = function( tokens, start ) {
    2
      var end = tokens.length;
    3
      
    4
      for( i=start; i<end; i++ ) {
    5
        if( tokens[i] == '(' ) {
  4. KnowDB KnowDB Public

    grammar parser + information structure for facts

    JavaScript 2

  5. Monitor Monitor Public

    System monitor and controller

    C++ 1