Search for '➛ acc6.top purchasing a Reddit account'

For details on the search query syntax, see the guide.

Total results: 7786, showing 745 - 768

Note: artifacts in italics are non-canonical forks. See the wiki for more details.


  • A light replacement for built-in <textarea /> component which automatically adjusts its height to match the content.

  • clojure.jdbc is a library for low level, jdbc-based database access.

  • A clojure library for running actions concurrently but restricting a number of threads.

  • A Clojure linter that enforces end-of-file newlines.

  • A re-frame effects handler for performing Google Analytics tasks

  • Material design colors defined in a Javascript object

  • A React based set of Color Pickers and components

  • A fork of the no longer maintained table component, designed to present millions of rows of data.

  • A ClojureScript implementation of alter-var-root

  • A reddit API wrapper for clojure

  • A positive test reporter for clojure.test

  • Leiningen plugin to create a cheatsheet for your Clojure project <3

  • A fix for an issue with clojure.lang.Reflector in GraalVM native-image JDK11.

  • Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.

  • A structural validation library for Clojure(Script)

  • Snitch injects inline defs in your functions and multimethods. This enables a repl-based, editor-agnostic, clojure and clojurescript debugging workflow. It is inline-defs on steroids.
  • onaio/hatti 0.4.7-225-SNAPSHOT

    A cljs dataview from your friends at Ona.io

  • The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Lang Component provides these extra methods. The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals.

  • Configure a Clojure system with EDN files

  • Simple logback appender for pushing to a given Slack channel

  • A Clojure library for no-fuss function mocking
  • cljsjs/auth0 9.12.2-0

    auth0.js is a UI-less client-side library for Auth0

  • A tiny util for excluding Immutant dependencies from Leiningen dependency coordinates

  • A Leiningen template for a ClojureScript setup with Reagent.