-
I want to use oktavia on Tinkerer (Using Sphinx to generate Blog).
But Don't move oktavia-mkindex.
Could you tell me how to use oktavia on Tinkerer?
environment
```
OS: MacOX10.7.5 (Lion)
Python v2…
-
```
julia> using BenchmarkTools
julia> a=BitVector(rand(Bool,1 @btime versioninfo()
Julia Version 1.0.0
Commit 5d4eaca0c9 (2018-08-08 20:58 UTC)
```
The immediate problem is that lexicographic …
-
Blocked by https://github.com/rizinorg/rizin/issues/3455
Support numbers bigger than 64 bit ones
```
ℤ rz-ax =10 b11111111111111111111111111111111111111111111111
-1
ℤ rz-ax =16 b111111111111111…
-
Following scenario shows invalid result produced by the abductive generalisation transformer:
Input::
**Initial value**:: `$guard#25 && !(x#phi25 >= 1) && !(-((signed __CPROVER_bitvector[33])x#phi25…
-
Couple of things:
- [x] Need Doxygen documentation enabled for functional components
- [x] (might) Need `ArchData::Line` objects to be able to copy to each other and clear dirty flags
- [x] Speed u…
ghost updated
3 weeks ago
-
Hi there,
I seem to be not able to get constant time rank lookup for my `BitVector`.
I get a throughput of `1.3 MiB/sec`. Here is a minimal example of my usage:
```rust
use succinct::stream…
-
**Minimal Reproducible Example 👇**
```
f(x, p = nothing) = - 0.17416892598381517 - 0.04003064633247909*x[1] + 0.04583730611180919*x[2] + 0.005229901524626298*x[1]^2 + 0.0017265452658399075*x[1]*x[…
-
Imagine a circuit with input `I` of type `Bits(4)`. If we have a `fault.Tester` for this circuit, and we issue for example a `poke(circuit.I, 100)`, what should happen? I see 3 options:
- In `Teste…
-
```pytb
TypeError: 'NoneType' object is not iterable
Traceback (most recent call last):
File "/opt/venvs/nav/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_respo…
-
Currently, when outputting BitVector constant, it can only output binary string which is can be 4 times longer than the corresponding hexadecimal string. So, I think supporting this would be great!
…