Search Results for "windows key finders" - Page 4

Showing 1642 open source projects for "windows key finders"

View related business solutions
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 1
    YARP

    YARP

    A toolkit for developing high-performance HTTP reverse proxy apps

    YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. We found a bunch of internal teams at Microsoft who were either building a reverse proxy for their service or had been asking about APIs and tech for building one, so we decided to get them all together to work on a common solution, this project. Each of these projects was doing something slightly off the beaten path which meant they were not well served by existing...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Turndown

    Turndown

    An HTML to Markdown converter written in JavaScript

    ...). Options can be passed in to the constructor on instantiation. The key parameter is a unique name for the rule for easy reference. By default, Turndown does not keep any elements. The filter parameter works like a rule filter. To keep elements that are normally handled by rules, add a rule with the desired behaviour.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Git Interactive Rebase Tool

    Git Interactive Rebase Tool

    Native cross-platform full feature terminal-based sequence editor

    Native cross-platform full feature terminal-based sequence editor for interactive rebase in Git 1.7.8+. Built and works on Linux, macOS, Windows and many others. Easily set the action to pick, squash, fixup, edit, reword and drop. Reorder the action list with a single key press. Change action and reorder multiple lines at once with visual mode. View the commit overview, and a full commit diff with a press of a key. Easily edit the command that is run by an exec command. Need to do something...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Multiplatform Settings

    Multiplatform Settings

    A Kotlin Multiplatform library for saving simple key-value data

    This is a Kotlin library for Multiplatform apps so that common code can persist key-value data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Better time tracking for projects, billing, and payroll Icon
    Better time tracking for projects, billing, and payroll

    Journyx makes it easy to gather accurate time and expense data so you can make smarter, more informed business decisions.

    This product is especially great for project managers, COOs, finance professionals, accountants, or payroll admins in any industry.
  • 5
    PHP JWT Framework

    PHP JWT Framework

    JWT Framework

    This project is a framework that provides an implementation of JWS JSON Web Signature (RFC 7515), JWE JSON Web Encryption (RFC 7516), JWK JSON Web Key (RFC 7517), JWA JSON Web Algorithms (RFC 7518), JWT JSON Web Token (RFC 7519), JSON Web Key Thumbprint (RFC 7638), Unencoded Payload Option (RFC7797).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Web Search Navigator

    Web Search Navigator

    Web extension that adds keyboard shortcuts to Google, YouTube, Github

    Web extension that adds keyboard shortcuts to Google, YouTube, Github, Amazon, and others (Chrome/Firefox/Edge/Safari). Browser extension that adds configurable keyboard shortcuts to Google search, YouTube, Startpage, Brave Search, Google Scholar, Github, and Amazon. Settings are synched between devices with the same browser profile. Supports both key combos and key sequences. Custom CSS rules to control the look of highlighted results. Experimental and optional support for YouTube, Startpage...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Akavache

    Akavache

    An asynchronous, persistent key-value store

    An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires. Downloading and storing remote data from the internet while still keeping the UI responsive is a task that nearly every modern application needs to do. However, many applications that don't take the consideration of caching into the design from the start often end up with inconsistent...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    etcd

    etcd

    Distributed reliable key-value store for the most critical data

    A distributed, reliable key-value store for the most critical data of a distributed system. etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handles leader elections during network partitions and can tolerate machine failure, even in the leader node. etcd is a consistent distributed key-value store. Mainly used as a separate coordination service...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    OpenSign

    OpenSign

    đŸ”„ The free & Open Source DocuSign alternative

    The premier open source document signing solution (DocuSign alternative). Welcome to OpenSign, the premier open source docusign alternative - document e-signing solution designed to provide a secure, reliable and free alternative to commercial esign platforms like DocuSign, PandaDoc, SignNow, Adobe Sign, Smartwaiver, SignRequest, HelloSign & Zoho sign. Our mission is to democratize the document signing process, making it accessible and straightforward for everyone.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 10
    AndroidLocalizePlugin

    AndroidLocalizePlugin

    Android localization plugin. supports multiple languages

    Android localization plugin. Supports multiple languages and multiple translators.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ShellGPT

    ShellGPT

    A command-line productivity tool powered by AI large language models

    A command-line productivity tool powered by AI large language models (LLM). This command-line tool offers a streamlined generation of shell commands, code snippets, and documentation, eliminating the need for external resources (like Google search). Supports Linux, macOS, and Windows and is compatible with all major Shells like PowerShell, CMD, Bash, Zsh, etc. By default, ShellGPT uses OpenAI's API and GPT-4 model. You'll need an API key, you can generate one here. You will be prompted for your...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    A simple WebSocket server

    A simple WebSocket server

    A simple WebSocket server

    A simple WebSocket server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Laravel Cascade Soft Deletes

    Laravel Cascade Soft Deletes

    Cascading deletes for Eloquent models that implement soft deletes

    In scenarios when you delete a parent record - say for example a blog post - you may want to also delete any comments associated with it as a form of self-maintenance of your data. Normally, you would use your database's foreign key constraints, adding an ON DELETE CASCADE rule to the foreign key constraint in your comments table. It may be useful to be able to restore a parent record after it was deleted. In those instances, you may reach for Laravel's soft deleting functionality. In doing so...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    External Secrets

    External Secrets

    External Secrets Operator reads information from a third-party service

    External Secrets Operator is a Kubernetes operator that integrates external secret management systems like AWS Secrets Manager, HashiCorp Vault, Google Secrets Manager, Azure Key Vault, IBM Cloud Secrets Manager, Akeyless, CyberArk Conjur, Pulumi ESC and many more. The operator reads information from external APIs and automatically injects the values into a Kubernetes Secret. Multiple people and organizations are joining efforts to create a single External Secrets solution based on existing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Microsoft SEAL

    Easy-to-use and powerful homomorphic encryption library

    Microsoft SEAL is an open-source homomorphic encryption library that allows computations to be performed directly on encrypted data, with no need for any decryption. Developed by the Cryptography and Privacy Research group at Microsoft, it enables software engineers to build end-to-end encrypted data storage and computation services that never have to procure the customer's key. Microsoft SEAL is very easy to use, compile and run in many different environments. Homomorphic encryption...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Teller

    Teller

    Cloud native secrets management for developers

    Teller is a productivity secret manager for developers supporting cloud-native apps and multiple cloud providers. Mix and match all vaults and other key stores and safely use secrets as you code, test, and build applications. It's quick, easy, and safe. Never leave your command line for secrets. Create a simple configuration for mixing any number of vaults and key stores using your cloud-native clusters or traditional cloud providers. Teller is open source and secure by-design. It also helps...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Flask-Caching

    Flask-Caching

    A caching extension for Flask

    ... decorator you are able to cache the result of other non-view related functions. The only stipulation is that you replace the key_prefix, otherwise it will use the request.path cache_key. Keys control what should be fetched from the cache. If, for example, a key does not exist in the cache, a new key-value entry will be created in the cache. Otherwise, the value (i.e. the cached result) of the key will be returned.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Nitric

    Nitric

    Nitric is a multi-language framework for cloud applications

    Nitric is a multi-language framework, with concise inline infrastructure from code. Modern applications should be robust, productive and a joy to build. Nitric solves common problems building for modern platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Ignition

    Ignition

    A beautiful error page for Laravel apps

    Ignition is a beautiful and customizable error page for Laravel applications running on Laravel 5.5 up to Laravel 8. It is the default error page for all Laravel 6 applications. It also allows to publicly share your errors on Flare. If configured with a valid Flare API key, your errors in production applications will be tracked, and you'll get notified when they happen.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Jekyll Relative Links

    Jekyll Relative Links

    A Jekyll plugin to convert relative links to markdown files

    A Jekyll plugin to convert relative links to Markdown files to their rendered equivalents.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    VLLM

    VLLM

    A high-throughput and memory-efficient inference and serving engine

    vLLM is a fast and easy-to-use library for LLM inference and serving. High-throughput serving with various decoding algorithms, including parallel sampling, beam search, and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    AltTab

    AltTab

    Windows alt-tab on macOS

    AltTab brings the power of Windows’s “alt-tab” window switcher to macOS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MegEngine

    MegEngine

    Easy-to-use deep learning framework with 3 key features

    MegEngine is a fast, scalable and easy-to-use deep learning framework with 3 key features. You can represent quantization/dynamic shape/image pre-processing and even derivation in one model. After training, just put everything into your model and inference it on any platform at ease. Speed and precision problems won't bother you anymore due to the same core inside. In training, GPU memory usage could go down to one-third at the cost of only one additional line, which enables the DTR algorithm...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    AuthPass.app

    AuthPass.app

    Password Manager based on Flutter for all platforms

    Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible. Load/Decrypt kdbx using password and/or key file. Search through stored credentials. Organize passwords using groups. Desktop (Mac, Linux, Windows): Keyboard shortcuts for Search, Copy, Navigation, etc. Desktop & Mobile: Copy & paste support. Store master password in the KeyStore/KeyChain secured with biometric data. (Fingerprint, Face Unlock, etc.) Hook into native APIs for seamless integration into Form...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    OpenAI PHP

    OpenAI PHP

    OpenAI PHP for Laravel is a supercharged PHP API client

    OpenAI PHP for Laravel is a community-maintained PHP API client that allows you to interact with the Open AI API. If you or your business relies on this package, it's important to support the developers who have contributed their time and effort to create and maintain this valuable tool. Specify your OpenAI API Key and organization. The timeout may be used to specify the maximum number of seconds to wait for a response. By default, the client will time out after 30 seconds. The OpenAI facade...
    Downloads: 1 This Week
    Last Update:
    See Project