Showing 63 open source projects for "easy-dhpsf"

View related business solutions
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • 1
    mlua

    mlua

    High level Lua 5.4/5.3/5.2/5.1 and Roblox Luau bindings to Rust

    mlua is binding to Lua programming language for Rust with a goal to provide safe (as far as it's possible), high-level, easy-to-use, practical, and flexible API. Started as rlua fork, mlua supports Lua 5.4, 5.3, 5.2, 5.1 (including LuaJIT) and Roblox Luau and allows to writing of native Lua modules in Rust as well as the use of Lua in a standalone mode. mlua tested on Windows/macOS/Linux including module mode in GitHub Actions on x86_64 platform and cross-compilation to aarch64 (other targets...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    Fyrox

    Fyrox

    3D and 2D game engine written in Rust

    A feature-rich and easy-to-use game engine written in the Rust programming language. The engine comes with an editor, Fyroxed (Fyrox + editor) is a native scene editor for the Fyrox Game Engine. High-quality volumetric lighting (directional, point, spot) with soft shadows. PC (Windows, Linux, macOS) and Web (WebAssembly) support. First-class 3D and 2D support + ability to mix 3D with 2D. Deferred shading, use tons of lights with small overhead. Built-in save/load, save or load entire state...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Qdrant

    Qdrant

    Vector Database for the next generation of AI applications

    Qdrant is a vector similarity engine & vector database. It deploys as an API service providing search for the nearest high-dimensional vectors. With Qdrant, embeddings or neural network encoders can be turned into full-fledged applications for matching, searching, recommending, and much more! Provides the OpenAPI v3 specification to generate a client library in almost any programming language. Alternatively, utilize ready-made client for Python or other programming languages with additional...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Fish Folk: Jumpy

    Fish Folk: Jumpy

    Tactical 2D shooter in fishy pixels style. Made with Rust-lang

    Fish Folk: Jumpy is a tactical 2D shooter, played by up to 4 players online or on a shared screen. Aim either left or right; the rest is up to clever movement and positioning in this fish-on-fish brawler. Jumpy runs in the browser. You can play a web demo to try out the game, without needing to install anything on your computer. We recommend using the Chrome browser or other derivatives for best performance, or if you have issues with other browsers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 5
    OpenObserve

    OpenObserve

    Elasticsearch/Splunk/Datadog alternative for (logs, metrics, traces)

    OpenObserve is a cloud-native observability platform built specifically for logs, metrics, traces, and analytics designed to work at a petabyte scale. It is very simple and easy to operate as opposed to Elasticsearch which requires a couple of dozen knobs to understand and tune which you can get up and running in under 2 minutes. It is a drop-in replacement for Elasticsearch if you are just ingesting data using APIs and searching using Kibana (Kibana is not supported nor required...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Tokenizers

    Tokenizers

    Fast State-of-the-Art Tokenizers optimized for Research and Production

    Fast State-of-the-art tokenizers, optimized for both research and production. Tokenizers provides an implementation of today’s most used tokenizers, with a focus on performance and versatility. These tokenizers are also used in Transformers. Train new vocabularies and tokenize, using today’s most used tokenizers. Extremely fast (both training and tokenization), thanks to the Rust implementation. Takes less than 20 seconds to tokenize a GB of text on a server’s CPU. Easy to use, but also...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    Iced

    A cross-platform GUI library for Rust, inspired by Elm

    Iced is a cross-platform, end-user-oriented GUI library for Rust, inspired by The Elm Architecture. It expects you to split user interfaces into four different concepts, which are: the state of your app; messages, which are user interactions or other meaningful events; view logic, which displays your state as widgets that can result in messages; and update logic, which offers a way to update your state and react to messages. Iced is very simple and easy to use, and is type-safe. It offers many...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Static Web Server

    Static Web Server

    A cross-platform, high-performance and asynchronous web server

    Static Web Server (or SWS abbreviated) is a tiny and fast production-ready web server suitable to serve static web files or assets. It is focused on lightness and easy-to-use principles while keeping high performance and safety powered by The Rust Programming Language. Written on top of Hyper and Tokio runtime, it provides concurrent and asynchronous networking abilities and the latest HTTP/1 - HTTP/2 implementations. Cross-platform and available for Linux, macOS, Windows, FreeBSD, NetBSD...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    sd

    sd

    Intuitive find & replace CLI (sed alternative)

    sd is an intuitive find-and-replace CLI. Painless regular expressions. sd uses regex syntax that you already know from JavaScript and Python. Forget about dealing with quirks of sed or awk - get productive immediately. Non-regex find & replace. No more backslashes or remembering which characters are special and need to be escaped. Find & replace expressions are split up, which makes them easy to read and write. No more messing with unclosed and escaped slashes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
  • 10
    quick-xml

    quick-xml

    Rust high performance xml reader and writer

    High-performance xml pull reader/writer. The reader is almost zero-copy (use of Cow whenever possible) It is easy on memory allocation (the API provides a way to reuse buffers) It supports various encoding (with encoding feature), namespaces resolution, and special characters. Syntax is inspired by xml-rs. When using the serialize feature, quick-xml can be used with serde's Serialize/Deserialize traits. The mapping between XML and Rust types, and in particular the syntax that allows you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Tabby

    Tabby

    Self-hosted AI coding assistant

    Tabby is a self-hosted AI coding assistant, offering an open-source and on-premises alternative to GitHub Copilot.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Yew

    Yew

    Rust / Wasm framework for building client web apps

    A framework for creating reliable and efficient web applications. Features a component-based framework that makes it easy to create interactive UIs. Developers who have experience with frameworks like React and Elm should feel quite at home when using Yew. Features a macro for declaring interactive HTML with Rust expressions. Developers who have experience using JSX in React should feel quite at home when using Yew. Features server-side rendering for all the SEO and enhancements of the server...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Neon Database

    Neon Database

    Neon: Serverless Postgres. We separated storage and compute

    The database you love, on a serverless platform designed to help you build reliable and scalable applications faster. Focus on building applications with time and money-saving features like instant provisioning, autoscaling according to load, and scale to zero. Instantly branch your data and schema to access isolated DB copies for development, CI/CD, and schema migrations with copy-on-write storage. Integrate it into your language or framework within minutes and unlock a simpler developer...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    penrose

    penrose

    A library for writing an X11 tiling window manager

    Penrose is a modular library for configuring your own X11 window manager in Rust. This means that, unlike most other tiling window managers, Penrose is not a binary that you install on your system. Instead, you use it like a normal dependency in your own crate for writing your own window manager. Don't worry, the top-level API is well documented and a lot of things will work out of the box, and if you fancy digging deeper you'll find lots of opportunities to customize things to your liking....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    LOL HTML

    LOL HTML

    Low output latency streaming HTML parser/rewriter with CSS API

    Low Output Latency streaming HTML rewriter/parser with CSS-selector based API. It is designed to modify HTML on the fly with minimal buffering. It can quickly handle very large documents, and operate in environments with limited memory resources. The crate serves as a back-end for the HTML rewriting functionality of Cloudflare Workers, but can be used as a standalone library with a convenient API for a wide variety of HTML rewriting/analysis tasks. The parser switches back to the tag scanner...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    RisingWave

    RisingWave

    RisingWave: the next-generation streaming database in the cloud

    ... sources. Everything you do in RisingWave is via Postgres-compatible SQL. Create materialized views for the data that need to be incrementally aggregated. Query for data in RisingWave, including persisted data and data you add or import to RisingWave. RisingWave makes it easy to manage streams and data. All you need to interact with RisingWave is Postgres-compatible SQL. No Java or Scala codes are needed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ffsend

    ffsend

    Easily and securely share files from the command line

    ... is enforced to ensure your stuff does not remain online forever. This provides a secure platform to share your files. History tracking your files for easy management, ability to use your own Send hosts. Inspect or delete shared files, accurate error reporting. Streaming encryption and uploading/downloading, very low memory footprint. Intended for use in scripts without interaction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    fastn

    fastn

    (Alpha stage software) fastn - Full-stack Web Development Made Easy

    ftd is a programming language for building user interfaces and content-centric websites. ftd is easy to learn, especially for nonprogrammers, but it does not compromise on what you can build with it. fastn is a web framework, a content management system, and an integrated development environment for ftd. fastn is a web server, that compiles ftd to HTML/CSS/JS and can be deployed on your server, or on fastn cloud by FifthTry. ftd is designed with minimal and uniform syntax, and at first glance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    async-std

    async-std

    Async version of the Rust standard library

    async-std makes async programming foundations easy and approachable. Built-in Rust for speed and safety.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    llm-chain

    llm-chain

    Rust crate for building chains in large language models

    We offer a collection of Rust crates packed with features that make working with Large Language Models easy and seamless. With llm-chain, you can focus on building powerful AI applications. Create reusable and easily customizable prompt templates for consistent and structured interactions with LLMs. Build powerful chains of prompts that allow you to execute more complex tasks, step by step, leveraging the full potential of LLMs. Provides seamless integration with LLaMa models, enabling natural...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Rouille

    Rouille

    Web framework in Rust

    ... handling or templating) are not directly handled, as they are considered orthogonal to the microweb framework. However, rouille's design makes it easy to use in conjunction with any third-party library without the need for any glue code. The rouille library just ignores this optimization and focuses on providing an easy-to-use synchronous API instead, where each request is handled in its own dedicated thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hurl

    Hurl

    Hurl, run and test HTTP requests with plain text

    Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body responses. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions. Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON-based APIs. Hurl can run HTTP requests but can also be used to test HTTP responses. Different types of queries and predicates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Jujutsu VCS

    Jujutsu VCS

    A Git-compatible DVCS that is both simple and powerful

    Jujutsu is a Git-compatible DVCS. It combines features from Git (data model, speed), Mercurial (anonymous branching, simple CLI free from "the index", revsets, powerful history-rewriting), and Pijul/Darcs (first-class conflicts), with features not found in most of them (working-copy-as-a-commit, undo functionality, automatic rebase, safe replication via rsync, Dropbox, or distributed file system). The command-line tool is called jj for now because it's easy to type and easy to replace (rare...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    uutils coreutils

    uutils coreutils

    Cross-platform Rust rewrite of the GNU coreutils

    uutils is an attempt at writing universal (as in cross-platform) CLI utilities in Rust. Many GNU, Linux and other utilities are useful, and obviously some effort has been spent in the past to port them to Windows. However, those projects are written in platform-specific C, a language considered unsafe compared to Rust, and have other issues. Rust provides a good, platform-agnostic way of writing systems utilities that are easy to compile anywhere, and this is as good a way as any to try...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Rocket

    Rocket

    A web framework for Rust

    Rocket is a web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety. Handling forms is simple and easy. Simply derive FromForm for your structure and let Rocket know which parameter to use. Rocket parses and validates the form request, creates the structure, and calls your function. Bad form request? Rocket doesn’t call your function! What if you want to know if the form was bad? Simple! Change the type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next