Showing 50465 open source projects for "clip-4-win"

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.
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 1
    Django Notifications

    Django Notifications

    GitHub notifications alike app for Django

    django-notifications is a GitHub notification alike app for Django, it was derived from django-activity-stream. Notifications are actually actions events, which are categorized by four main components. To generate a notification anywhere in your code, simply import the notify signal and send it with your actor, recipient, and verb. Generating notifications is probably best done in a separate signal. Using django-model-utils, we get the ability to add queryset methods to not only the manager...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    django-push-notifications

    django-push-notifications

    Send push notifications to mobile devices through GCM or APNS

    A minimal Django app that implements Device models that can send messages through APNS, FCM/GCM, WNS and WebPush. The app also implements an admin panel, through which you can test single and bulk notifications. Select one or more FCM/GCM, APNS, WNS or WebPush devices and in the action dropdown, select "Send test message" or "Send test message in bulk", accordingly. Note that sending a non-bulk test message to more than one device will just iterate over the devices and send multiple single...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    php-libyear

    php-libyear

    A simple measure of dependency freshness

    ... in your $PATH to be able to reference it from anywhere. There are obviously more nuanced ways to calculate dependency freshness. The advantage of this approach is its simplicity. You will be able to explain this calculation to your colleagues in about 30s. If your system has two dependencies, the first one year old, the second three, then your system is four libyears out-of-date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    dotnet-libyear

    dotnet-libyear

    A simple measure of dependency freshness

    ... is four libyears out-of-date. At Singlebrook we try to keep our client’s apps below 10 libyears. We regularly rescue projects that are over 100 libyears behind. "lib" is short for "library", the most common form of dependency. The --versions flag provides a metric for an installed dependency’s freshness relative to the newest release’s major, minor, and patch versions. Of course, this is most useful for dependencies that follow a consistent versioning scheme such as semver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 5
    RecBole

    RecBole

    A unified, comprehensive and efficient recommendation library

    ... and developing recommendation algorithms in a unified, comprehensive and efficient framework for research purpose. It can be installed from pip, conda and source, and is easy to use. We have implemented more than 100 recommender system models, covering four common recommender system categories in RecBole and eight toolkits of RecBole2.0, including General Recommendation, Sequential Recommendation, Context-aware Recommendation, and Knowledge-based Recommendation and sub-packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Fluent

    Fluent

    Vapor ORM (queries, models, and relations) for NoSQL and SQL databases

    Fluent is an ORM framework for Swift. It takes advantage of Swift's strong type system to provide an easy-to-use interface for your database. Using Fluent centers around the creation of model types that represent data structures in your database. These models are then used to perform create, read, update, and delete operations instead of writing raw queries. When creating a project using vapor new, answer "yes" to including Fluent and choose which database driver you want to use. This will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DenoDB

    DenoDB

    MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

    Supports PostgreSQL, MySQL, MariaDB, SQLite and MongoDB. Setting up your database with DenoDB is a four-step process. Create models, extending Model. table and fields are both required static attributes. Link your models, to add them to your database instance. Optional, create tables in your database, by using sync. Query your models! Using Mongo means adapting your models to its standards, one being the use of _id for identifying records. The only change on your side is to add an _id field...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Elm

    Elm

    Compiler for Elm, a functional language for reliable webapps

    Elm uses type inference to detect corner cases and give friendly hints. NoRedInk switched to Elm about four years ago, and 300k+ lines later, they still have not had to scramble to fix a confusing runtime exception in production. The compiler guides you safely through your changes, ensuring confidence even through the most wide-reaching refactorings in unfamiliar codebases. Including your own, six months later. All Elm programs are written in the same pattern, eliminating doubt and lengthy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Logan

    Logan

    Logan is a lightweight case logging system based on mobile platform

    Logan is a log platform with the ability to collect, store, upload and analyze front-end logs. We provide five components, including iOS SDK, Android SDK, Web SDK, analysis services Server SDK and LoganSite. In addition, we also provide a Flutter plugin Flutter Plugin. LoganSite provides a visualized way for developers to scan and search logs uploaded from App and Web. To put it simply, the traditional idea is to piece together the problems that appear in the logs of each system, but the new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 10
    Concurrent Ruby

    Concurrent Ruby

    Modern concurrency tools including agents, futures, promises, etc.

    ... as idiomatic Ruby as possible, supports features that make sense in Ruby. Excludes features that don't make sense in Ruby. It is small, lean, and loosely coupled, thread-safety, and with backward compatibility. Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency library, providing consistent behavior and guarantees on all four of the main Ruby interpreters (MRI/CRuby, JRuby, Rubinius, TruffleRuby).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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: 0 This Week
    Last Update:
    See Project
  • 12
    Lenovo Legion Linux Support

    Lenovo Legion Linux Support

    Driver and tools for controlling Lenovo Legion laptops in Linux

    Lenovo Legion Linux (LLL) brings additional drivers and tools for Lenovo Legion series laptops to Linux. It is the alternative to Lenovo Vantage or Legion Zone (both Windows only). It allows you to control features like the fan curve, power mode, power limits, rapid charging, and more. This has been achieved through reverse engineering and disassembling the ACPI firmware, as well as the firmware and memory of the embedded controller (EC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Learn Prompting

    Learn Prompting

    This website is a free, open-source guide on prompt engineering

    This website is a free, open-source guide on prompt engineering. Contributions are welcome! Harsh criticism is welcome too. We launched the first ever prompt hacking competition designed to enhance AI safety and education by challenging participants to outsmart large language models from May 5th to June 3rd! The competition featured 10 increasingly difficult levels of prompt hacking defenses and the chance to win over $35,000 in prizes. Coding is a great skill to learn alongside prompt...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Welcome to node-html-to-image

    Welcome to node-html-to-image

    A Node.js module that generates images from HTML

    This module exposes a function that generates images (png, jpeg) from HTML. It uses a puppeteer in headless mode to achieve it. Additionally, it embarks Handlebars to provide a way to add logic to your HTML. When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win) that is guaranteed to work with the API. node-html-to-image takes a screenshot of the body tag's content. If you want to set output image's resolution you need to set its dimension...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DDN

    DDN

    DDN, Data Delivery Network, a next generation blockchain system

    A next-generation blockchain system. Has successfully served multiple enterprise-level products. Complete tutorials, simple, fast and low threshold for development, please refer to learn the book nodejs on blockchain 2 before development. Configurable, you can use your own peer quantity, token name, etc. Pluggable, good scalability can help you quickly requirement your requirement. Multi platforms, you can use DDN in Linux, Win, and Mac. Multi databases, you can use Mysql, SQLite, Oracle, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Virto Commerce Platform

    Virto Commerce Platform

    VirtoCommerce Platform repository

    .... Use Virto Commerce B2B eCommerce platform as a transformational force to reimagine how to do business, identify new markets and deploy resources more efficiently for higher ROI. Strive for online business when you win while the client wins as well. Worldwide network of certified implementation partners & solution partners to fit every project. Build a B2B channel with complicated business logic on top of your e-commerce solution without re-platforming or data duplication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Flysystem

    Flysystem

    Abstraction for local and remote filesystems

    ... to the filesystem. While the overall concept of Flysystem has not changed, V2 brings you a bunch of developer-experience improvements. In addition to a more streamlined API, each write call is now less expensive. Since writes now overwrite, there is no longer a file existence check needed. For all the “over the network filesystems”, this is a big win! All adapters now provide their own interface to convert visibility input and configuration options to their implementation specific permissions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Firefox Focus for iOS

    Firefox Focus for iOS

    Firefox Focus for iOS

    Browse like no one’s watching. The new Firefox Focus automatically blocks a wide range of online trackers, from the moment you launch it to the second you leave it. Easily erase your history, passwords and cookies, so you won’t get followed by things like unwanted ads. Use Firefox Focus for everything you want to keep separate from your main browser, for all those get in get out, and forget about it moments. No tabs, no fuss, no muss. Block ads and online trackers too. One tap and your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    bootstrap-validate

    bootstrap-validate

    A simple Form Validation Utility for Bootstrap 3, Bootstrap 4

    A simple Form Validation Utility for Bootstrap 3, Bootstrap 4 for Humans.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Django jazzmin

    Django jazzmin

    Jazzy theme for Django

    Welcome to Jazzmin, intended as a drop-in app to jazz up your django admin site, with plenty of things you can easily customize, including a built-in UI customizer. 4 different Change form templates (horizontal tabs, vertical tabs, carousel, collapsible). Bootstrap 4 modal (instead of the old popup window, optional). Search bar for any given model admin. Customizable UI (via Live UI changes, or custom CSS/JS). Select2 drop-downs. Bootstrap 4 & AdminLTE UI components. You can add links...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mr. Ranedeer

    Mr. Ranedeer

    GPT-4 AI Tutor Prompt for customizable personalized learning

    Unlock the potential of GPT-4 with Mr. Ranedeer AI Tutor, a customizable prompt that delivers personalized learning experiences for users with diverse needs and interests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WizardLM

    WizardLM

    LLMs build upon Evol Insturct: WizardLM, WizardCoder, WizardMath

    WizardLM empowers large pre-trained language models to follow complex instructions. We adopt the automatic evaluation framework based on GPT-4 proposed by FastChat to assess the performance of chatbot models. Evol-Instruct is a novel method using LLMs instead of humans to automatically mass-produce open-domain instructions of various difficulty levels and skills range, to improve the performance of LLMs. You can easily embark on your own evolutionary journey with the Evol Script we provide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Laravel Vue Pagination

    Laravel Vue Pagination

    A Vue.js pagination component for Laravel paginators

    Laravel Vue Pagination is a Vue.js pagination component for Laravel. It provides out-of-the-box components for Bootstrap 4/5 and Tailwind CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Captcha for Laravel 5/6/7/8/9

    Captcha for Laravel 5/6/7/8/9

    Captcha for Laravel 5/6/7/8/9/10/11

    A simple Laravel 5/6 service provider for including the Captcha for Laravel. for Laravel 4 Captcha for Laravel Laravel 4. The Captcha Service Provider can be installed via Composer by requiring the mews/captcha package and setting the minimum-stability to dev (required for Laravel 5) in your project's composer.json.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jQuery Menu Editor

    jQuery Menu Editor

    Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)

    Lightweight and Powerful Menu Editor. Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)
    Downloads: 0 This Week
    Last Update:
    See Project