#
arm64
Here are 401 public repositories matching this topic...
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
security
arm
framework
mips
x86-64
ethereum
reverse-engineering
disassembler
webassembly
riscv
x86
arm64
sparc
m68k
powerpc
systemz
bpf
m0s65xx
m680x
tms320c64x
-
Updated
Dec 3, 2020 - C
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
c
swift
ios
generator
objective-c
actor-model
asm
actor
await
arm64
objc
coroutine-library
coroutine
tuple
await-promises
-
Updated
May 29, 2020 - Objective-C
rust
raspberry-pi
tutorial
kernel
os
operating-system
raspberry
rpi3
arm64
aarch64
bare-metal
armv8
raspberry-pi-3
embedded-rust
rpi4
raspberry-pi-4
-
Updated
Dec 28, 2020 - Rust
-
Updated
Dec 31, 2020 - Vue
aiminickwong
commented
Oct 11, 2019
该项目已由国际合作团队接管, 为及时回复, 请使用英文交流.
This project has been taken over by the international cooperation team. In order to respond promptly, please use English to communicate.
Open
实际并没有问题,就是特此表达敬意!
7
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
docker
raspberry-pi
rpi
arm
ffmpeg
homebridge
x86-64
alpine-linux
homekit
arm64
siri
armhf
aarch64
armv6
docker-homebridge
homebridge-docker
arm6
libfdk-aac
-
Updated
Dec 18, 2020 - Shell
Hand-crafted Frida examples
android
java
ios
objective-c
reverse-engineering
instrumentation
dynamic-analysis
java-native-interface
arm64
mobile-security
frida
aarch64
hooking
runtime-analysis
-
Updated
Dec 24, 2020 - JavaScript
mr-c
commented
Dec 30, 2020
Examples from simd-everywhere/simde#685
SIMDE_FLOAT32_C(-2147483650.0)
SIMDE_FLOAT32_C( 2147483649.0)
SIMDE_FLOAT64_C(-2147483650.0)
SIMDE_FLOAT64_C( 2147483649.0)
The procedure is:
- Find tests that use
SIMDE_FLOAT32_CorSIMDE_FLOAT64_Cin theirtest_vec - Copy-n-paste an entry in the
test_vec, modifying the inputs using the overflow valu
This repository was deprecated, use:
-
Updated
Feb 18, 2019 - C#
DEPRECATED - DO NOT USE | Go here instead ->
freebsd
rpi
arm
firmware
raspberrypi
windows-10
opensuse
uefi
rpi3
arm64
ubuntu-arm
aarch64
armv8
64-bit
raspberry-pi-3
win10
arm-linux
raspberry-pi-uefi
windows-on-arm
-
Updated
Feb 19, 2020 - C
Notepad2 is a light-weight Scintilla-based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for about 70 programming languages/documents, bundled with file browser plugin metapath and dark theme.
-
Updated
Dec 31, 2020 - C++
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
-
Updated
Oct 13, 2020 - Shell
Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
-
Updated
Jun 26, 2018 - Shell
Pharos - The Kubernetes Distribution
kubernetes
devops
containers
kubernetes-cluster
pharos
amd64
kontena
arm64
bare-metal
on-premise
kubernetes-distribution
-
Updated
Oct 18, 2020 - Ruby
Raspberry Pi PCI Express device compatibility database
-
Updated
Dec 30, 2020 - HTML
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
arm
neon
sse
simd
x86
arm64
aarch64
armv7l
biilabs
armv8-a
intel-sse-intrinsics
neon-intrinsics
sse-intrinsics
sse2neon
-
Updated
Dec 31, 2020 - C
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
python
arduino
machine-learning
performance
deep-neural-networks
deep-learning
microcontrollers
neural-network
compiler
raspberrypi
llvm
odroid
tensor
arm64
sparkfun-products
edge-devices
onnx
dnn-compiler
dnnc
inference-framework
-
Updated
Nov 4, 2020 - C++
Execute Objective-C patch file generated by ORPatchGenerator. iOS hotfix SDK.
-
Updated
Dec 24, 2020 - Objective-C
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. ⚙️
toolchain
raspberry-pi
arm
qt
raspberrypi
gcc
qt5
pi
cross-compiler
arm64
aarch64
gcc-cross-compiler
pi4
arm-linux-gnueabi
aarch64-linux
aarch64-linux-toolchain
arm64-v8a
arm-linux-gcc
gcc-arm-toolchain
aarch64-linux-gnu
-
Updated
Dec 5, 2020 - Shell
Improve this page
Add a description, image, and links to the arm64 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arm64 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