Skip to content
View youkale's full-sized avatar
🌴
On vacation
🌴
On vacation
Block or Report

Block or report youkale

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
youkale/README.md

Hi there 👋

Pinned Loading

  1. sql4j sql4j Public

    A lightweight persistence framework

    Java 7 1

  2. webssh webssh Public

    ssh reverse proxy

    Go 9 3

  3. params params Public

    Params is Go library for convert url.Values to struct

    Go 19 8

  4. Clojure魔改definline支持重载 Clojure魔改definline支持重载
    1
    (defmacro definline+
    2
      [name & decl]
    3
      (let [body (map (fn [[args# expr#]]
    4
                        (let [f# (apply (eval (list `fn (list args# expr#))) args#)]
    5
                          `(~args# ~f#))) decl)