Showing 36 open source projects for "new open lms"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

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

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 1
    Simple Calculator

    Simple Calculator

    A calculator for quick simple calculations with a nice user interface

    ... and graphing calculator. You can also use this math calculator as a mortgage calculator. The app is a simple helper for fast calculations with many basic functions including multiplying, dividing, rooting, and powers. It also comes with a dark theme so that you can use this new technology to make your calculator look smoother and easier to use rather than using sharp colors provided in different calculators that can't help you concentrate on your complex calculations in this graphing calculator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Java multiprecision calculator

    Java multiprecision calculator

    Multiprecision calculator

    Multipresicion calculator, based on Bigdecimal Java class . It has a library (BigMath) that makes calculations with Bigdecimal. It has also an expression parser to parse the user input. It allows you to store user defined variables and functions . You can operate with them to be used for calculations or for creating new functions with composition. With the new version, you can also calculate the derivative of a function. JDK-17 compatibility
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    RGBtoCMYK

    Color Format Code Calculator for 64bit Windows 7/8/10/11 dotnet V.48

    The Idea Came from when I did any Design job using several software, I often to access the internet to search any information to converting color from RGB to CMYK or Hex... So, Since Covid19 Pandemic, I learn little bit about programming and really enthusiast to doing something new in area of programming languange. So I build a solution for Color Converting Problem, I try to build, yes indeed in the end is only a color format converter calculator , but this program I Build realy helping me...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gdcalc

    gdcalc

    financial, statistics, scientific and programmers calculator

    ... are probably familiar with algebraic calculators. Very briefly, while simpler and more natural to use, RPN calculators need some study eg. they have an Enter key instead of the equals key. New home page: http://bhepple.com/doku/doku.php?id=dcalcunix Old home page: http://bhepple.freeshell.org/dcalc/unix
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 5

    Retro_Calc-Watch

    The simple Win-GUI oriented Calculator with time showing option.

    Totally open source, made by FreeBasic compiler, with FBEdit (FreeBasic code editor) user friendly environment help created. The new style of buttons layout, based on the retro, analog clock board look, with digital LCD screen. You can free modify this code to learn, how FreeBasic works. Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Mixture100

    Mixture100

    Simply percent calculator

    For making various mixtures, like homemade alcohol, brine or e-liquids. Add a components, set a percentage in total, set how much I want a given mixture and save, share or print recipe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Penobscot River RKM Calculator

    Penobscot River RKM Calculator

    Look up in river distances in the Penobscot River drainage.

    Allows user to input a .csv of UTM coordinates within the Penobscot River basin and calculates in-river distance (in kilometers) from the river's mouth to the locations of interest. The results are output into a new .csv file named yourfilename+RKM.csv. For the purposes of this calculator, river kilometer 0 is located at 516414E 4927755N in UTM Zone 19N, near the southwest corner of Verona Island. Simply download the setup file and run it to install the program. Please contact me...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Training Calculator

    Money or level calculate

    If you add level to program, the program push How much money, but if you add money to program push how much can level up. 3.0 TraniningCalculator.zip 2.0: TraningCalcForm.zip UPDATE (3.0 VERSION): - Add new languages (german and slovak) - Add gold calculate (to training) - euphemism
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HistoryCal

    HistoryCal

    A calculator to work with historical dates and calendars.

    HistoryCal is a practical calculator designed to work with historical dates and calendars. The calculator will allow you to work with many different world calendar schemes and calculate ranges and ages based on these calendars. The calculator also has a script language that allows you to create variations of the built-in calendars: calendars that shift the new year to a different day; hybrid calendars that switch between schemes; local observational calendars that depend on a particular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10

    Ballistic Calculator

    Open Source Ballistic Calculator in C#

    !!! This project is currently CLOSED. There is a new version of API available under LGPL license at https://github.com/gehtsoft-usa/BallisticCalculator1 There is a new version of application in progress (ported to net framework 5.0) https://github.com/nikolaygekht/ballistic.calculator.app Ballisitic Calculator based on JBM's implementation 3-degree of freedom model, ported to C#, improved to support metric system and extended by some math from Litz's "Applied Ballistic" book. Calculator...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    ICE (Interval Calculator for Engineer)

    ICE (Interval Calculator for Engineer)

    Interval Calculator for Engineer

    ICE is a simple mathematical calculator with very useful shortcuts for Engineer: works natively with tolerance, can run Monte Carlo analysis, uses engineer notation, includes most of the day by day functions used by engineers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Primes

    Calculate primes by using extremely fast sorting

    This project considers the problem of calculating primes as a sorting problem. It includes the most efficient tree-based sorting algorithm that is possible and shows that finding a new prime can be done by sorting the differences between the previous primes in the right way. Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for sorting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ObjectLab Kit

    We MOVED to GITHUB!

    http://github.com/Appendium/objectlabkit A set of modules to handle common financial functions. The first module is Date Calculator which handles holidays and weekends. A set of rules are implemented to deal with days falling on a holiday: Forward, Backward, Modified Forward, Modified Backward New FX Rate Calculators
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Public Interest Score Calculator

    Public Interest Score Calculator

    Calculates if a company needs to be audited

    Calculates if a company needs to be audited or reviewed in terms of the new South African Companies Act 71 (2008)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Calculates Natural Product(NP)-likeness of a molecule, i.e. the similarity of the molecule to the structure space covered by known natural products. NP-likeness is a useful criterion to screen compound libraries and to design new lead compounds. Maven dependancy: <dependency> <groupId>uk.ac.ebi.cheminformatics</groupId> <artifactId>NP-Likeness</artifactId> <version>2.1</version> </dependency> Required repository: <repositories> <repository...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    1-click IGNOU BCA/MCA result calculator
    Use this program to automatically fetch and calculate your IGNOU BCA or MCA percentage with just a click of a button! ******************************** UPDATE ********************************** IGNOU has switched to using HTTPS for gradecard access, as a result this software is not working anymore. HTTPS support can be added but i am pressed for time. No problem though, i've created another way to calculate your percentage, please visit: ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Programmable Calendric Calculator

    Programmable Calendric Calculator

    Convert between calendars and work with date ranges.

    This calculator will allow you to convert between many different world calendar schemes and calculate ranges and ages based on these calendars. The calculator also has a script language that allows you to create variations of the built-in calendars: calendars that shift the new year to a different day, hybrid calendars that switch between schemes, local observational calendars that depend on a particular location, year counts that change for specific eras (regnal calendars) and calendars...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    LuaCalc

    Crossplatform stack calculator with very fast usage.

    Crossplatform calculator based on preprocessor to Lua language (CLua). CLua have a hybrid syntax between C-style and Lua and have some additions like inline condition operator etc. Easy and very fast in use. Helpful for debugging and analysing data. Enjoy! Get code on homepage (bitbucket. Link below) of project or download win exe from here or homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BreezyCalc

    BreezyCalc

    An algebraic, logarithmic, and trigonometric calculator for Windows.

    ... precision - Wide range of mathematical functions - (NEW) Geometric Formulas (like distance and volume) - User Variables - User Linear Functions - Can export session log to text file. - Conditional Statements: ---- Ex. (condition) ? (true val) : (false val) - Logic Operators: ---- && (and), || (or) - Comparison Operators: ---- <= (less than or equal to) ---- >= (greater than or equal to) ---- < (less than), > (greater than) ---- != (not equal to), == (equal to)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Compilation of Physics Calculators

    Compilation of Physics Calculators

    A compliation of Physics derived claculators

    A NEW GUI VERSION WILL BE RELEASED SOON! Thank you for visiting the Physics Calculator, provided by PIezoSystems Inc., please visit their company website at https://piezosystems.org. For other downloads, please visit our github page, https://github.com/PiezoSystems. We hope that you find this program useful and easy to use, for troubleshooting, please email us, contact@piezosystems.org. If any bugs were found, please email us at bugs@piezosystems.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Big Numbers Calculator
    Arithmetic, bitwise and base conversion operations over the big integers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    eSolve

    eSolve now solve linear and quadratic equations

    eSolve - a program specifically designed for mathematical functions (calculator) and for solving linear and quadratic equations. New features in contrast to an earlier version: 1. Added the mathematical accuracy 2. Fixed a small mistake with the wrong solution to (confused + with -) 3. Added feature to erase the output string 4. If there are no roots or x any number program shows it 5. Now, the program solves quadratic equations Management: Esc - exit Enter - solve F1 - about the program F2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Anansi WebCalc is a new calculator, being written for the Anansi Project created by Oasis WebSoft, and written to aggregate Web 2.0 news as you use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Codex - Development Kit
    Codex is a series of tools aimed at developers to make certain tasks painless and easier. Tools currently include: Clipboard History AES Encrypter Resolution Emulator FTP Client Image Converter Various IP Tools
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Optimum Path Calculator
    Simple UI to test the effectiveness of a heuristic algorithm against the brute force method for path finding among an arbitrary number of arbitrarily placed points on a grid. This is an educational project, don't expect new and better methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next