#
safe
Here are 238 public repositories matching this topic...
A KeePass/Password Safe Client for iOS and OS X
ios
cryptography
objective-c
osx
password-generator
password-manager
password
password-vault
cocoa
safe
password-store
-
Updated
Aug 23, 2021 - Objective-C
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
rust
compression
decompression
brotli
compressor
rustlang
safe
brotli-encoder
brotli-decompressor
brotli-compression
brotli-compressor
-
Updated
Sep 5, 2021 - Rust
-
Updated
Aug 21, 2021 - Haskell
A Compositional Numeric Library for C++
benchmark
cmake
embedded
cpp
simulation
forum
arithmetic
safe
multiprecision
fixed-point
deterministic
precision
numerical-library
compositional-numeric-library
-
Updated
Oct 4, 2021 - C++
A sensible starting Prelude template.
-
Updated
Aug 9, 2021 - Haskell
An introductory dojo to learn how to develop full stack web applications in F#
-
Updated
Oct 5, 2021 - F#
Simple and lightweight source-based multi-platform Linux distribution with musl libc.
linux
fast
distribution
arm
privacy
cross-platform
simple
mips
linux-distribution
x86
cross-compiler
safe
musl
musl-libc
powerpc
compact
risc-v
-
Updated
Jun 1, 2021 - Shell
A practical cross-platform command-line tool for safely batch renaming files/directories via regular expression
-
Updated
Aug 14, 2021 - Go
Encrypted Photo Safe for Android
-
Updated
Sep 16, 2021 - Kotlin
TypeORM helper library enhancing safety in the compilation level
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
Oct 7, 2021 - Rust
IOS崩溃异常的处理,防止数组越界,字典空值处理
-
Updated
Jun 2, 2019 - Objective-C
GitHub extension for agile project management, using the issues subsystem.
github
opensource
statistics
agile
exporter
github-extension
labels
project-management
scrum
free
yoda
milestones
safe
github-client
cfd
github-issues
sprint-planning
sprint
kanban-board
burndown
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Jun 11, 2020 - Swift
Developer tools to integrate third-party applications (Safe Apps) with Safe Multisig
-
Updated
Oct 14, 2021 - TypeScript
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
-
Updated
Oct 14, 2021 - Rust
Improve this page
Add a description, image, and links to the safe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the safe topic, visit your repo's landing page and select "manage topics."


For functions like
readlinkat, we should return aCStringinstead of anOsString.OsStringabstracts over Unix and Windows, whichrsixdoesn't need to do. And keeping things asCStrings means we can pass them back intorsixAPIs without requiring it to re-add NUL terminators.