FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

codeimpossible (Jared Barboza) Β· GitHub

πŸ•
P I Z Z A
πŸ•
P I Z Z A

Highlights

  • Pro

Organizations

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.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

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 πŸ’Ύ

Pinned Loading

  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


Back | FazBrowse Home | New Git URL