#
dune
Here are 60 public repositories matching this topic...
pyMOR - Model Order Reduction with Python
python
data-driven
state-space
control-systems
nonlinear-dynamics
parametric
model-reduction
model-order-reduction
fenics
reduced-basis
dealii
dune
empirical-interpolation
ngsolve
-
Updated
Apr 20, 2021 - Python
Nice parsers in OCaml without the boilerplate
-
Updated
Mar 26, 2021 - OCaml
evgeniysergeev
commented
Oct 4, 2019
We put a lot of effort into building the make check and make test commands to automatically identify errors like this. You would save a lot of trouble by running these a regular part of your workflow and taking the time to understand what causes them.
Originally posted by @pchote in OpenRA/d2#140 (comment)
Binding to Cairo, a 2D Vector Graphics Library.
-
Updated
Nov 25, 2020 - OCaml
Interpreter of the ITGL with dynamic type inference
-
Updated
Jan 16, 2019 - OCaml
OCaml Ctypes stubs generation notes
-
Updated
May 1, 2019 - OCaml
Open
Themes
3
jottenlips
commented
Sep 28, 2020
create a bunch of decent CSS markdown themes
puck is a opinionated and minimal zsh prompt with git support
-
Updated
Jul 6, 2020 - OCaml
My solutions to ProjectEuler problems in OCaml. Don't spoil yourself, please!
-
Updated
Mar 2, 2021 - OCaml
Spatial bio-chemical reaction model editor and simulator
-
Updated
Apr 21, 2021 - C++
Automatic coloring and shading of Dune coloring book using manga-style lineart model from deepcolor. Makes use of Tensorflow + cGANs
-
Updated
Mar 25, 2019 - Python
Fast forward solver for EIT
-
Updated
Dec 5, 2019 - C++
An example of web application written in OCAML
-
Updated
Apr 24, 2020 - OCaml
Interpreter of the ITGL with runtime type inference
-
Updated
Oct 16, 2018 - OCaml
A template repo demonstrating OCaml tooling and testing
-
Updated
Jun 21, 2020 - OCaml
Scripts and configuration files for the DUNE DAQ release
-
Updated
Apr 20, 2021 - C
Android treachery tracker companion for the Dune Boardgame
-
Updated
Dec 11, 2020 - Kotlin
An OCaml wrapper for the youtube-dl command line tool
-
Updated
Sep 2, 2019 - OCaml
Improve this page
Add a description, image, and links to the dune topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dune topic, visit your repo's landing page and select "manage topics."
Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.
Currently, the only workaround is to run dune with
-j 1 --no-bufferwhich is not ideal since it completely disables parallelism and also require a specific dune invocation.Another ide