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

Block or report alesya-h

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. live-components live-components Public

    Don't duplicate server state on the client and get realtime collaboration for free

    Clojure 9 1

  2. git-upstream git-upstream Public

    Turn a fork that has periodic merges of upstream into easily upstreamable rebaseable linear history (git-imerge rebase through merges)

    Shell 22

  3. arvo-commander arvo-commander Public

    Midnight commander clone in clojurescript, reagent, nodejs and react-blessed

    Clojure 4

  4. slice slice Public

    Write HTML/CSS interactively

    Clojure 3

  5. ruby_is ruby_is Public

    ruby syntax extension: double is {|x| x*2}; fib is memoized {|n| n<2 ? 1 : fib(n-2)+fib(n-1)}

    Ruby 2

  6. linux_detect_tablet_mode linux_detect_tablet_mode Public

    Detect if your laptop is in normal or tablet mode. Useful for Yoga laptops to disable keyboard/trackpoint/touchpad in a tablet mode

    Ruby 129 25