-
### min() and max() should work with vectors
ie:
```
function min(a, b, ... n) = if(
/* argument count > 1 and arguments are vectors */
)
[
for(i = [0: len(a)-1])
min(a[i], b[…
-
Chisel provides a **unsafe** version of get class type: `Class.unsafeGetClassTypeByName`, this is used when user need a Class Type w/o get the Scala val of which.
This will cause an issue:
I guarant…
-
To allow more complex ordering, for example using Stern-Brocot trees
```html
33333
1111
22222
```
https://jsfiddle.net/crl/gvffk5c4/1/
-
When registering or posting to a stream using the Origin.Server interface, the order of the keys in the register and post dicts matters. In practice this means that is a stream is re-started with a di…
-
# Dropbox
## Proposal 1: Modeling Data subdirectories are a Drop Box
In this proposal, you can put things anywhere in Modeling_Data as long as:
• you can point to a reader that reads data, applies…
-
# Objective: Understand Java Basics
A high-level programming language used to create complete applications that may run on a single computer or be distributed among servers and clients in a network.…
-
Hi,
My code is as follows:
```
fit2
-
On my system the board shows up as two distinct devices under `/dev/input`. Due to precarious circumstances, they are `/dev/input/event9` and `/dev/input/event10`, but because xarcade2jstick simply op…
-
Hello,
I have a foreach rule for a set of files with names made of hexadecimal digits, each producing its own output file and all of them collected in a `{bin}`.
I then have a rule using this bi…
-
This is a feature request (as discussed with @bluegenes earlier today) to have the k-mers that correspond to the hash values also returned when doing a `sourmash sketch`. I was made aware of [sourmash…