Skip to content
View solutus's full-sized avatar

Block or report solutus

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

    database, implemented from scratch for study purpose

    Ruby 1

  2. proc_chain proc_chain Public

    Simple gem to build chains without redundant variable naming.

    Ruby 1

  3. ya_checker ya_checker Public

    ya_checker - retrieves search results for keyword from xml.yandex.ru and returns url from particular position.

    Ruby 1 1

  4. bidirect breadth first search algori... bidirect breadth first search algorithm based on doc -> relations:array -> doc model
    1
    require 'set'
    2
    
                  
    3
    # Purpose of this class - to build connected undirected graph
    4
    # and effectively find all possible paths between vertices
    5
    # relations between docs in graph described below.
  5. dotfiles dotfiles Public

    dot files to configure environment for software development on ruby / rails

    Shell