NoamB - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View NoamB's full-sized avatar

Noam Ben Ari NoamB

Block or report NoamB

Pinned Loading

  1. Magical authentication for Rails 3 & 4

    Ruby 2.3k 376

  2. An activerecord based RBAC permissions system.

    Ruby 37 3

  3. 1

    (ns util.camelize-dasherize

    2

      (:import (clojure.lang IPersistentMap Keyword))

    3

      (:require [clojure.string :as s]

    4

                [clojure.zip :as zip]))
  4. 3

    HttpException - standard exception

    5

    DynamicBytes - self expanding byte array
  5. 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