Skip to content
View baskeboler's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report baskeboler

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

    split text editor that converts html to hiccup format

    Clojure 1

  2. cljs-karaoke-client cljs-karaoke-client Public

    web karaoke player

    Clojure 17 4

  3. clj-karaoke-lyrics clj-karaoke-lyrics Public

    Extract lyrics data from karaoke midi files for karaoke applications

    Clojure 7

  4. cljs-sudoku cljs-sudoku Public

    a random sudoku solution generator in clojurescript

    Clojure 1 1

  5. Write pretty printed Clojure data st... Write pretty printed Clojure data structures to the clipboard
    1
    (ns clipboard.core
    2
      (:require [fipp.edn :as fipp])
    3
      (:import (java.awt.datatransfer DataFlavor Transferable StringSelection)
    4
               (java.awt Toolkit)
    5
               (java.io StringWriter))
  6. exercism/cpp exercism/cpp Public

    Exercism exercises in C++.

    C++ 245 196