Skip to content
View bitoiu's full-sized avatar

Block or report bitoiu

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

    Chrome extension that wraps the selected text in a markdown link with the contents of the clipboard

    JavaScript 150 9

  2. github-red-alert github-red-alert Public

    Changes the GitHub notification icon to red if you have unread participating notifications.

    CoffeeScript 112 5

  3. venn venn Public

    Fluent API for set operations.

    JavaScript 9 4

  4. Prolog: Missionaries and Cannibals Prolog: Missionaries and Cannibals
    1
    % Run missionaries(((3,3),(0,0),1),[],Path).
    2
    
                  
    3
    validMove(Position, Visited):-
    4
        notMember(Position,Visited),
    5
        positiveCount(Position),