All Projects → albertito → libjio

albertito / libjio

Licence: other
[mirror] A library for Journaled I/O

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Roff
2310 projects
Makefile
30231 projects

Projects that are alternatives of or similar to libjio

Dmenufm
A simple file manager using dmenu
Stars: ✭ 176 (+935.29%)
Mutual labels:  posix
Ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
Stars: ✭ 237 (+1294.12%)
Mutual labels:  posix
await
28Kb, small memory footprint, single binary that run list of commands in parallel and waits for their termination
Stars: ✭ 73 (+329.41%)
Mutual labels:  posix
Chubaofs
ChubaoFS (abbrev. CBFS) is a cloud native distributed file system and object store.
Stars: ✭ 2,482 (+14500%)
Mutual labels:  posix
Cdist
usable configuration management
Stars: ✭ 210 (+1135.29%)
Mutual labels:  posix
go-sysconf
sysconf for Go, without using cgo
Stars: ✭ 119 (+600%)
Mutual labels:  posix
Command Line Api
Command line parsing, invocation, and rendering of terminal output.
Stars: ✭ 2,418 (+14123.53%)
Mutual labels:  posix
sh
Collection Of My Sh Scripts.
Stars: ✭ 109 (+541.18%)
Mutual labels:  posix
Fet.sh
🐢 a fetch written in posix shell without any external commands (sponsored by https://github.com/buffet/kiwmi, plz star)
Stars: ✭ 209 (+1129.41%)
Mutual labels:  posix
spring-file-storage-service
The FSS(file storage service) APIs make storing the blob file easy and simple .
Stars: ✭ 33 (+94.12%)
Mutual labels:  posix
Frosted
Frosted: Free POSIX OS for tiny embedded devices
Stars: ✭ 194 (+1041.18%)
Mutual labels:  posix
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (+1094.12%)
Mutual labels:  posix
bfetch
📠 Dynamic fetch displayer that SuperB
Stars: ✭ 114 (+570.59%)
Mutual labels:  posix
Tmpmail
A temporary email right from your terminal written in POSIX sh
Stars: ✭ 2,670 (+15605.88%)
Mutual labels:  posix
hostname
Cross-platform hostname functions in Rust
Stars: ✭ 48 (+182.35%)
Mutual labels:  posix
Nohost
A web server in your web browser
Stars: ✭ 164 (+864.71%)
Mutual labels:  posix
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+25611.76%)
Mutual labels:  posix
dotfiles skeleton
robust and beginner friendly dotfile skeleton
Stars: ✭ 14 (-17.65%)
Mutual labels:  posix
kotoriotoko
KOTORIOTOKO (little bird man) -- Extremely Compatible and Sustainable Twitter Application Written in Shell Script
Stars: ✭ 89 (+423.53%)
Mutual labels:  posix
bc
An implementation of the POSIX bc calculator with GNU extensions and dc, moved away from GitHub. Finished, but well-maintained.
Stars: ✭ 115 (+576.47%)
Mutual labels:  posix
libjio - A library for Journaled I/O
------------------------------------

libjio is a simple userspace library to do journaled, transaction-oriented
I/O.

It provides a transaction API to commit and rollback transactions, and on top
of that a unix-alike set of functions to perform most regular operations (ie.
open, read, write, etc.).

The library guarantees file integrity even after unexpected crashes, never
leaving your files in an inconsistent state.

You can find more detailed documents, including the programmer's guide, in the
doc/ directory, and the manpage in the libjio/ directory.


To see how to install it, please read the INSTALL file.

It is in the public domain, see the LICENSE file for more details.

Comments and patches are always welcome; please send them to
[email protected].


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].