-
# Summary
In my solution, I used a PriorityQueue to store Servers and used different Comparators to sort the Servers based on priorities. My Server has 3 main attributes, int serverID, int serveStatu…
-
In our code, we've ended up writing ad-hoc ordering functions for netip.Prefix a whole bunch of times, for use with sort.Slice and the new slices.SortFunc. Writing those ordering functions is repetiti…
-
Hi Yann,
I run into a problem with compareProb. I think that v1 is null at this point:
```
for (String v1 : vs1) {
if (v1.equals("")) {
continue;
}
```
My data has s…
-
I'm using GraphQL in Golang with [gqlgen](https://github.com/99designs/gqlgen) and [Bun](https://github.com/uptrace/bun) as ORM.
I'm using [DDD](https://en.wikipedia.org/wiki/Domain-driven_design) …
-
Vulnerable Library - commons-io-2.6.jar
The Apache Commons IO library contains utility classes, stream implementations, file filters,
file comparators, endian transformation classes, and much more.
…
-
After fixing #99 some regression was introduced in tablecloth regarding comparison of any type. Till the last version, the following code was working. `` could be treated as an universal comparator.
…
-
### Version used
* `AET 2.1.7-SNAPSHOT`
### Context of the issue/feature
Currently, we don't have a naming convention for parameters. For example please look at layout comparator: `pixelThresho…
-
How can I specify more than one conditional on the same column name?
Ex.
`find({
inputDate: orm.lt(new Date()),
inputDate: orm.gte(new Date(1997,01,01)
});`
I see there is an `orm.between()` …
-
Add support for sorted groups (aka secondary sort) for groupBy and coGroup data streams.
In the generic case of custom sort comparators for groupBy this could look for example like:
```
myInput group…
-
Adjust the Python code to work with Python 2.6 as well as Python 2.7.
```
--- boto-2.9.2/bin/mturk.orig 2013-05-02 11:07:33.957693616 -0700
+++ boto-2.9.2/bin/mturk 2013-05-02 12:27:47.929525927…