Showing 311 open source projects for "c++ programming language"

View related business solutions
  • 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.
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 1

    Applewood Computers Accounting System

    Accounting system for smaller companies written in GnuCobol.

    ACAS contains Sales, Purchase and Nominal Ledgers (Accounts Receivable, Payable and General Ledgers) as well as Stock Control (Inventory Control) along with IRS (Incomplete Records System). This system is written in COBOL and uses the GnuCobol compiler which compiles via C code and is therefore compatible with the following platforms: Linux, Unix, Dos, Mac OSX, Windows providing you have installed the GCC C compiler or an equivalent as well as GnuCobol. at a minimum, v2.0+. Note that all...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Altaxo Data Processing/Plotting Program

    Altaxo Data Processing/Plotting Program

    Data manipulation and plotting program with scripting

    Altaxo is a data manipulation and plotting program written in C# for MS.NET. It is featuring worksheet views and plot views, a scripting language (currently C#) for data processing and automation, import of data from ASCII files or from images, export of graphs and embedding of graphs in other documents.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    DotNET.jl

    DotNET.jl

    This package provides interoperability between Julia and .NET apps

    This package provides interoperability between Julia and Common Language Runtime, the execution engine of .NET applications. Many languages run on CLR, including C#, Visual Basic .NET and PowerShell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NZMATH

    NZMATH

    Python Calculator on Number Theory

    ... Number Theory' (TAKAGI, Teiji) in Python-NZMATH language. The "notebook" itself is also available together with NZMATH calculator. It is designed for beginning students of algorithmic number theory to self-study Number Theory, Programming and scientific English together. It is possible only by running and reading the programs. You can get the notebook here: https://sourceforge.net/projects/nzmath/files/nzmath-enttakagi/ Visit our home page in detail: https://nzmath.sourceforge.io/
    Downloads: 1 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 5
    PMViewer is a Visualization tool for Astrophysical N-Body and Hydro Simulations. GADGET-2 data support.With/Without periodical boundary conditions.Snapshot of scene in PPM and GIF formats.Flying in 3D space. Active/Passive Stereo 3D support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    QuickPasswordGenerator

    QuickPasswordGenerator

    Generates random password

    This program generate random password of a specified length, with numbers, upper and lowercase letters and special symbols.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    SBEVSL is a collaborative project between Dowling and RIT on the development of a Structural Biology Extensible Visualization Scripting Language, so that users can move freely among various molecular graphics tools, such as rasmol, pymol, raster3d, etc.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Asset Management ProjectBuilder

    Asset Management ProjectBuilder

    Transportation Asset Management Project Builder

    ... systems that are parts of the iAM family of software products. PB features ample user interface that includes GIS-component. PB is developed in .NET/C# and T-SQL. It embeds third-party components and libraries, such as COIN-OR Symphony and Sylvan Excel that support mixed integer linear programming and export-import via Excel. All 3-rd party components are in the public domain. PB is licensed under the GNU Affero General Public License (AGPL) which can be found in the Docs folder of the reposito
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    glvertex

    glvertex

    Support for legacy OpenGL in core profiles

    The glVertex library emulates the legacy OpenGL API, which has been deprecated in OpenGL core profiles. It is also a convenience wrapper around GLSL shaders, VBOs and FBOs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10
    Hotstrings

    Hotstrings

    automatic text replacement tool

    Microsoft Windows only. Example: you can define text replacement definition which after entering btw/ will automatically replace this string into by the way. Yes, you can define longer replacement text or even one triggerstring can trigger up to 7 versions of text replacements. Added value (💲💲💲): • operating system wide action: no matter in which editable window your cursor is placed, text replacement will work! • this function is similar to "AutoCorrect" function (Microsoft...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Perl Data Language
    The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets that are the bread and butter of scientific computing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    pnglib

    pnglib

    a free library to read and display PNG images.

    Here is a c_version of Thomas Bleeker's pnglib 1.0, a free graphy library. His site is https://www.madwizard.org/programming/projects/pnglib Thomas's original code is x86-asm. She(the code) can read and display PNG images in programs, and link without Zlib. With the author's permission, Leisure bamboo translate her to c. So she can be compile by turbo c 2.0, borland c 4.5, visual c 6.0, keil c51 7.5, or others. Some(not all) plainform where she can run, as below: 1)dosbox, see...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    proreports

    proreports

    Simple Reporting System

    ProReports is simple reporting system designed to generate reports in popular office formats - PDF, XLS, RTF, HTML, TXT, XML, JSON, CSV, PNG, GIF. These reports are generated based on the definition in the internal database system. ProReports supports jrxml (JasperReport) format. This type of report templates can be prepared in external editor, such as iReport. Also user can prepare report in internal format of ProReports (simple Visual Programming Language mixed with PHP5 and JAVA...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AlphaPlot

    AlphaPlot

    Interactive scientific graphing and data analysis software.

    ...-in analysis operations include column/row statistics, (de)convolution, FFT and FFT-based filters. Scripting Console support in-place evaluation of mathematical expressions and scrtipting interface to ECMAScript like dynamic scripting language(java script). The GUI of the application uses the Qt toolkit. Periodic test builds are available here http://alphaplot.sourceforge.net/test-build.html
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 16
    Temporal.jl

    Temporal.jl

    Time series implementation for the Julia language

    This package provides a flexible & efficient time series class, TS, for the Julia programming language. While still early in development, the overarching goal is for the class to be able to slice & dice data with the rapid prototyping speed of R's xts and Python's pandas packages, while retaining the performance one expects from Julia. See the documentation for a more in-depth look at the package and some of the pain points it may solve when doing technical research with time series data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LightGraphs

    LightGraphs

    An optimized graphs package for the Julia programming language

    LightGraphs offers both (a) a set of simple, concrete graph implementations -- Graph (for undirected graphs) and DiGraph (for directed graphs), and (b) an API for the development of more sophisticated graph implementations under the AbstractGraph type. The project goal is to mirror the functionality of robust network and graph analysis libraries such as NetworkX while being simpler to use and more efficient than existing Julian graph libraries such as Graphs.jl. It is an explicit design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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: 1 This Week
    Last Update:
    See Project
  • 19
    HolyServices

    HolyServices

    Planning calendar for holy services

    A planning calendar for scheduling holy services at small parishes. Synchronizes with GoogleCalendar so as to be able to collaborate with mobile devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CUDAnative.jl

    CUDAnative.jl

    Julia support for native CUDA programming

    The programming support for NVIDIA GPUs in Julia is provided by the CUDA.jl package. It is built on the CUDA toolkit and aims to be as full-featured and offer the same performance as CUDA C. The toolchain is mature, has been under development since 2014, and can easily be installed on any current version of Julia using the integrated package manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pretty Damn Quick (PDQ) analytically solves queueing network models of computer and manufacturing systems, data networks, etc., written in conventional programming languages. Generic or customized reports of predicted performance measures are output.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    julia-mode

    julia-mode

    Julia support in Emacs

    Emacs major mode for the Julia programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    Report Builder

    Report Builder

    Report Designer for .net Applications

    Creating reports is not very easy with VB.net or C# especially if your are using express editions. Visual Studio Professional provides Crystal reports which is a design time report designer. LNSoft Report Designer is an application that can be integrated in an application so that reports can be edited at runtime.
    Downloads: 10 This Week
    Last Update:
    See Project