Skip to content
View youkale's full-sized avatar
🤪
On vacation
🤪
On vacation

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. sql4jsql4jPublic

    A lightweight persistence framework

    Java 7 2

  2. echogy-io/echogyechogy-io/echogyPublic

    A lightweight and efficient SSH reverse proxy tool

    Go 8 4

  3. paramsparamsPublic

    Params is Go library for convert url.Values to struct

    Go 19 8

  4. Clojure魔改definline支持重载Clojure魔改definline支持重载
    1
    (defmacrodefinline+
    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)