Skip to content
View krtschmr's full-sized avatar
🏠
Creating the future
🏠
Creating the future
  • Amsterdam, Netherlands
  • 09:45 (UTC +02:00)
Block or Report

Block or report krtschmr

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

  1. monero monero Public

    Ruby client to connect to the Monero RPC

    Ruby 24 12

  2. cryptodonate.me cryptodonate.me Public

    Let streamers easily accept donations based on Bitcoin and other cryptocurrencies

    SCSS 11 6

  3. redjack redjack Public

    A replayable Black Jack game written in ruby

    Ruby

  4. a great way to implement friendship ... a great way to implement friendship AND blocklists for a rails-application. including specs for minitest.
    1
      class User
    2
       has_many :relations, class_name: "User::Relation"
    3
      has_many :friends,-> { where user_relations: {type: :friendship, state: :confirmed }},  through: :relations
    4
      has_many :pending_friendships,-> { where user_relations: {type: :friendship, state: :pending }},  through: :relations, source: :friend
    5
      has_many :blocked_users,-> { where user_relations: {type: :block }},  through: :relations, source: :friend
  5. monero-mining-calculator monero-mining-calculator Public

    The real Monero Mining Calculator - with the true blockreward calculation! Written in React.js.

    JavaScript 3 1

  6. xmrto xmrto Public

    API Wrapper for the amazing XMR.to service. Swap your Monero into Bitcoin. Written in Ruby <3

    Ruby 1