Skip to content
View zsombor's full-sized avatar
Block or Report

Block or report zsombor

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

Popular repositories

  1. attachment_fu attachment_fu Public

    Forked from technoweenie/attachment_fu

    Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.

    Ruby 3

  2. emacs-rails-reloaded emacs-rails-reloaded Public

    Forked from dmexe/emacs-rails-reloaded

    Minor mode for editing RubyOnRails code in Emacs

    Emacs Lisp 2

  3. pousse pousse Public

    Artificial intelligence playing a French board game. Basically it does a lot of number crunching and alpha-beta based lookups to provide a strong game play. It also makes some nasty errors by keepi…

    CoffeeScript 2

  4. parameter_cleaner parameter_cleaner Public

    Forked from madebymany/parameter_cleaner

    Strip angle brackets from Rails parameters at input, providing an extra level of security against XSS vulnerabilities.

    Ruby 1 1

  5. chosen chosen Public

    Forked from harvesthq/chosen

    Chosen is a library for making long, unwieldy select boxes more friendly.

    JavaScript

  6. shylock shylock Public

    Play Reversi against a strong Artificial Intelligence. Can only be defeated by other computer programs. The AI is powered by a deep look ahead search, paired with a pattern recognition based static…

    C++