Showing 35 open source projects for "unit convert"

View related business solutions
  • 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.
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 1
    Universal G-Code Sender

    Universal G-Code Sender

    A cross-platform G-Code sender for GRBL, Smoothieware, etc.

    A full-featured gcode platform used for interfacing with advanced CNC controllers like GRBL , TinyG, g2core and Smoothieware. Universal Gcode Sender is a self-contained Java application that includes all external dependencies and can be used on most computers running Windows, MacOSX or Linux. With older versions of GRBL UGS is pretty reliable when it comes to jogging, but there are limitations. With GRBL 1.1 this is no longer the case when using the new JOG MODE syntax. This first-class jog...
    Downloads: 294 This Week
    Last Update:
    See Project
  • 2
    Less.js

    Less.js

    Less, the dynamic stylesheet language

    ... with cascading. Arithmetical operations can operate on any number, color or variable. If it is possible, mathematical operations take units into account and convert numbers before adding, subtracting or comparing them. The result has leftmost explicitly stated unit type. If the conversion is impossible or not meaningful, units are ignored. With Less you can transform colors, manipulate strings and do maths.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Units.NET

    Units.NET

    Makes life working with units of measurement just a little bit better

    ... into source code of NuGet package while debugging. Strong naming to make the library available to all developers. Immutable structs that implement IEquatable, IComparable. Statically typed quantities and units to avoid mistakes and communicate intent. Operator overloads for arithmetic on quantities. Parse and ToString() supports cultures and localization. Dynamically parse and convert quantities and units. Extensible with custom units. You can create a unit converter app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Unitful.jl

    Unitful.jl

    Physical quantities with arbitrary units

    Unitful is a Julia package for physical units. We want to support not only SI units but also any other unit system. We also want to minimize or in some cases eliminate the run-time penalty of units. There should be facilities for dimensional analysis. All of this should integrate easily with the usual mathematical operations and collections that are found in Julia base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 5
    MJExtension

    MJExtension

    A conversion framework between JSON and model

    A fast, convenient and nonintrusive conversion framework between JSON and model. Dictionary-to-model framework with fast conversion speed and easy to use. A large number of unit tests have been carried out on various commonly used data scenarios. MJExtension is an ultra-lightweight framework that converts between dictionaries and models. Coding all properties of a model with only one line of code. Coding (archiving and unarchiving) of all attributes of the model can be achieved with just one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Scala to Kotlin Converter

    Scala to Kotlin Converter

    Convert Scala source code to Kotlin source code.

    To convert my Scala unit tests to Kolin unit tests as Scala is a pain to upgrade and I'm stock at Scala 1.12. Easier to move to Kotlin which also works fine with Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EduData

    EduData

    Datasets in Education and convenient interface for dataset

    Datasets in Education and convenient interface for downloading and preprocessing dataset in education. The CLI tools to quickly convert the "raw" data of the dataset into "mature" data for knowledge tracing task. The "mature" data is in json sequence format and can be modeled by XKT and TKT(TBA) The analysis dataset tool only supports the json sequence format. To check the following statical indexes of the dataset. In order to better verify the effectiveness of the model, the dataset is usually...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    bcal

    bcal

    Byte CALculator for storage conversions and calculations

    bcal (Byte CALculator) is a command-line utility for storage conversions and calculations. Storage, hardware and firmware developers work with numerical calculations regularly e.g., storage unit conversions, address calculations etc. If you are one and can't calculate the hex address offset for (512 - 16) MiB immediately, or the value when the 43rd bit of a 64-bit address is set, bcal is for you. Though it started with storage, the scope of bcal isn't limited to the storage domain. Feel free...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 10
    TensorFlow.js models

    TensorFlow.js models

    Pretrained models for TensorFlow.js

    ... run the unit tests for any of the models by running "yarn test" inside a directory. Use off-the-shelf JavaScript models or convert Python TensorFlow models to run in the browser or under Node.js. Build and train models directly in JavaScript using flexible and intuitive APIs. Develop ML models in JavaScript, and use ML directly in the browser or in Node.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ms

    ms

    Tiny millisecond conversion utility

    Use this package to easily convert various time formats to milliseconds. Works both in Node.js and in the browser. If a number is supplied to ms, a string with a unit is returned. If a string that contains the number is supplied, it returns it as a number (e.g.: it returns 100 for '100'). If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned. For added safety, we're using Template Literal Types (added in TypeScript 4.1). This ensures that you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    X32 Live Toolbox

    X32 Live Toolbox

    Designed to enhance the X32 digital console

    The Live Toolbox is designed to enhance the very popular Behringer X32 and Midas M32 digital mixing consoles. Even though the X32/M32 firmware has been updated frequently over the years with new improvements and features, it does not seem to be able to keep up with the numerous feature requests. This toolbox is an attempt to supplement the current features. As with any toolbox, tools can be added or removed as necessary.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    NumericalChameleon

    NumericalChameleon

    a free cross platform precise unit converter, supports 6000+ units

    The NumericalChameleon is a free, open source, cross platform software in order to convert units. It converts numbers with a precision of up to 1000 significant figures. It supports more than 6000 units in 94 categories. It has been localized in 10 languages.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 14

    Byte Unit Converter

    Convert bytes to KiB/MiB/GiB/TiB

    This is a little program to convert base 10 to base 8. Input a base 10 value in bytes to convert it to the base 8 value the OS show it to you as. such as 1,000,000,000,000 bytes (1TB) output as 931.32GB (1TiB)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Web Unit Converter

    Web unit converter for web developers

    An handy program which helps you convert units, common used in the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    The Rotations Conversion Library (RCL) is a collection of C++ functions that address common computations and numerical handling of rotations in 3D Euclidean space, including support for rotation matrices (`Rotmat`), Quaternions (`Quat`), intrinsic ZYX Euler angles (`Euler`), fused angles (`Fused`) and tilt angles (`Tilt`). In addition to the core competency of being able to convert between each of the representations, operations such as inversion, ZYX yaw extraction, fused yaw extraction...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GPS to Radio-controlled Clock

    GPS to Radio-controlled Clock

    GPS to Radio-controlled Clock

    The purpose of this simple DIY project is to build an electronic circuit that received the GPS time signal, convert it to the radio-controlled clock format, and transmit that signal to the clock. Once built, there is no need for setup and maintenance, all you need is put this unit close to the window to receive GPS signal, and it will transmit the time signal to your radio-controlled clock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Temperature Unit Converter

    Temperature Unit Converter

    Temperature Unit Converter

    Android app now available! You can download .apk file from 'Files' section. (Or by visiting this page from your Android device) ---------------------------- A simple and useful GUI(Linux only) and command line program that lets you convert widely used temperature units to each other: Fahrenheit, Celsius and Kelvin. ------------------------------- Written by İ. Yuşa Çetin Using Python and gtk for GUI, C for algorithms and command line usage, Java for the Android version
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Reor Calculator

    Reor Calculator

    Reor is a winsome calculator with loads of functions, by Ajay Menon.

    Reor is a free calculator which is crafted into perfection with a winsome interface. Reor has got Scientific, Statistical, Graphical and many more types of tools built-into it, while maintaining an attractive interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Nehul Singh IDE for .Net

    NS-ORG IDE for DOT NET Programming

    Also visit official website nehulsinghide.blogspot.in Writes applications in languages including C#, VB.NET, F#, IronPython and IronRuby, as well as target rich and reach: Windows Forms or WPF, as well as ASP.NET MVC and WCF. It starts from USB drives, supports read-only projects, comes with integrated unit and performance testing tools, Git, NuGet and a lot more features that make you productive as a developer.It ships with a lots of new features of code completion and snippet insertion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MAIA Unit Converter

    This tool helps you to convert many units of calculations.

    The MAIA Unit Converter helps you, converting many kind of unit in your calculation project or school stuffs! You just have to lauch it and hit F1 to get help on how to use it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    UnitConverter

    UnitConverter

    Enter a number and this software will convert into other units

    ALPHA BUILD The purpose of this software is to make it easy for students and/or teachers to convert one unit into another. This is an alpha build which means that you should not rely sourly on this software! However, I have not seen it being wrong yet, but I am looking forward to it to fix it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Convert Sentence to N-dimensional point
    The main problem that I have encountered in a computational linguistic is conversion of a sentence to a number representation. Each sentence is a separate unit (just like every word in it), and it has to be represented "on its own", that is, without a comparison to other sentences. This program approximates the n-dimensional representation of a sentence as an n-dimensional point. For the simplicity's sake, n can be an integer from 1-100 Input is a sentence as a String, number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Unit Converter is a software developed to help you convert between two different units (for example, from kilometers to miles). This software is written in C#. It features a GUI with tabs, buttons and a way to contact me with any questions/querys you may have about the software. Thank you for your interest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    GoogleAppsProvisioning

    PHP implementation for Google Apps Provisioning API

    ... a nickname to an user 12. Set the send as alias for a specific user (Uses the Email API) 13. Retrieve the first 100 users in a specific Org Unit 14. Retrieve all users in a specific Org Unit. TO DO: 1. Implement PHP[sessions] and eliminate the need to save the admin token to a file 2. Add more functions for google apps provisioning 3. Convert the accounts.php file into a class and optimize the code
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next