Search Results for "source code claude code"

Showing 26 open source projects for "source code claude code"

View related business solutions
  • Unrivaled Embedded Payments Solutions | NMI Icon
    Unrivaled Embedded Payments Solutions | NMI

    For SaaS builders, software companies, ISVs and ISOs who want to embed payments into their tech stack

    NMI Payments is an embedded payments solution that lets SaaS platforms, Software companies and ISVs integrate, brand, and manage payment acceptance directly within their software—without becoming a PayFac or building complex infrastructure. As a full-stack processor, acquirer, and technology partner, NMI handles onboarding, compliance, and risk so you can stay focused on growth. The modular, white-label platform supports omnichannel payments, from online, mobile and in-app to in-store and unattended. Choose from full-code, low-code, or no-code integration paths and launch in weeks, not months. Built-in risk tools, flexible monetization, and customizable branding help you scale faster while keeping full control of your experience. With NMI’s developer-first tools, sandbox testing, and modern APIs, you can embed payments quickly and confidently.
    Learn More
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 1

    DAPS4e.6

    A Fortran code for design and analysis of ring-stiffened shells

    ...DAPS4e.6’s IO is managed through a Visual Basic UserForm. Pre/post processing is done using macro-enabled Excel workbooks. The file DAPS4e.6.zip includes: • DAPS4e.6 executable and Fortran 95 source code. • Visual Basic UserForm and its 2022 Visual Basic project code. • Excel workbook pre/post processors. • Technical documentation
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    Free Invoicing Software for 2025

    Free Invoicing Software for 2025

    Simple Invoicing program for Desktop written in vba and Access

    This is a learning/sample/functional Invoicing program written in vba and MS-Access. It is for a small, or personal, business. It should give you practice in learning/use of Invoicing, and installing on the desktop, and programming in vba and MS-Access. Note that the free MS-Access Runtime is with the download . You need MS-Access if you want to work with the program code or print reports (part of Office 365). The program processes Invoicing and Quotes, and produces reports for A/R,...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Tagebuch.xls

    Tagebuch.xls

    Zeiterfassung Excel - Time Tracking - Arbeitszeiterfassung

    Tagebuch.xls ist ein Zeiterfassungs-Tool basierend auf Excel. Die in VBA programmierte App erlaubt es Projekte und Arbeitszeiten zu erfassen und in Excel darzustellen. Zusätzliche Berichtdateien basierend auf den Daten im Tagebuch können erstellt werden und sind durch Dritte leicht weiter verarbeitbar.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Excel to Graphviz

    Excel to Graphviz

    Free Excel tool to easily create Graphviz data visualizations.

    ...Enter simple "A is related to B" rows to instantly generate polished relationship graphs using the Graphviz DOT language. Ideal for data analysis, network visualization, and IT architecture. Free, open-source, MIT-licensed. Customize the look of nodes, edges, and clusters with the Style Designer. Build a CSS-like gallery of reusable styles that lets you apply consistent visual themes. Run SQL queries for advanced data import. Export graphs as BMP, GIF, JPG, PDF, PNG, or SVG files (with animation support). View Graphviz DOT code and command-line messages. ...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • PageDNA: Web-to-Print eCommerce Software Icon
    PageDNA: Web-to-Print eCommerce Software

    eCommerce for Print, Signs and Fulfillment Trusted by In‑Plants and Commercial Print Leaders

    PageDNA enables successful eCommerce strategies for commercial print sales organizations, internal print shops, and brand owners. PageDNA’s online ordering platform increases print volume while decreasing touch costs for all stakeholders: clientele, print operations, and the organizations they support.
    Learn More
  • 5
    billing-animal-hospital

    billing-animal-hospital

    Demo Invoicing APP for Veterinarian Medical Office

    This is an sample Invoicing program written in vba and MS-Access. It is for a small, or personal, Vets Medical Office. It should give you practice in learning/use of Invoicing, and installing on the desktop, and programming in vba and MS-Access. Note that the free MS-Access Runtime is with the download . You need MS-Access if you want to work with the program code or print reports (part of Office 365). The program processes Invoicing, Appointments, and Quotes, and produces reports for A/R,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Free Invoicing Software for Auto Shops

    Free Invoicing Software for Auto Shops

    An Invoicing program for Auto Shops written in vba and MS-Access.

    This is an sample/learning/functional Invoicing program written in vba and MS-Access. It is for a small, or personal, Auto Repair type business. It should give you practice in learning/use of Invoicing, and installing on the desktop, and programming in vba and MS-Access. Note that the free MS-Access Runtime is with the download . You need MS-Access if you want to work with the program code, or print reports (part of Office 365). The program processes Invoicing, Appointments, and Quotes, and...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    GeneralLedgerFinancials

    GeneralLedgerFinancials

    Accountant's Friend - General Ledger Ver 7b Beta

    Accountant's Friend is a General Ledger accounting system that provides the basic G/L and related accounting procedures for a small business. Typical businesses might be Accounting, Law, Product Resale, Computer Programming, Website Design, Repair, Training, or others. You do the G/L Transaction Entry with the system, and at the end of the month prepare your Financial Statements. The G/L system prints reports on all aspects of the G/L accounting. You might also be interested in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    payables-disbursements

    payables-disbursements

    Accountants Friend - Payables and Disbursements

    AF - Payables is a Windows Based Payables APP written as a sample application for programmers who want to learn VBA and the MS-Access database. So you can use it to help if you are programmer . You can also use it to do Payables for a small business (1 – 15 employees). Before beginning, please note that setting up, and logging into the APP, is described in the Appendix. Also read the readme.txt file in the program directory. Note that the program is a conversion of the Invoicing APP. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Build & Lexigraphical Permutations

    Documentation of two types of permutation algorithms

    ...Permutations can be generated by building them or by transposing characters between different character positions. My project addresses the efficiency between CPU speed and memory usage for generating unique permutations from input source texts that have repeated characters. The challenge is to create an efficient algorithm that can have the capacity to permutate sources texts that are hundreds and thousands of characters long without running out of memory. This project has 4 download files (1 pdf that documents the algorithms, and 3 Excel files, each for a different algorithm) The downloadable Excel files are the programming files because I code in VBA. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Wiz: #1 Cloud Security Software for Modern Cloud Protection Icon
    Wiz: #1 Cloud Security Software for Modern Cloud Protection

    Protect Everything You Build and Run in the Cloud

    Use the Wiz Cloud Security Platform to build faster in the cloud, enabling security, dev and devops to work together in a self-service model built for the scale and speed of your cloud development.
    Learn More
  • 10

    Combinations Algorithm

    Documentation and coding for the generation of combinations

    This project comprises documentation and VBA programming code in respect of a combinations algorithm that I have written. The algorithm is in the Excel file named Combinations.xlsm and the documentation that explains how to use interface and execution of the algorithm is in the pdf file called Combinations.pdf You will need to enable macros in Excel in order to run the algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    billing-equipment-repair

    billing-equipment-repair

    A billing APP for Equipment Sales/Repair Shops written in MS-Access.

    If you are selling and/or repairing equipment you want to track (like computers, tractors, boats, snowmobiles, TV's, dishwashers or other things like that), this might be a good app for you. It should give you practice in learning/use of Invoicing, and installing on the desktop, and programming in vba and MS-Access. Note that the free MS-Access Runtime is with the download . You need MS-Access if you want to work with the program code (part of Office 365). The program processes Invoicing,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MirageMUD

    MirageMUD

    VB6 stand-alone MUD client and server.

    MirageMUD is a source code base for developing your own stand-alone MUD client and server in Visual Basic 6. The code base comes with all the necessary basic functionality to immediately begin developing your MUD game right off the bat. A C# version of MirageMUD is currently in development: https://github.com/Xlithan/MirageMUD2
    Downloads: 106 This Week
    Last Update:
    See Project
  • 13

    Planar Elastica

    A collection of technical notes on planar elasticas and sample code

    The collection Planar Elastica (Planar Elastica.zip) includes: 1. A technical note deriving the governing equations for a planar elastic subjected to general end loading (i.e., combined bending moment, angled direct load and torsional moment). This note is heart of this project. 2. Macro enabled Excel spreadsheet examples that illustrate use of the above result. These examples range in sophistication from large displacement leaf springs to one requiring simultaneous solution of two...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    My Time Tabulator

    My Time Tabulator

    A free, task and time tracker with a simple user interface and reports

    ...Rollup your time for better estimates, for better performance review discussions, to help optimize where effort gets focused, or just to set expectations for how long a complex thought-work-task takes. Simple, low-tech, minimalist data entry that rolls up your time and tasks into meaningful, actionable reports. On a desktop or laptop. Is open-source. Either (a) close all forms and press F11, OR (b) hold down the Shift-key when you open the application to access ALL source code. Requires Microsoft Access 365. GitHub: https://github.com/DataResearchLabs/my_time_tabulator YouTube Tutorials: https://www.youtube.com/playlist?list=PLVHoUDdbskUS-6dRSmgaidBvrI0EHp9WR
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Free VCF file to CSV or Excel converter

    Excel VBA Script to convert VCF file with multiple entries to CSV file

    This is an Excel based VBA script used to import bulk .VCF files that contain more than 1 Vcard and then convert them to a comma separated .CSV file or Excel xls file that can then be imported into Outlook, Google, or any other application that supports import of contacts using CSV files. This has been written to support VCF 2.0, 2.1, 3.0 and 4.0 formatted files including those with printable encoding (MIME) and has been tested with bulk VCF files from Backupify, Google Contacts (Gmail...
    Downloads: 81 This Week
    Last Update:
    See Project
  • 16
    My Test Case Manager

    My Test Case Manager

    A lean, flexible XL test case manager for small to midsize projects

    ...Show them how test cycles work, how test cases are built up over time, how regression testing works with each new build received, how risk is managed from build test to build test, etc. See GitHub link for documentation, larger template, and "source code" (it's a codeless XLSX file). Requires Excel for Office 365. GitHub: https://github.com/DataResearchLabs/my_test_case_manager YouTube Tutorials: https://www.youtube.com/playlist?list=PLVHoUDdbskUSZQsl0iexHwRGb8Z7_EjlS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BacterialChemotaxis

    BacterialChemotaxis

    Computer Lesson and Simulation of Bacterial Chemotaxis

    CSim3a.exe will install a Lesson and Simulation of Bacterial Chemotaxis. Bacterial Chemotaxis is the motion up or down the direction of an attractant or repelant of each bacteria. The simulation also demonstrates the bacterial mechanism of this utility. The Lesson also gives the Basic code used in the simulation. Installs as motility3a in c:/users/public/CSim3a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Stack OMS (Office Management System)

    Stack OMS (Office Management System)

    Use Coupon code : 73626 to get it for free | visit : www.stackoms.com

    Stack OMS is a Ms Access based Free Office Management System for Chartered Accountants, Cost Accountants, Tax Consultants and Advocates which have unique features like CRM, Task Manager, MIS and much more . It requires Windows 7 (SP 1) or latest and Microsoft Office 2010 or latest. If you do not have Microsoft office installed in your computer you can install Ms Access Run Time and use the application. It is free application for lifetime. Important Information: We believe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PTFTP

    PTFTP

    Free, fast, intuitive ftp client

    Free, fast, intuitive, open source ftp client. Source Code: https://github.com/g--o/PTFTP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    The Sark Media Player

    A player for old format .mp3 and .avi files

    This software was developed in 2011. The source code is presently not available. So this software which may not work with modern files but still works with many files. It works under Windows 10, 7, Vista and XP systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PCNetMonitor

    PCNetMonitor

    Computer performance display and logging program

    Local and remote computer performance display and logging program with Excel plotting interface and many other powerful features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Endico - Text Encrypt

    Endico - Text Encrypt

    Fastest way to make secure text.

    Help to convert text into secret codes , so that you can mail,chat and transfer text securely to prevent hacking. How to use : Step one - Open Endico 14 Step two - Decide what to do (Text Encode/Text Decode) Step three - If You Selected Text Encode -> Then Type/Copy/Open .txt file to convert. Step four - Copy the converted text into clipboard to chat,mail,print process etc. Step five - If you want to Decode the code the again follow step two. Step six - ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    VBDoxyAddin

    VBDoxyAddin

    Code Browsing, Management and Documentation tool for VB6 Developers.

    Visual Basic 6 Add-in Application to help developers to manage their own projects. Maintains organized project structure, navigates in depth the hierarchy of object elements, manages code comments, helps describing source code, produces documentation (integrating Doxygen) and helps UML Modelling exporting the project as XMI.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Lego Charts for Excel

    Lego Charts for Excel

    Plot Excel data as photo-realistic 3D LEGO® models

    Using a sequence of Open Source CAD/CAM and graphics tools, integrated through Excel macro code, "Lego Charts" extends the idea of the Excel 3-D bar chart. It allows the placement, shapes and colours of the bars to represent further dimensions to the data. The chart is presented as a photo-realistic model apparently constructed out of LEGO® [1] bricks. The downloaded package consists of an Excel template to create the charts, an extensive installation and user guide, and two fully-worked samples. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    f2what

    Lapack/quadprog QP for VBA/.Net/Java

    F2what is an open source project to translate algorithmic fortran to a variety of languages (java, dotnet and VBA so far). It offers a Fortran77 parser with code transformations, variable disambiguation, and modular output to other programming languages. It also offers already translated versions of Lapack and quadprog to Java, .Net and VBA, to give access to SVD, LU, QR, Cholesky, eigenvalue decomposition, linear system solving and QP optimization in those three languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB