Danilo

Results 12 issues of Danilo

I saw this repository via Logan Kilpatrick and his contributions to the Julia community. Since I loved the idea of this novel notebook format, and given that the project is...

Another fixed-point standard, included in IEEE's SystemC, has a mode SC_RND described in their manual, section 7.10.9.12 which states > This rule shall be used for all rounding modes when...

#### Your system information * System information from steam: [System Info](https://gist.github.com/danilo-bc/8ea2e8ed03a4610991ade87de15b53cb) * Have you checked for system updates?: Yes * Are you using the latest stable video driver available for...

I haven't found any reference on some of the options in the .ini file. I think it can be updated with commentary for this block: > SwapEffect = -1 >...

I've recently come to know both projects (https://github.com/JuliaMath/FixedPointNumbers.jl) and I think they're pretty similar, although this project focuses on fixed-point numbers for finances, whereas the other focuses on image processing....

From the Wikipedia example on TOML (https://en.wikipedia.org/wiki/TOML#Example) it is possible to nest tags by adding the dot operator, as in [servers], [servers.alpha], [servers.beta], as well as adding comments to a...

I've been using SystemC for modelling systems with fixed-point arithmetics for a while. It focuses on describing hardware systems with C++ language and it's been pretty mature, with an IEEE...

enhancement
add-on

### Describe the bug This started as a [Stack Overflow question](https://stackoverflow.com/questions/78437116/cannot-cythonize-c-source-if-function-isnt-explicitly-used-in-a-new-python-fu) and was pointed to be a possible bug. ### Code to reproduce the behaviour: hello.cpp ```cpp #include void hello_from_cpp()...

defect
Code Generation

I love this project and all it brings. My only problem is that it always creates logs in the `logs` folder and populates the `OUTPUT.TXT` file. Once I properly configure...

Hi, I've seen your other repositories, specially the one for NieR. Is there a chance this could also be ported to inject via dinput8 instead of dxgi? As you mentioned...