-
Using AutoCorres 1.2 to abstract some C code, I discovered that I was able to prove some invalid Hoare triples. But I was not able to prove those same Hoare triples on the C-SIMPL output, which leads …
-
From http://joss.theoj.org/about#author_guidelines:
> *What are your requirements for submission?*
>
> - [x] Your software should be open source as per the OSI definition
> - [x] Your software…
-
## Quick Overview
Consolidate repetitive code (and redistribute documentation) to facilitate quicker refactoring.
\cc @soonho-tri @hongkai-dai @sammy-tri @RussTedrake
## Motivation
* Sepa…
-
For a year OpenBazaar 1.0 users (mostly vendors) have tested the Blockstack naming protocol, predominently through the OneName gateway. [Back in September 2016](https://www.reddit.com/r/ethereum/comme…
-
Bitcoin core 0.14 has a mempool saving feature that saves the mempool states between restarts. This is a very useful feature for people who multiboot between O/S's. (and also in the event of a system …
ghost updated
7 years ago
-
### Goals
1. Create cards that can hold images as well as textual information in different variations
2. Refresh the visual style to be modern.
3. Update the hover effect to be less "jumpy" and mor…
-
Specifically, when I compare
```
gfortran -O3 perf.f90 && ./a.out
gfortran -O3 -march=native -ffast-math -funroll-loops perf.f90 && ./a.out
```
on my machine, then I get 2x speedup on the `iterat…
-
With the published collision attack on SHA1 bittorrent may become less attractive for use-cases which don't just want simple integrity-checking (for which it still is perfectly fine) but also authenti…
-
I am starting this issue in light of the recent announcement of [dropping ReactJS support](https://ma.tt/2017/09/on-react-and-wordpress/) by Matt.
---
Since I believe the community is moving in…
-
For certain tokens, a default string might be useful, e.g. when pulling the icon name from a feature, there may be features with that property not set. In those cases, it'd be cool to specify a defaul…