Search Results for "file::rsyncp" - Page 22

Showing 33535 open source projects for "file::rsyncp"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 1
    EdgeVPN

    EdgeVPN

    The immutable, decentralized, statically built p2p VPN

    Fully Decentralized. Immutable. Portable. Easy to use Statically compiled VPN and a reverse proxy over p2p. EdgeVPN uses libp2p to build private decentralized networks that can be accessed via shared secrets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ios-cmake

    ios-cmake

    A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++

    A CMake toolchain file for iOS (+ Catalyst), watchOS, tvOS and macOS development with full simulator support and toggleable options!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    sqlitebiter

    sqlitebiter

    A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook

    A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to an SQLite database file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    krsatyam7 autotyper

    krsatyam7 autotyper

    Autotyper Software

    Best and free autotyper ever. Make sure Python is installed. Windows users may directly download exe file and use it. But the above commands are useful when the system doesn't have access to administrator access. There is no hotkeys support and no executable file for macOS as of now. Use autotyper with GUI buttons. And must allow accessibility access to python (pop up will appear only for the first time).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    subconverter

    subconverter

    Utility to convert between various subscription format

    Utility to convert between various subscription format. Shadowrocket users should use ss, ssr or v2ray as target. You can add &remark= to Telegram-liked HTTP/Socks 5 links to set a remark for this node. Add a Personal Access Token into gistconf.ini in the root directory, then add &upload=true to the local subscription link, then when you access this link, the program will automatically update the content to Gist repository.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    NVExeca

    NVExeca

    nvm + execa = nvexeca

    Execa improves child processes execution with a promise interface, cross-platform support, local binaries, interleaved output, and more. nvexeca is a thin wrapper around Execa to run any file or command using any Node.js version. nvexeca executes a single file or command. It does not change the node nor npm global binaries. To run a specific Node.js version for an entire project or shell session, please use nvm, nvm-windows, n or nvs instead. This package is an ES module and must be loaded...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    direnv

    direnv

    Unclutter your .profile

    direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory. Before each prompt, direnv checks for the existence of a .envrc or .env file in the current and parent directories. If the file exists (and is authorized), it is loaded into a bash sub-shell and all exported variables are then captured by direnv and then made available to the current shell. If both .envrc and .env files exists...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Laravel Telescope

    Laravel Telescope

    An elegant debug assistant for the Laravel framework

    ... needed to store Telescope's data. After publishing Telescope's assets, its primary configuration file will be located at config/telescope.php. This configuration file allows you to configure your watcher options. Each configuration option includes a description of its purpose, so be sure to thoroughly explore this file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Borg

    Borg

    Deduplicating archiver with compression and encryption

    BorgBackup or Borg for short is a deduplicating backup program that also supports compression and authenticated encryption. It provides a secure and efficient way to backup data, and is ideal for daily backups and backups to not fully tested targets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 10
    ascii from image

    ascii from image

    Literally just an image -> ascii image generator

    Converts images/video to ascii art.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    argparse

    argparse

    Argument Parser for Modern C++

    Argument Parser for Modern C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Server configuration

    Server configuration

    Docker Compose with Traefik and lots of services

    Your (my) own server configuration, managed by docker-compose, with the comprehensive default configuration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Changelog CI

    Changelog CI

    Changelog CI is a GitHub Action that enables a project

    ... the data and generates the changelog. It is able to use Markdown or reStructuredText to generate a Changelog. Finally, It writes the generated changelog at the beginning of the CHANGELOG.md/CHANGELOG.rst (or user-provided filename) file. In addition to that, if a user provides a configuration file (JSON/YAML), Changelog CI parses the user-provided configuration file and renders the changelog according to user's configuration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    StringZilla

    StringZilla

    10x faster string search, split, sort, and shuffle for long strings

    StringZilla is the Godzilla of string libraries, splitting, sorting, and shuffling large textual datasets. StringZilla uses a heuristic so simple it's almost stupid... but it works. It matches the first few letters of words with hyper-scalar code to achieve memcpy speeds. The implementation fits into a single C 99 header file and uses different SIMD flavors and SWAR on older platforms. The Str is designed to replace long Python str strings and wrap our C-level API. On the other hand, the File...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Kedro

    Kedro

    A Python framework for creating reproducible, maintainable code

    Kedro is an open sourced Python framework for creating maintainable and modular data science code. Provides the scaffolding to build more complex data and machine-learning pipelines. In addition, there's a focus on spending less time on the tedious "plumbing" required to maintain data science code; this means that you have more time to solve new problems. Standardises team workflows; the modular structure of Kedro facilitates a higher level of collaboration when teams solve problems...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Quod Libet

    Quod Libet

    Music player and music library manager for Linux, Windows, and macOS

    ... the Mutagen tagging library. It’s designed around the idea that you know how to organize your music better than we do. It lets you make playlists based on regular expressions (don’t worry, regular searches work too). It lets you display and edit any tags you want in the file, for all the file formats it supports. Unlike some, Quod Libet will scale to libraries with tens of thousands of songs. It also supports most of the features you’d expect from a modern media player.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Joker

    Joker

    Small Clojure interpreter, linter and formatter

    Joker is a small interpreted dialect of Clojure written in Go. It is also a Clojure(Script) linter. Send HTTP requests, read and parse JSON, work with file system, start external processes etc. Checks for syntax errors, function arity mismatches, unresolvable symbols, unused namespaces, vars, bindings and much more. Joker uses .joke filename extension. Normally exits after executing the script, unless --exit-to-repl is specified before --file <filename> in which case drops into the REPL after...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Sming

    Sming

    Open source framework simplifying the creation of C++ applications

    ... modules. Compatible with standard Libraries use popular hardware in a few lines of code. Simple yet powerful hardware API wrappers. HardwareSPI library provides advanced asynchronous SPI device master capability including the use of ESP8266 ‘overlapped’ mode for reduced pin usage and dual/quad I/O support. Modular C++ installable file system interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    SparkleShare

    SparkleShare

    Share and collaborate by syncing with any Git repository

    SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or "projects") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file. SparkleShare was made to cover certain use cases, but doesn't handle every scenario well. SparkleShare uses the version control system Git under the hood, so setting up a host yourself is relatively easy. Using your own host gives you more...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    purescript

    purescript

    A strongly-typed language that compiles to JavaScript

    Compile to readable JavaScript and reuse existing JavaScript code easily. An extensive collection of libraries for development of web applications, web servers, apps and more. Excellent tooling and editor support with instant rebuilds. An active community with many learning resources. Build real-world applications using functional techniques and expressive types, such as: Algebraic data types and pattern matching. Row polymorphism and extensible records. Higher kinded types and type classes...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    PolyglotCode

    PolyglotCode

    Simple CLI Tool that translates your code in ANY programming language

    A command-line tool that helps to translate code in ANY programming language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Promptr

    Promptr

    Promptr is a CLI tool that lets you use plain English to instruct GPT3

    Promptr is a CLI tool that lets you use plain English to instruct OpenAI LLM models to make changes to your codebase. Changes are applied directly to the files that you reference from your prompt.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    RecoverPy

    RecoverPy

    Interactively find and recover deleted or overwritten files

    RecoverPy is a powerful tool that leverages your system capabilities to recover lost files. Unlike others, you can not only recover deleted files but also overwritten data. Every block of your partition will be scanned. You can even find a string in binary files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Headlines.nvim

    Headlines.nvim

    This plugin adds horizontal highlights for text filetypes

    This plugin adds highlights for text file types, like markdown, orgmode, and neorg.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Laravel Money

    Laravel Money

    Laravel Money

    This project abstracts MoneyPHP. The defaults are set in config/money.php. Copy this file to your own config directory to modify the values.
    Downloads: 1 This Week
    Last Update:
    See Project