safe
Here are 277 public repositories matching this topic...
A KeePass/Password Safe Client for iOS and OS X
-
Updated
May 19, 2022 - Objective-C
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
-
Updated
May 1, 2022 - Rust
-
Updated
May 30, 2022 - Haskell
A Compositional Numeric Library for C++
-
Updated
Jun 4, 2022 - C++
A sensible starting Prelude template.
-
Updated
Mar 13, 2022 - Haskell
An introductory dojo to learn how to develop full stack web applications in F#
-
Updated
Jun 1, 2022 - F#
详细的C/C++编程规范指南,由360质量工程部编著,适用于桌面、服务端及嵌入式软件系统。
-
Updated
Jun 8, 2022
Simple and lightweight source-based multi-platform Linux distribution with musl libc.
-
Updated
Jun 1, 2021 - Shell
Implement faster JSON.stringify() function by myself.
It would be v3 update and its JSON string conversion speed would be much faster than v2. The JSON string conversion speed would be 3x times faster than before (would be thoundands times faster when considering the optimizer plannig time). Also, the v3 does not utilize the JSON schema, but TypeScript type directly. Therefore, `typesc
Encrypted Photo Safe for Android
-
Updated
Jun 8, 2022 - Kotlin
A practical cross-platform command-line tool for safely batch renaming files/directories via regular expression
-
Updated
Aug 14, 2021 - Go
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
-
Updated
Jun 8, 2022 - Rust
-
Updated
Jun 5, 2022 - Rust
Contributor must use a same coding convention.
A lightweight low-level single-threaded actor runtime
-
Updated
May 14, 2021 - Rust
IOS崩溃异常的处理,防止数组越界,字典空值处理
-
Updated
Jun 2, 2019 - Objective-C
Easy usage SFSymbols with static types. If symbol not available, compiler will show warning.
-
Updated
Apr 9, 2022 - Swift
GitHub extension for agile project management, using the issues subsystem.
-
Updated
May 9, 2022 - JavaScript
-
Updated
Jun 11, 2020 - Swift
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."


In the POSIX
chownfunctions the user and group IDs may be -1, indicating no change. rustix should expose this viaOptiontypes.