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

Block or report Jamedjo

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

    Forked from andulv/RSTabExplorer

    RockSmith Tab Explorer

    C# 49 3

  2. Collabda Collabda Public

    A library for building models from data files

    Ruby 1

  3. StreamShare StreamShare Public

    Android tool for sharing RTSP links to other devices, to watch phone-only streams on a PC.

    Java 4

  4. Raticon Raticon Public

    Turn folder icons into movie posters with imdb ratings.

    C# 8 3

  5. docker-test-saml-idp docker-test-saml-idp Public

    Forked from kristophjunge/docker-test-saml-idp

    Dockerized plug and play SAML 2.0 Identity Provider (IdP) for development and testing.

    PHP 7 5

  6. exceed_query_limit.rb exceed_query_limit.rb
    1
    RSpec::Matchers.define :exceed_query_limit do |expected|
    2
      supports_block_expectations
    3
    
                  
    4
      match do |block|
    5
        query_count(&block) > expected