16718 programs for "ti89/page/2" with 1 filter applied:

  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 1
    Graphile's Crystal Monorepo

    Graphile's Crystal Monorepo

    Graphile's Crystal Monorepo; home to Grafast, PostGraphile

    ... of it! This repository houses many of the Graphile packages that relate to GraphQL (or relate to the packages that relate to GraphQL, or relate to that package...); the two headline projects are Grafast and PostGraphile but there are many other packages, a fair few of which can be used independently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    RateIt

    RateIt

    Rating plugin for jQuery. Fast, Progressive enhancement, touch support

    Rating plugin for jQuery. Fast, Progressive enhancement, touch support, customizable (just swap out the images, or change some CSS), Unobtrusive JavaScript (using HTML5 data-* attributes), RTL support, supports as many stars as you'd like, and also any step size. Although it does the same job as the rest of the jQuery star rating plugins, the main difference is its simplicity. Most plugins create an element for each (partial) star, be it a div with a star background, or an img tag. Each of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    goquery

    goquery

    A little like that j-thing, only in Go

    goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/HTML package and the CSS Selector library Cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery's stateful manipulation functions (like height(), css(), and detach()) have been left off. Also, because the net/HTML parser requires UTF-8 encoding, so does goquery: it is the caller's responsibility to ensure that the source document provides UTF-8...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Official Android SDK for Stream Chat

    Official Android SDK for Stream Chat

    Android Chat SDK ➜ Stream Chat API. UI component libraries for chat

    This is the official Android SDK for Stream Chat, a service for building chat and messaging applications. This library includes both a low-level chat SDK and a set of reusable UI components. Most users start with the UI components and fall back to the lower-level API when they want to customize things. We're proud to say that we're the first Android Chat SDK that supports Jetpack Compose! We released our Compose UI Components one day after the official Jetpack Compose 1.0 release and our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • End-to-End SAP ERP Software Solutions Icon
    End-to-End SAP ERP Software Solutions

    An ERP software solution for early-stage to mid-market organizations

    SAP Business ByDesign is a complete, cloud-based ERP solution for fast-growing, start-up to mid-market businesses and subsidiaries that want to scale without the complexity and unnecessary cost.
  • 5
    MetalPetal

    MetalPetal

    A GPU accelerated image and video processing framework built on Metal

    ... the information necessary to produce an image or more precisely a MTLTexture. It consists of two parts, a recipe of how to produce the texture (MTIImagePromise) and other information such as how a context caches the image (cachePolicy), and how the texture should be sampled (samplerDescriptor). MetalPetal does a lot of optimizations for you under the hood.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GraphQL for Nest framework

    GraphQL for Nest framework

    GraphQL (TypeScript) module for Nest framework (node.js)

    ... with the built-in @nestjs/graphql module. The GraphQLModule can be configured to use Apollo server (with the @nestjs/apollo driver) and Mercurius (with the @nestjs/mercurius). We provide official integrations for these proven GraphQL packages to provide a simple way to use GraphQL with Nest. Nest offers two ways of building GraphQL applications, the code first and the schema first methods. You should choose the one that works best for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GraphQL Kotlin

    GraphQL Kotlin

    Libraries for running GraphQL in Kotlin

    graphql-java is one of the most popular JVM-based GraphQL implementations. GraphQL Kotlin is built on top of grahpql-java as it can be easily extended with additional functionality and this implementation has been used and tested by many users. The most common way to create the schema in graphql-java is to first manually write the SDL file. Then write the runtime code that matches this schema to build the GraphQLSchema object. This means that there are two sources of truth for your schema...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DC-SDK

    DC-SDK

    DC-SDK is based on the open source project Cesium for development

    DC-SDK is based on the open-source project Cesium for the second development of two three-dimensional WebGis application frameworks, the framework optimizes the use of Cesium and adds some additional features, designed for developers to quickly build WebGis applications. Installing with NPM or YARN is recommended and it works seamlessly with webpack. Since the DC framework sets CESIUM_BASE_URL to ./libs/dc-sdk/resources/, you need to copy Cesium-related static resources files: Assets, Workers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HYPRE

    HYPRE

    Parallel solvers for sparse linear systems featuring multigrid methods

    Livermore’s HYPRE library of linear solvers makes possible larger, more detailed simulations by solving problems faster than traditional methods at large scales. It offers a comprehensive suite of scalable solvers for large-scale scientific simulation, featuring parallel multigrid methods for both structured and unstructured grid problems. The HYPRE library is highly portable and supports a number of languages. Work on HYPRE began in the late 1990s. It has since been used by research...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Speech-to-Text APIs Icon
    Speech-to-Text APIs

    Large Language AI models combined with speech recognition, all with a single API.

    Businesses use Speechmatics worldwide to accurately understand and transcribe human-level speech into text regardless of demographic, age, gender, accent, dialect, or location in real-time and on recorded media. Combining these transcripts with the latest AI-driven speech capabilities, businesses build products that utilize summarization, topic detection, sentiment analysis, translation, and more.
  • 10
    Eloquent Viewable

    Eloquent Viewable

    Associate views with Eloquent models in Laravel

    Sometimes you don't want to pull in a third-party service like Google Analytics to track your application's page views. Then this package comes in handy. Eloquent Viewable allows you to easily associate views with Eloquent models. It's designed with simplicity in mind. This package stores each view record individually in the database. The advantage of this is that it allows us to make very specific counts. For example, if we want to know how many people has viewed a specific post between...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Model Caching for Laravel

    Model Caching for Laravel

    Eloquent model-caching made easy.

    This is an MIT-licensed open source project with its ongoing development made possible by the support of the community. I created this package in response to a client project that had complex, nested forms with many <select>'s that resulted in over 700 database queries on one page. I needed a package that abstracted the caching process out of the model for me and one that would let me cache custom queries, as well as cache model relationships. This package is an attempt to address those...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java Client for Google Maps Services

    Java Client for Google Maps Services

    Java client library for Google Maps API Web Services

    This library brings the Google Maps API Web Services to your server-side Java application. Each Google Maps Web Service request requires an API key. API keys are generated in the 'Credentials' page of the 'APIs & Services' tab of Google Cloud console. The Java Client for Google Maps Services is designed for use in both server and Android applications. In either case, it is important to add API key restrictions to improve the security of your API key. Additional security measures, such as hiding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Skynet

    Skynet

    A lightweight online game framework

    Skynet is a lightweight online game framework which can be used in many other fields. Skynet is a lightweight framework designed for online game servers. Although from the feedback of the Community , it's not limited as a game server framework. On the Uses page, it shows a few projects that have used or currently using Skynet, but there are way more projects than listed. And welcome to be the next user. For Linux, install autoconf first for jemalloc. For FreeBSD , use gmake instead of make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python colorlog

    Python colorlog

    A colored formatter for the python logging module

    Add colors to the output of Python's logging module. This library is over a decade old and supported a wide set of Python versions for most of its life, which has made it a difficult library to add new features to. colorlog 6 may break backward compatibility so that newer features can be added more easily, but may still not accept all changes or feature requests. colorlog 4 might accept essential bug fixes but should not be considered actively maintained and will not accept any major changes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Moquette Project

    Moquette Project

    Java MQTT lightweight broker

    JVM lightweight MQTT broker for the Internet of Things. Simply embeddable in your IoT projects. Moquette aims to be a MQTT compliant broker. The broker supports QoS 0, QoS 1 and QoS 2. Its designed to be evented, uses Netty for the protocol encoding and decoding part.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SocketCAN userspace utilities and tools

    SocketCAN userspace utilities and tools

    Linux-CAN / SocketCAN user space applications

    SocketCAN userspace utilities and tools. This repository contains some userspace utilities for the Linux CAN subsystem (aka SocketCAN).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PyExcelerate

    PyExcelerate

    Accelerated Excel XLSX Writing Library for Python 2/3

    Accelerated Excel XLSX writing library for Python. PyExcelerate is a Python for writing Excel-compatible XLSX spreadsheet files, with an emphasis on speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Event sourcing for Artisans

    Event sourcing for Artisans

    The easiest way to get started with event sourcing in Laravel

    This package aims to be the entry point to get started with event sourcing in Laravel. It can help you set up aggregates, projectors, and reactors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Laravel Model Settings

    Laravel Model Settings

    Model Settings for your Laravel app

    The package requires PHP 8.1+ and follows the FIG standards PSR-1, PSR-2, PSR-4 and PSR-12 to ensure a high level of interoperability between shared PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Hawtio

    Hawtio

    Hawtio web console helps you manage your JVM stuff and stay cool

    Hawtio is a lightweight and modular Web console for managing Java applications. Hawtio has plugins such as: Apache Camel and JMX (Logs, Spring Boot, Quartz, and more will be provided soon). You can dynamically extend Hawtio with your own plugins or automatically discover plugins inside the JVM. The only server-side dependency (other than the static HTML/CSS/JS/images) is the excellent Jolokia library which has a small footprint (around 300KB) and is available as a JVM agent or comes embedded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Laravel Snooze

    Laravel Snooze

    A package to simplify automating future notifications and reminders

    A package to simplify automating future notifications and reminders in Laravel. If your scheduler stops working, a backlog of scheduled notifications will build up. To prevent users from receiving all of the old scheduled notifications at once, the command will only send mail within the configured tolerance. By default, this is set to 24 hours, so only mail scheduled to be sent within that window will be sent. This can be configured (in seconds) using the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Acorn

    Acorn

    A simple application deployment framework built on Kubernetes

    ... environments in the cloud for anyone with a GitHub account to run, test, and develop Acorns. Sandboxes can be used as often as you like to run Acorns for up to 2 hours at a time. Sandbox environments allow for consuming up to 4GB of ram and up to 10GB of storage space. Acorns launched in the sandbox environment can be accessed via a public URL with SSL. The Acorns running in the Sandbox can be interacted with via the Acorn CLI or through the UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Hexagon

    Hexagon

    Hexagon is a microservices toolkit written in Kotlin

    Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of server applications (Web applications or APIs) that run inside a cloud platform. The Hexagon Toolkit provides several libraries to build server applications. These libraries provide single standalone features and are referred to as "Ports".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tokenize.jl

    Tokenize.jl

    Tokenization for Julia source code

    Tokenize is a Julia package that serves a similar purpose and API as the tokenize module in Python but for Julia. This is to take a string or buffer containing Julia code, perform lexical analysis and return a stream of tokens.
    Downloads: 0 This Week
    Last Update:
    See Project