-
Updated
Apr 13, 2021 - Clojure
Clojure
Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.
Here are 4,575 public repositories matching this topic...
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
-
Updated
Mar 31, 2021 - Python
-
Updated
Apr 7, 2021 - Assembly
-
Updated
Apr 2, 2021 - Clojure
-
Updated
Apr 13, 2021 - Clojure
-
Updated
Apr 12, 2021
-
Updated
Apr 9, 2021 - Kotlin
-
Updated
Apr 13, 2021 - Clojure
For JavaDoc to work properly for third-party libraries we need to register their JavaDoc like this:
(javadoc/add-remote-javadoc "com.amazonaws." "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/")
(javadoc/add-remote-javadoc "org.apache.kafka." "https://kafka.apache.org/090/javadoc/")
For the sake of convenience we can add some configuration map that gets evaluated when a REP
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
-
Updated
Nov 13, 2020 - Clojure
-
Updated
Jul 20, 2020 - HTML
-
Updated
Feb 19, 2021 - Clojure
-
Updated
Feb 21, 2021 - Java
-
Updated
Apr 8, 2021 - Clojure
-
Updated
Aug 31, 2019 - Clojure
-
Updated
Apr 1, 2021 - Clojure
Is your feature request related to a problem? Please describe (REQUIRED):
I was frustrated debugging a physics issue with an object which changes size dynamically. Eventually, I realized that its collision object wasn't scaling with it. After 30 minutes of Googling this issue, I realized that Defold already has the ability to handle this properly, but it's disabled by default. While I don't f
Created by Rich Hickey
Released October 16, 2007
- Organization
- clojure
- Website
- clojure.org
- Wikipedia
- Wikipedia

At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.