-
Is any configuration / build scripts /ant OR maven going to be released for building these tools any time soon?
Very much interested in looking at how Netty is used with thrift.
Thanks for open sourc…
sheki updated
12 years ago
-
Add Guide/Links that can be used in various Projects. Add them in the comments using the following Markdown Template
```
# A Short Title
Description of this Guide.
**[Link]**
[Guide Link](l…
-
I have compile my projet YCSB but I have this error :
[main] INFO org.apache.solr.cloud.ZkTestServer - STARTING ZK TEST SERVER
[Thread-0] INFO org.apache.solr.cloud.ZkTestServer - client port:0.0.…
-
Selenium driver pulls in a ton of dependencies:
```
[info] +-org.scala-lang.modules:scala-xml_2.11:1.0.5 [S]
[info] +-org.seleniumhq.selenium:selenium-java:2.45.0
[info] +-org.seleniumhq.sele…
-
The `option` and `list` datatypes have a lot in common of each other. Both support the following operations:
``` sml
(* functor *)
val map : ('a -> 'b) -> ('a t -> 'b t)
(* monoidal functor *)
val u…
-
-
TL;DR: while passing parameters, instead of new form of "if", consider standard form of ternary operator `cond? v1 : v2`, where each of v1,v2 might have a special value "default".
Though I'm pretty …
-
```
> sbtVersion
[info] 0.13.5
> set incOptions := incOptions.value.withNameHashing(true)
[info] Defining *:incOptions
[info] The new value will be used by compile:incCompileSetup, test:incCompileSetu…
-
Due to Apache compliance requirements, license incompatibilities must be resolved. The list of all dependent classified licenses in streampark is as follows:
-----
### Apache-2.0 licenses
The…
-
Forked from an internal discussion between @MichaelRFairhurst and @jonahwilliams.
It looks like this infers `x` as `dynamic`:
```dart
main() {
var x = null;
// In DDC/Dart2 runtime: Lis…