Showing 31 open source projects for "using"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 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
  • 1
    Qt Bitcoin Trader

    Qt Bitcoin Trader

    Secure Trading Client for most popular Bitcoin exchanges

    his software helps you open and cancel orders very fast. Real time data monitoring. Automated trading using JavaScript powered scripts. And now it supports JL Script, advanced strategy script language. More info https://forum.centrabit.com/viewforum.php?f=3 Next ToDo: 1 ) Advanced Charts 2 ) Add support to monitor many exchanges and currencies at the same time 3 ) Develop server to collect all ticker and depth data to provide single WebSocket connection for realtime data updates 4 ) Saving interface settings as Workspace Profiles [Done] 5 ) Develop mobile application to provide secure remote access to running application on desktop 6 ) Add plugins support to allow all developers attach any exchanges More information here: https://centrabit.com
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    SimpleXlsxWriter

    C++ library for creating XLSX files for MS Excel 2007 and above.

    ...On the one hand it results in almost unnoticeable memory and CPU resources consumption while processing (that may be very useful at saving a large data arrays), but on the other hand it makes unfeasible to edit data that were written. Hence, if using this library the structure of the future report should be known enough. The library is written in C++ with using STL functionality and based on the ZIP library (included), which has a free license: http://www.codeproject.com/Articles/7530/Zip-Utils-clean-elegant-simple-C-Win32 This library is distributed under the terms of the zlib license: http://www.zlib.net/zlib_license.html
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    TA-Lib.git: Technical Analysis Library

    Mirror of the TA-Lib project using a Git repository

    This project is intended to provide Git access to the code of the original project, TA-Lib, which uses Subversion. It is intended for system integrators wishing to use TA-Lib in their Git-managed project through Git submodules or subtrees. No actual development is being done here; all development happens in the original project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    wkhtmltopdf

    wkhtmltopdf

    Convert HTML to PDF using Webkit (QtWebKit)

    wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. These run entirely "headless" and do not require a display or display service. There is also a C library, if you're into that kind of thing. The file pdf.h contains a fairly high level and stable pure c binding to wkhtmltopdf. These binding are well documented and do not depend on QT. Using this is the recommended way of interfacing with the PDF portion of libwkhtmltox. ...
    Downloads: 83 This Week
    Last Update:
    See Project
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 5
    PandoraTrader

    PandoraTrader

    C++ Trade Platform for quant developer

    PandoraTrader is a high-frequency quantitative trading platform implemented in C++. It interfaces with real-world futures trading desks using Trade APIs and MarketData APIs and includes support for backtesting via simulated market components. We design such a trading platform with various skills given by the designer, but we do not carry wisdom; this wisdom belongs to the strategy designer. We hope that the strategy designer will design excellent strategies to give the trading software enough wisdom to be able to ride the wind and waves in the floating market, hanging sails across the sea. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CCruncher

    CCruncher

    Open-Source Project for Credit Risk Modeling

    CCruncher is a project for quantifying portfolio credit risk using the copula approach. It is a framework consisting of two elements: a technical document that explains the theory, and a software program that implements it. CCruncher evaluates the portfolio credit risk by sampling the portfolio loss distribution and computing the Expected Loss (EL), Value at Risk (VaR) and Expected Shortfall (ES) statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Budgeter
    A program designed to help families or individuals easily keep track of their money. It tells you how much money you have available, divided into categories, as long as you enter your transactions into it. It also summarises past transactions to help you plan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Snipe Studio Budget Manager

    Snipe Studio Budget Manager

    Simple budget manager for your needs.

    Snipe Studio Budget Manager === ~~~~~~~~~~ Current version: 0.7 Soft requirenments: QT5, lib-mesa-gl Hard requirments: 50-60 mb of ram ~~~~~~~~~~ 30 October 2016 (0.7.0.0) * Fixed: now clearing database not saves old data and really clear database file 1 October 2016 (0.6.1.9) * Added: Basic console control for autotest using * Added: Help option * Added: version information option * Added: Console output in console mode 9 August 2016 (0.6.1.8) * Added: Import to database from CSV file * Fixed: Minor Issues 7 August 2016 (0.6.1.7) * Added: Export database to CSV File 5 August 2016 (0.6.1.6) * Fixed: Database was not cleaned after click 'clean' from settings form * Updated: Readme.md file 5 August 2016 (0.6.1.5) * Fixed: Lock file deleting on application exit * Updated: Readme.md file 5 August 2016 (0.6.1.4) * CleanUp: Simplifying code 5 August 2016 (0.6.1.3) * Fixed: lock Mechanism to prevent multiple launches 5 August 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PortOpt

    PortOpt

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

    PortOpt [Portfolio Optimizer] is a C++ program (with Python binding) implementing the Markowitz(1952) mean-variance model with agent's linear indifference curves toward risk in order to find the optimal assets portfolio under risk. You have to provide PortOpt (in text files or - if you use the api - using your own code) the variance/covariance matrix of the assets, their average returns and the agent risk preference. It returns the vector of assets' shares that composes the optimal portfolio. 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    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
  • 11
    DailyCashManager

    DailyCashManager

    Envelope budgeting application

    A desktop application for individuals and households to keep a record of their financial transactions, and manage their finances using envelope budgeting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    myCStock

    An other free stock market software in C++/Python

    A parser for real-time update of stock market prices and a graphical interface with technical indicators. It is a small personal project initiated for extending my knowledge in C++ and Python, designing a GUI and, in a next stage, applying mathematical and statistical models to stock market prices analysis and prediction. If you have the same interest than I in experimenting and disussing design software and statistical models in finance, you are welcome to join the project. If...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    qtill

    A simple cash register app for makeshift POS

    Qtill is a Qt based application that allows you to set up a sales terminal without specialized equipment, but using only regular PCs, notebooks or tablets. It is mainly intended for temporary uses in tax exempt scenarios as it is not a complete solution. It does not currently support credit/debit card readers, nor specialized receipt printers. Qtill works with or without touch-screen, and can optionally print a receipt with a regular printer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition. Useful for trading application developpers using either Excel, .NET, Mono, Java, Perl or C/C++.
    Leader badge
    Downloads: 13,276 This Week
    Last Update:
    See Project
  • 15
    Dough

    Dough

    Dough is fast, simple and attractive personal budgeting software.

    Dough is fast, simple and attractive software for personal and household budgeting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    www.dims.com ERP for SMEs developed with dgp21 environment that provides a high speed connection, just using the 5% of the data traffic of a web based application. It covers the general needs of a SME: finance, accounting, manufacturing, stocks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QtMoneyManager is a personal financial-accounting software. It will be written for Linux and Windows desktop using the QT library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Event/attendee management system to enable efficient ticket sales and check-in using unique barcodes on tickets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A suite of libraries and applications using genetic algorithms and AI for financial analysis and simulation. Currently the focus is to route FIX messages to an exchange simulator and use genetic algorithms to explore algorithmic trading strategies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Qt/X-based home banking application, which lets you manage your bank accounts via the Internet using the HBCI standard. LxBank is written in C++ and uses libchipcard, openhbci and the Qt-widget toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ISO8583 C Library

    An ISO8583 Library

    This library was developed by Oscar Sanderson (http://www.oscarsanderson.com). It is an implementation of the ISO 8583 protocol. This project was created in an attempt to maintain and distribute the original code. Also includes a C++ wrapper, a COM object to use with .NET, tinyXML support to load different dialect formats, support up to 3rd bitmap in ISO messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    oschart aims to provide professional open source charting. oschart provides advanced real-time/historical charting, and an intuitive interface to facilitate integrated trading in a unique and effective manner. Currently in pre-development stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cafe Con Leche (CCL) are a crossplataform library (libccl) to make programs to manage internet cafes and program that does just that using libccl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OpenAspect - entire business, one place. A scalable, secure ERP and CRM system, including Asset management/servicing, Inventory, Logistics, AP, AR, GL, and more. Front-ends can be 'plugged-in', using PHP, ASP, Java, Delphi, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A KDE program which allows managing your bank accounts via HBCI using OpenHBCI and LibChipCard. It is written in C++ and is supposed to work on all Linux-alike operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next