Skip to content
View codeimpossible's full-sized avatar
πŸ•
P I Z Z A
πŸ•
P I Z Z A

Organizations

@fragcastle
Block or Report

Block or report codeimpossible

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
codeimpossible/README.md

πŸ‘‹ Hi there, I'm Jared.

πŸ• P I Z Z A is life

Mastodon Follow

class Meatbag
  def initialize()
    h = yield(self) if block_given?
	  h.each do |key, value|
	    instance_eval { class << self; self end }.send(:attr_accessor, key)
      self.instance_variable_set("@#{key}".to_sym, value)
	  end
  end
end

def main
  @me = Meatbag.new do |m|
    {
      :name => "Jared Barboza",
      :username => "codeimpossible",
      :pronouns => "they/them",
      :location => "Boston, MA",
      :blog => "http://barboza.io",
      :hobbies => [:coding, :gaming, :film],
      
      # working on a game called Electric Noir
      :interests => [:programming, :gamedevelopment, :opensource],
      :is_active => true
    }
  end
end

Languages πŸ’Ύ

C# JavaScript Ruby Python C++

Pinned

  1. Recent Activity Recent Activity
    1
    πŸŽ‰ Merged PR #3 in troublecatstudios/noir-unity
    2
    πŸ’ͺ Opened PR #3 in troublecatstudios/noir-unity
    3
    πŸŽ‰ Merged PR #77 in troublecatstudios/todo-issues
    4
    πŸŽ‰ Merged PR #76 in troublecatstudios/todo-issues
    5
    πŸŽ‰ Merged PR #72 in troublecatstudios/todo-issues
  2. Github Activity Summary Github Activity Summary
    1
    ⭐    Total Stars:                               41
    2
    βž•    Total Commits:                           2.0k
    3
    πŸ”€    Total PRs:                                110
    4
    🚩    Total Issues:                              61
    5
    πŸ“¦    Contributed to:                             9
  3. play-z play-z Public

    we're making a zombie shooter! you know, for kids.

    JavaScript 3

  4. my-tweets my-tweets Public

    My tweets, backed up and committed automatically via github actions.

    JavaScript 2