Search Results for "windows key finders" - Page 10

Showing 2456 open source projects for "windows key finders"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 1
    Estuary

    Estuary

    A custom IPFS/Filecoin node that makes it easy to pin IPFS content

    A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals. We're excited to have you try out Estuary! Estuary is a reliable way to upload public data onto Filecoin and pin it to IPFS. As a developer, you have probably used API keys before. Estuary provides a unique identifier used to authenticate a user, developer, or calling program to an application programming interface we have created. If you don't know what an API key is, this tutorial will be challenging...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    node-rate-limiter-flexible

    node-rate-limiter-flexible

    Count and limit requests by key with atomic increments

    rate-limiter-flexible counts and limits number of actions by key and protects from DDoS and brute force attacks at any scale. It works with Redis, process Memory, Cluster or PM2, Memcached, MongoDB, MySQL, PostgreSQL and allows to control of requests rate in single process or distributed environment. All operations in memory or distributed environments use atomic increments against race conditions. Combine limiters, block key for some duration, delay actions, manage failover with insurance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BadgerDB

    BadgerDB

    Fast key-value DB in Go

    BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB. Badger is stable and is being used to serve data sets worth hundreds of terabytes. Badger supports concurrent ACID transactions with serializable snapshot isolation (SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with --race...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Amazon Neptune SigV4 Signer

    Amazon Neptune SigV4 Signer

    A library for Amazon Neptune that enables AWS Signature Version

    ... charge. You can use AWS Identity and Access Management (IAM) to authenticate to your Neptune DB instance or DB cluster. When IAM database authentication is enabled, each request must be signed using AWS Signature Version 4. AWS Signature Version 4 adds authentication information to AWS requests. For security, all requests to Neptune DB clusters with IAM authentication enabled must be signed with an access key. This key consists of an access key ID and secret access key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 5
    AWS Encryption SDK for Java
    The AWS Encryption SDK is a client-side encryption library designed to make it easy for everyone to encrypt and decrypt data using industry standards and best practices. It enables you to focus on the core functionality of your application, rather than on how to best encrypt and decrypt your data. The AWS Encryption SDK is provided free of charge under the Apache 2.0 license. With the AWS Encryption SDK, you define a master key provider (Java and Python) or a keyring (C, C#/.NET, and JavaScript...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Maye

    Maye

    Maye a concise and small quick start tool

    MayeIt is a small, simple, and easy-to-use quick-start tool. Don't look at the small size, its functions are still very diverse, such as multi-document drag and add start, fast key out, automatic multi-layer display, lnk file analysis, etc. The software has no complicated functions, and no garbage files will be generated during operation. Green is free of pollution. It only focuses on the rapid start of the file. It is a good helper for users to improve the operating experience of Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NoFWL

    NoFWL

    NoFWL Desktop Application

    Currently under active development, please be patient. Its development is inspired by lencx/ChatGPT, but NoFWL has more powerful features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    i18n

    i18n

    i18n wrapper and Koa middleware for Lad

    i18n wrapper and Koa middleware for Lad.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Valkey

    Valkey

    A flexible distributed key-value datastore

    Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, and message queues, and can act as a primary database. Valkey can run as either a standalone daemon or in a cluster, with options for replication and high availability. Valkey natively supports a rich collection of datatypes, including strings, numbers, hashes, lists, sets, sorted sets, bitmaps, hyperloglogs, and more. You can operate on data structures in-place...
    Downloads: 0 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 10
    mpv-scripts

    mpv-scripts

    This repository contain scripts I have made for mpv media player

    This repository contains scripts I have made for mpv media player. To add scripts from this repository, download the desired script in your mpv/scripts/ directory, for user-customizable settings download the related conf file in your mpv/script-opts/ directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    gokv

    gokv

    Simple key-value store abstraction and implementations for Go

    Simple key-value store abstraction and implementations for Go. Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB, and many more. There are detailed descriptions of the methods in the docs and in the code. You should read them if you plan to write your own gokv.Store implementation or if you create a Go package with a method that takes a gokv.Store as a parameter, so you know exactly what happens in the background.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laravel Migrations Generator

    Laravel Migrations Generator

    Generate your migrations from an existing database schema

    Automatically generate your migrations from an existing database schema. Generate Laravel Migrations from an existing database, including indexes and foreign keys. Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ziggy

    Ziggy

    Use your Laravel routes in JavaScript

    Ziggy provides a JavaScript route() function that works like Laravel's, making it a breeze to use your named Laravel routes in JavaScript. Ziggy supports Laravel's route-model binding, and can even recognize custom route key names. If you pass route() a JavaScript object as a route parameter, Ziggy will use the registered route-model binding keys for that route to find the correct parameter value inside the object. If no route-model binding keys are explicitly registered for a parameter, Ziggy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Scikit-LLM

    Scikit-LLM

    Seamlessly integrate LLMs into scikit-learn

    Seamlessly integrate powerful language models like ChatGPT into sci-kit-learn for enhanced text analysis tasks. At the moment the majority of the Scikit-LLM estimators are only compatible with some of the OpenAI models. Hence, a user-provided OpenAI API key is required. Additionally, Scikit-LLM will ensure that the obtained response contains a valid label. If this is not the case, a label will be selected randomly (label probabilities are proportional to label occurrences in the training set...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fingerprint Pro Server API PHP SDK

    Fingerprint Pro Server API PHP SDK

    PHP SDK for Fingerprint Pro Server API

    Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Animated hamburger menu icons for React

    Animated hamburger menu icons for React

    Animated hamburger menu icons for React

    Hamburger menu icons for React, with CSS-driven transitions. Created to be as elegant and performant as possible. This means no JavaScript animations, no transitions on non-cheap properties and a small size. It is recommended to have a tap/click area of at least 48x48 pixels. Therefore, padding will be added around the icon to create a surface of exactly this size. Keyboard interaction is provided with the enter key, and the icon element has the recommended accessibility attributes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    x-transformers

    x-transformers

    A simple but complete full-attention transformer

    A simple but complete full-attention transformer with a set of promising experimental features from various papers. Proposes adding learned memory key/values prior to attending. They were able to remove feedforwards altogether and attain a similar performance to the original transformers. I have found that keeping the feedforwards and adding the memory key/values leads to even better performance. Proposes adding learned tokens, akin to CLS tokens, named memory tokens, that is passed through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    electron-util

    electron-util

    Useful utilities for Electron apps and modules

    Useful utilities for Electron apps and modules. You can use this module directly in both the main and renderer process. This package is not compatible with Electron v12 and later. Access the Electron APIs in both the main and renderer process without having to care about which one you're in. The app API is usually only available in the main process. Accepts an object with the keys as either macos, windows, linux, or default, and picks the appropriate key depending on the current platform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MMKV

    MMKV

    The fastest key/value storage for React Native

    MMKV is an efficient, small mobile key-value storage framework developed by WeChat. react-native-mmkv is a library that allows you to easily use MMKV inside your React Native applications. It provides fast and direct bindings to the native C++ library which are accessible through a simple JS API. Get and set strings, booleans and numbers. Fully synchronous calls, no async/await, no Promises, no Bridge. Encryption support (secure storage). Multiple instances support (separate user-data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    immudb

    immudb

    Immutable database based on zero trust, SQL and Key-Value, tamperproof

    immudb is a database with built-in cryptographic proof and verification. It tracks changes in sensitive data and the integrity of the history will be protected by the clients, without the need to trust the database. It can operate both as a key-value store, and/or as a relational database (SQL). Traditional database transactions and logs are mutable, and therefore there is no way to know for sure if your data has been compromised. immudb is immutable. You can add new versions of existing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AWS IoT Device SDK for Java

    AWS IoT Device SDK for Java

    Java SDK for connecting to AWS IoT from a device

    The AWS IoT Device SDK for Java enables Java developers to access the AWS IoT Platform through MQTT or MQTT over the WebSocket protocol. The SDK is built with AWS IoT device shadow support, providing access to thing shadows (sometimes referred to as device shadows) using shadow methods, including GET, UPDATE, and DELETE. It also supports a simplified shadow access model, which allows developers to exchange data with their shadows by just using getter and setter methods without having to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Vimium C

    Vimium C

    A keyboard shortcut browser extension for keyboard-based navigation

    ... page). And it can map the same key sequence to different commands for different websites (and/or for different active elements on the page). It can copy any selected text and current tab's title and URL to the system clipboard, and read the clipboard to search the copied text using a specified search engine. It can also enable/disable websites' image loading and even JavaScript execution, if you trigger its command "toggleCS".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    smart-splits.nvim

    smart-splits.nvim

    Smart, seamless, directional navigation and resizing of Neovim

    Smarter and more intuitive split pane management that uses a mental model of left/right/up/down instead of wider/narrower/taller/shorter for resizing. Supports seamless navigation between Neovim and terminal multiplexer split panes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Quark Agent

    Quark Agent

    Quark Agent - Your AI-powered Android APK Analyst

    With Quark Agent, you can perform analyses using only natural language. It creates Quark Script code following your ideas and adjusts the code promptly as you provide feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Defaults

    Defaults

    Swifty and modern UserDefaults

    Store key-value pairs persistently across launches of your app. It uses UserDefaults underneath but exposes a type-safe facade with lots of nice conveniences. It's used in production by all my apps (4 million+ users).
    Downloads: 0 This Week
    Last Update:
    See Project