Search Results for "step by step calculator" - Page 3

Showing 1139 open source projects for "step by step calculator"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 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.
  • 1
    PhoneNumberKit

    PhoneNumberKit

    A Swift framework for parsing and formatting phone numbers

    Swift 5.3 framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. Import PhoneNumberKit at the top of the Swift file that will interact with a phone number. All of your interactions with PhoneNumberKit happen through a PhoneNumberKit object. The first step you should take is to allocate one. A PhoneNumberKit instance is relatively expensive to allocate (it parses the metadata and keeps it in memory for the object's lifecycle), you...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    GiftedChat

    GiftedChat

    The most complete chat UI for React Native

    ... and will defer entirely to your prop. This is great for using a tool like Redux, but there's one extra step you'll need to take, simply implement onInputTextChanged to receive typing events and reset events (e.g. to clear the text onSend). If you are using Create React Native App / Expo, no Android specific installation steps are required, you can skip this section. Otherwise, we recommend modifying your project configuration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    React Table

    React Table

    Hooks for building fast and extendable tables and datagrids for React

    ..., group, aggregate, paginate and display massive data sets using a very small API surface. Just hitch your wagon (new or existing tables) to React Table and you'll be supercharged into productivity like never before. Plugins are important for a healthy ecosystem, which is why React Table has it's very own plugin system allowing you to override or extend any logical step, stage or process happening under the hood.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    CSSO

    CSSO

    CSS minifier with structural optimizations

    ... into AST, AST traversal and to generate AST back to CSS. All CSSTree API is available behind syntax field extended with compress() method. You may minify CSS step by step. CSSO can use data about how CSS is used in the markup for better compression. File with this data (JSON) can be set using the usage option.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 5
    GoNB

    GoNB

    GoNB, a Go Notebook Kernel for Jupyter

    Go is a compiled language, but with very fast compilation, that allows one to use it in a REPL (Read-Eval-Print-Loop) fashion, by inserting a "Compile" step in the middle of the loop -- so it's a Read-Compile-Run-Print-Loop — while still feeling very interactive. GoNB leverages that compilation speed to implement a full-featured (at least it's getting there) Jupyter notebook kernel. As a side benefit it works with packages that use CGO — although it won't parse C code in the cells, so it can't...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    LangChain

    LangChain

    ⚡ Building applications with LLMs through composability ⚡

    Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not. But using these LLMs in isolation is often not enough to create a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge. This library is aimed at assisting in the development of those types of applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Kubeasz

    Kubeasz

    Install K8S cluster anintroduce the principle of component interaction

    ... to step-by-step execution.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Open Source with Pradumna

    Open Source with Pradumna

    Resources and materials to get yourself started with open source

    ... step by step guide (Written + Screenshots + Video) on how to create an Issue, cloning/forking a repo, creating a Pull Request etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SageMaker Experiments Python SDK

    SageMaker Experiments Python SDK

    Experiment tracking and metric logging for Amazon SageMaker notebooks

    ... to compare together. Trial: A description of a multi-step machine learning workflow. Each step in the workflow is described by a Trial Component. There is no relationship between Trial Components such as ordering. Trial Component: A description of a single step in a machine learning workflow. For example data cleaning, feature extraction, model training, model evaluation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 10
    DeepPavlov

    DeepPavlov

    A library for deep learning end-to-end dialog systems and chatbots

    DeepPavlov makes it easy for beginners and experts to create dialogue systems. The best place to start is with user-friendly tutorials. They provide quick and convenient introduction on how to use DeepPavlov with complete, end-to-end examples. No installation needed. Guides explain the concepts and components of DeepPavlov. Follow step-by-step instructions to install, configure and extend DeepPavlov framework for your use case. DeepPavlov is an open-source framework for chatbots and virtual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Android-Jetpack-Demo

    Android-Jetpack-Demo

    Android-Jetpack-Demo

    It has been nearly five years since the project began, and the related technical points of Kotlin and Jetpack have also been updated a lot, and they have become the first choice for Android development. There are many star Jetpack best practices on GitHub. This project is positioned as an entry-level nanny-level tutorial for novices. Learn it step by step by component, understand its application and principles, and then talk about combination and architecture. The new design and development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Infiltrator.jl

    Infiltrator.jl

    No-overhead breakpoints in Julia

    This package provides the @infiltrate macro, which acts as a breakpoint with negligible runtime performance overhead. Note that you cannot access other function scopes or step into further calls. Use an actual debugger if you need that level of flexibility. Running code that ends up triggering the @infiltrate REPL mode via inline evaluation in VS Code or Juno can cause issues, so it's recommended to always use the REPL directly. When the infiltration point is hit, it will drop you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ShowCaseView

    ShowCaseView

    Flutter plugin that allows you to showcase features on flutter app

    A Flutter package allows you to Showcase/Highlight your widgets step by step. Auto Scrolling to active showcase feature will not work properly in scroll views that renders widgets on demand(ex, ListView, GridView). In order to scroll to a widget it needs to be attached with widget tree. So, If you are using a scrollview that renders widgets on demand, it is possible that the widget on which showcase is applied is not attached in widget tree. So, flutter won't be able to scroll to that widget...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    lua-resty-http

    lua-resty-http

    Lua HTTP client cosocket driver for OpenResty / ngx_lua

    Lua HTTP client cosocket driver for OpenResty / ngx_lua. HTTP 1.0 and 1.1 SSL. Streaming interface to the response body, for predictable memory usage. Alternative simple interface for single-shot requests without a manual connection step. Chunked and non-chunked transfer encodings. Connection keepalives. Request pipelining. Trailers, HTTP proxy connections, and mTLS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TencentBlueking

    TencentBlueking

    BlueKing Container Service

    Blueking Container Service is positioned to build a bridge between cloud-native technology and actual business application scenarios; it focuses on the R&D, integration and productization of containerized deployment technology solutions for complex application scenarios; Complex applications provide one-stop, low-threshold container orchestration and service governance services. Graphically and tabularly arrange and manage your microservice applications. Use new workloads ( GameStatefulSet ,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    website-to-gif

    website-to-gif

    Turn your website into a GIF

    This Github Action automatically creates an animated GIF or WebP from a given web page to display on your project README (or anywhere else). In your GitHub repo, create a workflow file or extend an existing one. You have to also include a step to checkout and commit to the repo. You can use the following example gif.yml. Make sure to modify the url value and add any other input you want to use. WebP rendering will take a lot of time to benefit from lossless quality and file size optimization.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Nuclio

    Nuclio

    High-Performance Serverless event and data processing platform

    ... of the example serverless functions or write your own. The dashboard, when running outside an orchestration platform (e.g. Kubernetes or Swarm), will simply be deployed to the local docker daemon. The Getting Started With Nuclio On Kubernetes guide has a complete step-by-step guide to using Nuclio serverless functions over Kubernetes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Design Patterns Library

    Design Patterns Library

    A comprehensive design patterns library implemented in C#

    A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples. In software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Knet

    Knet

    Koç University deep learning framework

    .... If you find a bug, please open a GitHub issue. If you don't have access to a GPU machine, but would like to experiment with one, Amazon Web Services is a possible solution. I have prepared a machine image (AMI) with everything you need to run Knet. Here are step-by-step instructions for launching a GPU instance with a Knet image (the screens may have changed slightly since this writing).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    OpenTofu

    OpenTofu

    OpenTofu lets you declaratively manage your cloud infrastructure

    Truly open-source under a well-known and widely-accepted license that companies can trust, that won’t suddenly change in the future and isn’t subject to the whims of a single vendor. Community-driven so that the community governs the project for the community, where pull requests are regularly reviewed and accepted on their merit. Impartial so that valuable features and fixes are accepted based on their value to the community, regardless of their impact on any particular vendor. Layered and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    unit-minions

    unit-minions

    AI R&D Efficiency Improvement Research: Do-It-Yourself Training LoRA

    "AI R&D Efficiency Improvement Research: Do-It-Yourself Training LoRA", including Llama (Alpaca LoRA) model, ChatGLM (ChatGLM Tuning) related Lora training. Training content: user story generation, test code generation, code-assisted generation, text to SQL, text generation code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Humanizer

    Humanizer

    Humanizer meets all your .NET needs for manipulating strings

    ..., Xamarin, and .NET Core). Also Humanizer symbols are source indexed with SourceLink and are included in the package so you can step through Humanizer code while debugging your code. New in Humanizer 2.0 is the option to choose which localization packages you wish to use. You choose which packages based on what NuGet package(s) you install. By default, the main Humanizer 2.0 package installs all supported languages exactly like it does in 1.x.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ReservoirComputing.jl

    ReservoirComputing.jl

    Reservoir computing utilities for scientific machine learning (SciML)

    ReservoirComputing.jl provides an efficient, modular and easy-to-use implementation of Reservoir Computing models such as Echo State Networks (ESNs). For information on using this package please refer to the stable documentation. Use the in-development documentation to take a look at not-yet-released features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tslog

    tslog

    Universal Logger for TypeScript and JavaScript

    Powerful, fast, and expressive logging for TypeScript and JavaScript. Every incoming log message runs through a number of steps before being displayed or handed over to a "transport". Every step can be overwritten and adjusted. By default, tslog is optimized for the best developer experience and includes some default settings that may impact performance in production environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WordOps

    WordOps

    Install and manage a high performance WordPress stack

    An essential toolset that eases WordPress site and server administration.
    Downloads: 0 This Week
    Last Update:
    See Project