arm
Here are 2,089 public repositories matching this topic...
-
Updated
Nov 11, 2020 - C++
-
Updated
Dec 4, 2020 - C
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with time.Sleep, we need to make some per-board changes.
Previously, sleepTicks (the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup
-
Updated
Nov 26, 2020 - Python
paddle-mobile将开发一个新的版本,为了:
- 支持Paddle Fluid
- 更小的体积
- 更快的速度
- 更广泛地支持各种arm设备和终端平台
因此,paddle-mobile将会进行一次完全的重构,从框架设计到代码开发。在新版本开发完成后,将会删除原有mobile-deep-learning的代码。新版本开发期间,代码将放置在paddle-mobile repo的一个子目录下。对于子目录的命名,目前有3个候选,希望大家投票:
👍 zygote👎 paddle❤️ fluid
有更好的建议,请回复issue。相关issue:#121
另外,待新版本代码开发完成,移除老版本mobile-deep-learning代码后,新版本代码将移出子目录,直接放置在paddle-mobile repo下面。
-
Updated
Dec 3, 2020 - C++
-
Updated
Dec 3, 2020 - C
-
Updated
Dec 5, 2020 - Python
-
Updated
Dec 8, 2020 - C++
-
Updated
May 16, 2020 - Python
Python 3 bindings
Implement Python 3 bindings, so wasm3 can be easily used from Python.
Resurrecting the second bullet from #1334
- Figure out how to fix favicon / logo more generally (here's a start https://github.com/tock/tock/tree/doc-updates)
-
Updated
Dec 8, 2020 - C#
-
Updated
Dec 6, 2020 - C
-
Updated
Nov 29, 2020
-
Updated
Nov 27, 2020 - C++
-
Updated
Dec 8, 2020 - Vue
-
Updated
Dec 8, 2020 - Shell
-
Updated
Dec 7, 2020 - OCaml
-
Updated
Dec 6, 2020 - Shell
-
Updated
Nov 24, 2019 - Python
Improve this page
Add a description, image, and links to the arm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arm topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
There is no way to pretty print a
simdjson::dom::elementto a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).Describe the solution you'd like
A function like
to_pretty_string()or a configurable stream manipulatorprettyor a stand-alone classPrettyPrinter. Wha