Showing 50 open source projects for "c programming framework"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Distributed Transactions Manager

    Distributed Transactions Manager

    A distributed transaction framework that supports multiple languages

    Support HTTP and GRPC, provide easy-to-use interfaces, lower substantially the barrier of getting started with distributed transactions, and newcomers can adapt quickly. Developers no longer worry about suspension, null compensation, idempotent transaction, and other tricky problems, the framework layer handles them all. Suitable for companies with the multi-language stack. Easy for go, python, php, nodejs, ruby and so forth. The only external dependence is the database server, easy to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    A warehousing module simulation

    A warehousing module simulation with C language

    This was an assignment when I finished learning to work with arrays with C language. It uses a 5D array to simulate a warehouse complex and uses various techniques to do some basic warehousing tasks like updating inventory, calculating the inventory value. It is fully modularized and uses C's random function to fill warehouse items with a conditioned random values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Simple Phone Billing

    A simple phone billing console-based app (C language)

    This simple console-based programme will launch an imaginary phone billing system. It is fully modularized with plain C functions to: 1) store number of calls to be billed (processed), 2) know call types to apply call type rate later, 3) know and act upon to apply extra charges, 4) store call duration and finally report a simple phone bill.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    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 free 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...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 5
    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: 13 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. The portfolio losses are obtained simulating the default times of obligors and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BTCWatchDog

    BTCWatchDog

    Monitor the most recent bitcoin prices on three popular exchanges.

    First release now support three exchanges: 1. Bitstamp 2. Bitfinex 3. OKCoin For running this program you need .NET Framework 4.6+ VIRUSTOTAL ANALYSIS (100% negative 0/59) ///***************************************************/// https://www.virustotal.com/en/file/682f00b1a2cc90f7ed735d61df10c0c177997669dd83f74dcfef6375c1f211fc/analysis/1488868854/ File identification MD5 01e0fec2f6f9e3f02ca67d33d09c1ead SHA1 f9b1c2fac5118bbf529b2f89a42e72812bcf7a36 SHA256...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EasyRino

    EasyRino

    Softver za generisanje i obradu XML naloga za RINO portal

    Softver služi za brzo i jednostavno generisanje i obradu XML naloga za RINO portal. Originalna namena je da svojom funkcionlnošću potpuno zameni Excel obrazac, time smanjujući troškove institucijama koje isti koriste. Softveru je potreban samo besplatan .NET Framework 4.5.2. Nije potrebno imati instalirani Excel na računaru da bi EasyRino funkcionisao. Program poseduje logičke kontrole unosa, tako da je svaka uneta stavka validna. VAŽNO: Kao decimalni separator koristi se...
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 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
    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
  • 12
    Fin-Plus

    Fin-Plus

    Real-time component framework

    Beta Framework with a bespoke Fintech design pattern for Investment Banks and Fund Managers provides structure and real-time components for pricing, trade processing, P&L and risk applications. Investment Banks and Fund Managers have numerous applications, our objective is to normalize these applications providing a real-time Technical Debt free, highly Scalable, Agile framework with better Project Silos. Remove costly fixed layers with a Template Driven Design in-memory queryable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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: 0 This Week
    Last Update:
    See Project
  • 14
    Trad4 is a fully concurrent, thread safe, graph-based programming language that scales linearly on multiple cores. It is initially intended for deployment in the financial industry to model real-time risk.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    GPE Palmtop Environment equivalent for Expenses on the Palm. Supports payment types, categories, expense types (mileage, meals, parking, etc.), notes, currency selection etc. Data to be stored in a sqlite backend using the Query Object Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CGPA SGPA Calculator

    CGPA SGPA Calculator

    A basic calculator for calculating CGPA and SGPA

    CGPA-SGPA is a basically a calculator, designed and developed to calculate ones SGPA (Semester Grade Point Average) or CGPA (Cumulative Grade Point Average). It is based on latest UGC(IN) grade and its equivalent grade point. Minimum requirements : MS .NET Framework 4.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DMS Barcode Label Generator

    DMS Barcode Label Generator

    DMS Barcode Label Generator

    DMS Bar-code Generator is Total Free software for Everyone that creates 39 based bar-codes in A4 sheets. This software generates 2 Sized Labels Large:38x17mm and small:18x12mm User can select either sized on combo-box. Project Developed by C#.NET 1.1 and near future I wish to Submit the source for Community. Please install .NET framework 1.1 before run this application if not already install with your PC. any suggestions or complaint feel free to contact me on my email : malindesha@gmail.com
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    Trx Framework

    .NET project for financial messages interchange supporting ISO 8583

    Trx Framework allows to build client/server applications to interchange financial messages. It supports many encoding/decoding mechanisms for fixed and variable field messages, including ISO 8583, XML and conditional formatting. It is highly customizable and extensible. Trx Framework also provides a flexible channel communication infrastructure supporting TCP/IP and other technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    myQuotation

    myQuotation

    ส้ราง Quotation และ Bill อย่างง่าย

    เป็นโปรแกรมที่ใช้ในการ สร้าง Quotation และ ทำ Bill ง่าย ๆ และพิมพ์ ออกทาง printer พัฒนาด้วย C# .NET โดยใช้ Visual studio 2008 .NET Framework 3.5 ใช้ ฐานข้อมูล SQL Express 2005
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    opensMod

    opensMod is a complete business management framework

    opensMod is a completely web based business management solution incorporating CRM (Customer Relationship Management), ERP (Accounting), Payroll, CMS (Content Management System), timesheeting, invoicing and allows for easy extension by the end user with zero programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    mhbuchlite

    mhbuchlite

    mHaushaltsbuch Lite

    Version Change 1.0.0.142 (BETA): - Multilingual User Interface (not completely) - Advanced Settings - Report (PDF Output) - Grouping Option - Database export English: A lite (house) account book software for Microsoft Windows. German: mhbuchlite ist ein einfaches Haushaltsbuch Programm. Mit diesem Programm können Sie Ihre Einnahmen und Ausgaben bequem überblicken. Durch die intuitive Bedienung und die einfache Handhabung ist das Arbeiten mit dem mhbuchlite so einfach wie nie...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ChecksumValidation

    Validation of IBANs, bank accounts, credit cards, identity cards

    ChecksumValidation is a framework for validation of international bank accounts (IBAN), credit card numbers, german identity cards, german passports and for german bank accounts. Validation is performed by computing checksums. Checksums for german bank accounts are maintained and documented by www.bundesbank.de. In sum, ChecksumValidation implements round about 150 algorithms. It may freely be used under GNU GPLv3 licence (see below). ChecksumValidation is implemented in Microsoft .NET...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ***** MOVED TO GITHUB: http://github.com/frgomes/jquantlib ***** JQuantLib provides a free, open-source and comprehensive framework for quantitative finance. It's a 100% Java translation of QuantLib, which is written in C++. JQuantLib provides pricing valuation of a wide range of asset classes, methods and models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An Excel addin and server framework for implementing remote excel user-defined functions (UDFs). This framework is designed to provide a centralised warehouse of functions for Excel users (eg. within an organisation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WMSigner is a module which is used to generate the digital signature, required for authentication with the WebMoney Transfer API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo