Showing 18 open source projects for "remainder"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    RufasSok

    RufasSok

    Sokoban with many families of puzzles provided.

    ...The best thing about this game that is different: you can use the built-in solvers a little bit.. Sometimes I want to know the best next move or two, but no more. Other times I want to solve part way and watch the solver step thru the remainder of the solution at whatever speed I choose.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2

    Book-Reviews-In-Mathematica

    Partial Differential Equations, Complex Analysis, Mathematica, Farlow

    Cliff* Notes, Mathematica Evaluatable "Partial Differential Equations for Scientists and Engineers", Farlow "Physics for Scientists and Engineers", Serway "A First Course in Complex Analysis", Beck "PDE", Asmar "PDE, An Introduction", Colton "Elementary Differential Equations", 7th, Rainville "Ordinary Differential Equations", Tenenbaum "Linear Algebra And It's Applications", Lay "Swokowski Calculus", 5th, Swokowski "Chemistry Concepts & Problems, A Self-Teaching Guide",...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    PacketTracerRemote

    Ubuntu Based Virtual Server using noVNC to serve Cisco Packet Tracer.

    ...No endorsement by any trademark holder is stated or implied. Source code for files that have been created or changed is included in this project. Source code for the remainder of the virtual machine can be downloaded from Ubuntu, noVNC, and WebSockify. Fully illustrated directions for installation are located here: https://docs.google.com/document/d/1ZPs-o_F9JdEe5klOOjEyWMHlQY83p922vRBM6rkSFBI A demonstration can be found here: https://youtu.be/AIBU1hmM9eY
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    The fastai book

    The fastai book

    The fastai book, published as Jupyter Notebooks

    ...It does not have the same GPL restrictions that are on this repository. The code in the notebooks and python .py files is covered by the GPL v3 license; see the LICENSE file for details. The remainder (including all markdown cells in the notebooks and other prose) is not licensed for any redistribution or change of format or medium, other than making copies of the notebooks or forking this repo for your own private use. No commercial or broadcast use is allowed. We are making these materials freely available to help you learn deep learning, so please respect our copyright and these restrictions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    Neptune

    Neptune

    A calculator like programming language

    Neptune is a simple programming language indented for quick mathematical calculations, e. g. shape field calculation or budget analysing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    GimpRemote

    Ubuntu Based Virtual Server using noVNC to serve Gimp.

    ...GIMP is a trademark of its owner. No endorsement is implied. Source code for files that have been created or changed is included in this project. Source code for the remainder of the virtual machine can be downloaded from Ubuntu, noVNC, and WebSockify.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TimeDateSRTCreator

    TimeDateSRTCreator

    Create a basic subtitle file (.srt) containing the time/date info

    ...The MediaInfo.dll required by the application is included in the zip package Time/Date for video file(s) read from encoded parameters, if error occurs the creation Time/Date of the file is used. Option added to insert extra subtitle with remainder of video duration in milliseconds after complete seconds have been written. Version 2.0 (03/06/2020) A user requested an option to add the video filename in place of the time/date, this had been added in this version. (Filename without extension) Version 1.9 (03/03/16) Added optional log fie creation, modified code to ignore file extension case Version 1.8 (15/02/16) Changed file sort order to time/date regardless of type Version 1.7 (07/02/16) Option to select time/date source from MediaInfo encode data, file creation or file modify values. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Arch-Scripted

    Arch ISO with easy install scripts

    ...They will automatically call the correct post script. (post pacstrap) As they are, these install scripts set the following: . 1G boot partition on /dev/sda . Remainder of the disk for / on /dev/sda . a 2G swapfile on / . locale set to en_US.UTF-8 . localtime set to Americas/New_York . mirrors updated and ranked from the Arch mirror server, using Reflector. You will be prompted for hostname, root password, user account and user password. GRUB and system services are handled automatically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    octave-intinf

    Infinite-precision integer arithmetic for Octave, written in Octave

    ...The supported operations are: >> s = a = intinf (126) % Creation of intinf-class object from integer or string >> b = intinf ('-792716404922304611755050042308687') >> c = a + b % Addition >> d = a - b % Subtraction >> e = c * d % Multiplication >> f = (e - a^2) / b % Exponentiation, division >> f == -b % Logical operators >> [q, r] = intinf_divide (b^2, a) % Divsion and remainder >> x = intinf_rand (100) % Random number (here, with 100 digits) TODO: * Better errors. * Make a package loadable by octave's pkg function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    n-chinese-remainders

    n-chinese-remainders

    chinese remainder theorem - progressive solving, n-soln, extras

    "chinese remainder" solves a system of equations over modulus quickly. crtwo is an improvement to Mathematica's release. crtwo: solves Chinese Remainder a pair at a time, (uses gcd), yet is still fast. Which means crtwo, unlike text book soln, uses an algorithm to solve or fail one mod equation at a time. showing win or fail of each eqn and solving other sawtooth intersections is possible, due to that.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Intertelecom

    Intertelecom

    program, for CDMA-operator Intertelekom, checks remainder Mb. Source!

    Intertelecom - a program, which checks the remainder a megabyte and balance on Your number CDMA-operator Intertelekom. Good for that, to who no telephone with support CDMA, for instance, beside me USB Pantech UML295 modem, and for checking the remainder, it is necessary to call at on of site, and anew enter the number and password. Intertelecom - это программа, которая проверяет остаток мегабайт и баланса по Вашему номеру CDMA-оператора Интертелеком.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    asers

    asers

    Android Simplified Episode Remainder System

    The new release is there: 1.3. ASERS for Android Simplified Episode Remainder System is a system that manages your episodes remaindering. That helps you to be up-to-date with your series. ASERS is based on data from www.epguides.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CompliCalc

    Multiple Complex Algebraic and Functional Calculators

    With 21 calculators, CompliCalc can handle anything from tax needs to factorial to your radian homework, and if we don't have the calculator you want, you can submit a request and tell the team. If you need a previous download of CompliCalc, click on the files link by the download button. Also, if you need any support, be sure to us know!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    I have made this tiny application for me which proved to be very practical therefore, hopefully someone out there can also benefit from this app. This small application can monitor user configured remainders. At the event of an remainder, it pops up a message box with user text and play a sound file. One can change the audio notification by replacing another wave file with the same name. To start the application at windows start, one can add to the startup program list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    mdbackup

    Fully automated backups to zfs backup hosts

    mdbackup is written in perl and basically goes off and connects to a bunch of remote servers (defined in a file called mdtab) via ssh or a smb mount, rsyncs the data to a location on your local zpool and then snapshots the deepest parent zfs filesystem. Another script renames snaps to preserve them as monthlies or annuals and another script purges the remainder of snaps based on a retention policy defined in that severs configuration file, normally 21 nighties, 12 monthly and 7 annuals. It all runs from cronies. It does lots of nice logging and error checking and has nice health check scripts which can be used to integrate this with nagios. it's reasonably mature and stable, I rewrote if from bash to perl a year ago, but in concept it's been running g for 5 years ago, I started it using solaris express developers edition, zfs v10. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ezProgressBar

    Three C++ progress bar classes.

    ...It uses a single header file and only depends on the standard iostream. ezETAProgressBar is a more traditional growing progress bar that reports a percentage and a time-remaining estimate. ezRateProgressBar reports percentage complete, the time that has elapsed and estimated remainder, plus how many tasks have been done and remain and the rate of tasks per second; tasks can be a custom unit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Astrology Tarot Kabbalah Tree of Life

    Astrology Tarot Kabbalah Tree of Life

    Compare Astro chart with Tarot and Kabbalah

    Astrology software project that will chart user data to an Astrological chart, a Tarot display, the Kabbalah tree of Life highlighting aspects and planets correspondence to those systems. Most of the code has already been written and will be uploaded soon. Need for C# developers volunteers to refactor, enhance and develop the remainder of the application. Please volunteer by sending an email and describing your C# skills. The source will be posted after we have refactored and updated part of the components like a Bing Map API that are obsolete, and dependencies to some libraries. Get in touch and help us bring it out to everyone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Bear 100 Race Aid Station Application

    To be used for the Bear 100 Race: see http://www.bear100.com/

    ...See ARES paper for topology/backend: http://www.tapr.org/pub_cnc07.html All Aid Stations are expected to use same frequency concurrently, and optionally send queries to Net Control. Note backend will support more frequencies if more radios were hooked up. Expected that subset of stations will use software. Remainder will communicate runner data via voice to NetControl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB