Showing 63 open source projects for "programming"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    XGBoost

    XGBoost

    Scalable and Flexible Gradient Boosting

    XGBoost is an optimized distributed gradient boosting library, designed to be scalable, flexible, portable and highly efficient. It supports regression, classification, ranking and user defined objectives, and runs on all major operating systems and cloud platforms. XGBoost works by implementing machine learning algorithms under the Gradient Boosting framework. It also offers parallel tree boosting (GBDT, GBRT or GBM) that can quickly and accurately solve many data science problems....
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    cuDF

    cuDF

    GPU DataFrame Library

    Built based on the Apache Arrow columnar memory format, cuDF is a GPU DataFrame library for loading, joining, aggregating, filtering, and otherwise manipulating data. cuDF provides a pandas-like API that will be familiar to data engineers & data scientists, so they can use it to easily accelerate their workflows without going into the details of CUDA programming. For additional examples, browse our complete API documentation, or check out our more detailed notebooks. cuDF can be installed with conda (miniconda, or the full Anaconda distribution) from the rapidsai channel. cuDF is supported only on Linux, and with Python versions 3.7 and later. The RAPIDS suite of open-source software libraries aims to enable the execution of end-to-end data science and analytics pipelines entirely on GPUs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Euler Math Toolbox

    Euler Math Toolbox

    Numerical and Symbolic Math Tool

    Euler is a powerful all-in-one numerical software and includes Maxima for seamless symbolic computations. Euler supports Latex for math display, Povray for photo-realistic 3D scenes, Python, Matplotlib and C for scripting, and contains a full programming language. Features include libraries for numerical algorithms, optimization, plotting in 2D and 3D, graphics export, a complete help system, tutorials and examples. Euler runs in Windows natively, or in Linux via Wine. It is completely free of royalties. The source is licensed under GPL.
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 4
    gloost is a free software, platform independent framework for OpenGL programming. It includes handy wrappers for most OpenGL entities. gloost can be used freely under the terms of the GPL. It is also possible to get gloost licensed under the terms of the LGPL for selected projects. Please contact Felix Weißig ( thesleeper@gmx.net ) if you are interested to licence gloost under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    OpenFrames

    OpenFrames

    Real-time interactive 3D graphics API for scientific simulations

    OpenFrames has moved its primary development repository to GitHub! Everything else will follow. Get it at https://github.com/ravidavi/OpenFrames/wiki OpenFrames is an Application Programming Interface (API) that allows developers to provides the ability to add interactive 3D graphics to any scientific simulation. A simulation developer can use OpenFrames to specify what they want to visualize, without having to know any details of computer graphics programming. OpenFrames is currently used by three NASA programs: Copernicus (NASA JSC), the General Mission Analysis Tool (GMAT, NASA GSFC), and a Virtual Reality exploration tool (NASA GSFC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XLW is a C++ wrapper for the Excel C API described in the Microsoft Excel 97 Developer's Kit. It makes xll programming automatic. Its powerful interface will empower your C, C# or C++ numerics by embedding them in Excel just like the built-in functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tao3D

    Tao3D

    Tao3D is a programming language for real-time interactive 3D

    Tao3D is a programming language for real-time interactive 3D. It lets you easily create dynamic, interactive, data-rich presentations, small applications, user interface concepts, and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    An Open Source IEC 61131-3 Integrated Development Environment, providing PLCOpen SoftPLC programming, CanOpen IO's, and SVG based HMI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DSPatch

    DSPatch

    The Refreshingly Simple C++ Dataflow Framework

    Webite: http://flowbasedprogramming.com DSPatch, pronounced "dispatch", is a powerful C++ dataflow framework. DSPatch is not limited to any particular domain or data type, from reactive programming to stream processing, DSPatch's generic, object-oriented API allows you to create virtually any dataflow system imaginable. *See also:* DSPatcher ( https://github.com/MarcusTomlinson/DSPatcher ): A cross-platform graphical tool for building DSPatch circuits. DSPatchables ( https://github.com/MarcusTomlinson/DSPatchables ): A DSPatch component repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 10
    MultiCalculator

    MultiCalculator

    MultiCalculator is a windows software

    ...The software is designed, developed and deployed by MD. Tofael Ahmed. Planned and managed by Mafruha Al Makki Lobna the owner of Software Cottage. The software is developed using C++ programming language, Visual Studio 2017 and Qt5.11. MultiCalculator is tested on different windows platform (Windows 10 32 & 64, Windows 7 32 & 64 bit) no error found and run smoothly on mentioned platform. MultiCalculator is at it’s initial stage and time to time advanced and required update will be made. Updates will be available herein.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    X10

    Performance and Productivity at Scale

    X10 is a class-based, strongly-typed, garbage-collected, object-oriented language. To support concurrency and distribution, X10 uses the Asynchronous Partitioned Global Address Space programming model (APGAS). This model introduces two key concepts -- places and asynchronous tasks -- and a few mechanisms for coordination. With these, APGAS can express both regular and irregular parallelism, message-passing-style and active-message-style computations, fork-join and bulk-synchronous parallelism. Both its modern, type-safe sequential core and simple programming model for concurrency and distribution contribute to making X10 a high-productivity language in the HPC and Big Data spaces. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    BERT

    BERT

    Connector for Excel and the programming languages R and Julia

    BERT is a tool for connecting Excel with the statistics language R. Specifically, it’s designed to support running R functions from Excel spreadsheet cells. In Excel terms, it’s for writing User-Defined Functions (UDFs) in R. All you have to do is write the function. Everything else – loading the function into Excel, managing parameters, and handling type conversion – is done automatically for you. It really could not be any easier. BERT also has a console that you can use to control Excel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Avaya BCMS Real Time Interfaces

    The bcmsSVR can access real time and historical reports from Avaya CM

    The bcmsSVR is similar to clintSVR, it is a gateway program for the access of real time and historical reports from Avaya CM. It retrieves these reports directly from Avaya CM and provides API(s) and other kind of interfaces for application development and integration. The bcmsSVR retrieves BCMS reports at an interval that specified by you, it stores the real time and historical data in database, Splunk and memory which enables multiple programs access via REST query API, OCX and C/C++ DLL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FreeMat
    Freemat is an interpreted, matrix-oriented development environment for engineering and scientific applications, similar to the commercial package MATLAB. Freemat provides visualization, image manipulation, and plotting as well as parallel programming.
    Leader badge
    Downloads: 276 This Week
    Last Update:
    See Project
  • 15

    Emulator of Wang 700

    The functional model of the old calculator series Wang 700 and 15VSM

    ...While Wang 700 were just programmable calculators, Soviet machines were almost complete computers taking into account their advanced CPU command set, huge RAM volume, ability to work with wide set of peripheral devices including the video terminal 15IE (15ИЭ) and existence of BASIC and other programming languages written as loadable applications. Still I consider them as calculators also due to some aspects exclusively specific to calculators. The project is intended for research and education purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PortOpt

    PortOpt

    A portfolio-optimizer using Markowitz(1952) mean-variance model

    ...In order to minimise the variance it internally uses QuadProg++, a library that implement the algorithm of Goldfarb and Idnani for the solution of a (convex) Quadratic Programming problem by means of an active-set dual method. This solution is very efficient as it allows to solve hundred of thousand of portfolio problems in seconds. PortOpt runs as a text/console tool so it can be easily used in your own scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The objective of this project is to create a library of code for pricing financial derivatives products using CUDA to achieve GPU programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Bat2015

    Bat2015

    Bachelor of Science (Informatik)

    The toolkit glpk supports methods for mixed integer linear programming (MILP). These methods solve Capital Budgeting Problems (CBP). Unfortunately, glpk does not support any multithreading and there is no feature to distribute problems via network connections. Today, this is a pitiable sight, because modern computer systems are coupled by networks and support multi threading. We create a distributed system with Apache thrift and the C-API of glpk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mobile Robot Programming Toolkit (MRPT)

    Mobile Robot Programming Toolkit (MRPT)

    **MOVED TO GITHUB** ==> https://github.com/MRPT/mrpt

    **MOVED TO GITHUB** ==> https://github.com/MRPT/mrpt The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform, and open source C++ library aimed for robotics researchers to design and implement algorithms about Localization, SLAM, Navigation, computer vision. http://www.mrpt.org/
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20

    bitrate-xls

    calculator for avi-file streams

    A "bitwise precision tool" bitrate calculator using MS-EXCELL programming. The results are used for DVD Video to audio-video streams. It helps compute VIDEO- & AUDIO-Bitrates, aspect ratio, screen size, choose audio format cbr. Has units MB,pixel,d:h:m:s, kbps, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Carnatic Music Typesetting
    An opensource typesetting environment for editing and publishing Carnatic music books in Indian languages. Supports Phonetic Translation of notation & lyrics and uses CFugue Runtime to automatically generate MIDI song files from the music notation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Linear Program Solver

    Linear Program Solver

    Solve linear programming problems

    ...Such information may be extremely useful for the practical application of LP Models. ● LiPS provides methods of goal programming, including lexicographic and weighted GP methods, which are oriented on multi-objective optimisation.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 23

    Xross Tab / QScript

    Market Research Data Processing Suite

    XTCC/Qscript revolves around two concepts: 1) Data collection : Qscript 2) Data analysis : XTCC Qscript enables Market Research companies to securely collect data using online and offline mediums such as web, tablets/mobile. Different products include: 1) Pen and Paper Survey Management Qscript enables faster and easier keyboard entry with real time logic and validation. It generates SPSS and IBM Quantum compatible data tabulation programs leading to significant time savings of up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    STE - Simple Text Editor

    A simple but full of functions text editor

    STE is meant to be a simple text editor, as the Windows Notepad, but "on steroid", that's to say it has to be richer in functionalities than the other text editors. At the moment, it's very poor. I need help in developing functionalities such as syntax highlighting (referred to many programming language syntaxes) and every logic thing one can think. So feel free to download the source, try and develop for yourself and, if you want, share your progresses with me and be inserted inside the "development team" and help me with the development of the application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    faslib

    faslib

    Aspect-oriented programming on native C++

    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next