Skip to content
View myxoh's full-sized avatar

Organizations

@ruby-grape
Block or Report

Block or report myxoh

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

    The code for a News-based social Network where everyone can write / vote / read news

    JavaScript 11

  2. whosright whosright Public

    Ruby

  3. fouriest.rb fouriest.rb
    1
    module Fouriest
    2
    	def to_base(x)
    3
    		raise ArgumentError, "the base must be a positive > 1 number" if x < 2 ||  x != (x.to_i)
    4
    		num = self
    5
    		new_string = ""