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

Block or report NoamB

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

    Magical authentication for Rails 3 & 4

    Ruby 2.3k 393

  2. acts_as_permissible acts_as_permissible Public

    An activerecord based RBAC permissions system.

    Ruby 37 2

  3. camelize-dasherize mini library camelize-dasherize mini library
    1
    (ns util.camelize-dasherize
    2
      (:import (clojure.lang IPersistentMap Keyword))
    3
      (:require [clojure.string :as s]
    4
                [clojure.zip :as zip]))
    5
    
                  
  4. Httpkit code reading Httpkit code reading
    1
    Http-kit code reading
    2
    
                  
    3
    HttpException - standard exception
    4
    
                  
    5
    DynamicBytes - self expanding byte array
  5. http-kit http-kit Public

    Forked from http-kit/http-kit

    http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support

    Java

  6. ring-jetty9-adapter ring-jetty9-adapter Public

    Forked from sunng87/ring-jetty9-adapter

    Ring adapter for jetty9, which supports websocket and spdy

    Clojure