-
There are at least these two libraries that implement s-expressions: https://github.com/mjsottile/sfsexp and https://github.com/rnpgp/sexpp they should probably be listed in addition to the libgcrypt…
-
Reference Implementation:
https://gist.github.com/clinuxrulz/6b61f690baca8c8046b36a1424eda17c
Will introduce hash-cons-ing to improve performance of generated code.
-
We need a relatively realistic reference Implementation, not only for our eventual consumers but for our own ideation.
-
We currently have a reference implementation for a zenoh-someip streamer. In addition to that there will be an implementation for a zenoh-mqtt streamer coming soon. These implementations can be great …
-
### Do we include a reference implementation in this repository?
kvoer updated
2 years ago
-
## Grant name
Simple Reference Implementation (BRI-3)
## Applicant background
Biswashree Dey - @biscuitdey - 2 years experience as a full-stack web developer and Blockchain developer. De…
-
To make this usable, it would be best to have a working reference implementation to read and write molecular JSON files according the spec as it evolves.
I will almost certainly maintain a implementa…
-
If you take a look at the work I've done on [Cypress for Amber](https://github.com/CampSmalltalk/amber-cypress), you'll see that I've got a fairly vanilla port of the [Monticello package/snapshot/patc…
-
Same as #302, but for nvcc/nvc++.
- [x] nvc++ (#606)
- [ ] nvcc (requires CUDA 12)
-
```
I'd like to request that the reference implementations be more extensible.
The DefaultUser class is not now extensible by classes outside of the
package, because of the constructor. What I end…