Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
A tiny (183B to 210B) and fast utility to ascend parent directories
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
A tiny (195B to 220B) utility to recursively list all (total) files in a directory
TypeScript definitions for use-sync-external-store
Recursive, synchronous, and fast file system walker
A drop-in replacement for fs, making various improvements.
Synchronous version of the Fetch API
Create sync/async APIs with usable logic
Minimal module to check if a file is executable.
PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.
A Node.js communication port that can pass messages synchronously between workers
Queues failed requests and uses the Background Sync API to replay them when the network is available
Run a subprocess synchronously and interactively in Node.js
Synchronous version of the Fetch API
API library for integrating "pnpm-sync" with your toolchain
@astrojs/compiler to process synchronously.
File system walker with Readable stream interface.
Get an array of recursive directory contents
Compiles sync functions into async generator functions
Runs a list of async tasks, passing the results of each into the next one
Client-side scripts for BrowserSync
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
Like which(1) unix command. Find the first instance of an executable in the PATH.
Sync types and traits for the Save Our Secrets SDK
Distributed, encrypted database for private secrets.
A library for uploading files to multiple remote storage backends like Amazon S3 and Rackspace CloudFiles.
Sync a folder to a Subversion working copy. It will make changes to the working copy so that is equal to the source folder
Queue will lost data , to avoid queue lost this class sync data into file. so even when vm aboted, this class will continue from backup
Hacker ToDo List is integrated with github and all your todo's are stored as private gists. So, you need not worry about your to-do's when you switch from your office machine to your home machine. Just provide your github credentials, your todo's will be synced.
GitModel persists Ruby objects using Git as a data storage engine. It's an ActiveModel implementation so it works stand-alone or in Rails 3 as a drop-in replacement for ActiveRecord or DataMapper. Because the database is a Git repository it can be synced across multiple machines, manipulated with standard Git client tools, can be branched and merged, and of course keeps the history of all changes.
== DESCRIPTION: RubySync is a tool for synchronizing part or all of your directory, database or application data with anything else. It's event driven so it will happily sit there monitoring changes and passing them on. Alternatively, you can run it in one-shot mode and simply sync A with B. You can configure RubySync to perform transformations on the data as it syncs. RubySync is designed both as a handy utility to pack into your directory management toolkit or as a fully-fledged provisioning system for your organization. == FEATURES/PROBLEMS: * Event-driven synchronization (if connector supports it) with fall-back to polling * Ruby DSL for "configuration" style event processing * Clean separation of connector details from data transformation * Connectors available for CSV files, XML, LDAP and RDBMS (via ActiveRecord) * Easy API for writing your own connectors == SYNOPSIS:
Vagrant-ZFS is a plugin for Vagrant to automate cloning and sharing ZFS filesystems from the host machine to a guest VM. This is useful for things like bringing up multiple VMs to test database clustering without requiring you to manually copy large amounts of data into multiple locations on your host or syncing data from host to VMs. This project is still in the very early stages, so proceed with caution.
- xcsims: Delete all simulators and recreate one for each compatible platform and device type pairing. - sync-git-remotes: Make sure all your GitHub repos are cloned into a given directory and keep them synced with upstream. Forks are maintained with a remote for both the fork and upstream, both remotes' default branches are tracked in local counterparts, and the upstream default branch is also pushed to the fork. - changetag: Extract changelog entries to write into git tag annotation messages. - prerelease-podspec: Branch and create/push a release candidate tag, modify the podspec to use that version tag, and try linting it. - release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk. - revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around. - bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit. - clean-rc-tags: deletes any release candidate tags leftover after prerelease testing. - migrate-changelog: for a changelog adhering to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), move any contents under Unreleased to a new section for a new version with the current date.
Contentful API wrapper library exposing an ActiveRecord-like interface