Showing 643 open source projects for "include"

View related business solutions
  • 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
  • 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
  • 1
    JavaMacBuntu

    JavaMacBuntu

    Plug and play linux OS with macintosh design

    Javamacbuntu is a much many feature of linux based on 10.10 maverick meerkat. This operating sytem its plug and play linux OS with macintosh design where we can boot without installing this operating system. Remember, its totally FREE Download Link Here : http://content.wuala.com/contents/javanesse/javamacbuntu/JVMB-i686rev1.3.iso?dl=1 If You want to donate me, here my donating page http://www.supportunicef.org/site/c.dvKUI9OWInJ6H/b.7549291/k.BDF0/Home.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    purpleelephant

    purpleelephant

    Development has moved to github

    Purple Elephant is a free and open source cross-platform 2D traditional animation editor, tester, player and compositor. Part of Purple Animation Tools by O. Bahri Gordebak See Wiki for details. Note that Sourceforge project page doesn't always show the latest download. Please click Files above and browse files before download. Latest version is 1.4 right now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    purpleowl

    purpleowl

    Development has moved to github

    Purple Owl is a free and open source cross-platform frame-by-frame cut-out animation software. Part of Purple Animation Tools by O. Bahri Gordebak (purplehuman). See Wiki for details. Note that Sourceforge project page doesn't always show the latest download. Please click Files above and browse files before download. Latest version is 1.2.1 right now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ckon

    automatic build tool for ROOT data analysis software

    ckon is a C++ program/tool which automatically takes care of compilation, dictionary generation and linking of programs and libraries developed for data analyses within the CERN ROOT analysis framework. This includes parsing include headers to figure out which libraries the main programs need to be linked to. It uses automake/autoconf to be platform independent and GNU install compliant. In addition, m4 macros are automatically downloaded and the according compiler flags included based on a list of boost libraries provided in the config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 5
    Lightbringer (Rhye's Quest) Engine

    Lightbringer (Rhye's Quest) Engine

    A roguelike game engine/editor

    ...It is intended for programmers who want to quickly develop a roguelike game by extending, customizing and building on top of a large codebase that implements some basic and advanced parts of a roguelike game. The sources include: - Bare game engine with almost no specific features of the game, because they are my intellectual property; - Map editor; - Tile editor; - Default graphics tileset (tileset.grx). The sources DO NOT include: - Game maps; - Custom graphics tileset; - Source code for specific game features. IMPORTANT NOTE: Certain graphical features require the custom tileset which is my intellectual property, and as such is not included in the sources, only the default tileset is available. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Project CIF(Core Information Foundation)

    c++ and c library to help build win32 software and others platforms

    The project CIF now created with new philosophy of JPM (Joint Project Module) with SDK style. Now simply include CIF.h and use all of functions, macros and classes. BTS (Basic Text Support) Library Used in TOM (Text Object Module). TOM for now with CAnsiString , CAnsiStringLite And Text namespace. CAnsiString created with more functionality then typical string and text classes. EVS (Enhanced Visual Support) provide COpenFileDialog And CSaveFileDialog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Magnum Opticus

    Optical Design Software

    Optical design application geared to telescopes and other optical systems. Features include layout design, optimization, standard expected output, ability to import ZMX and LNS files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Scorched 3D

    A simple turn-based artillery game and also a real-time strategy game.

    Scorched3D incorporates lively, fully destructible 3D landscapes that include animated jets, naval vessels, water and even birds, with detailed tanks and projectiles and stunning visual effects. A simple turn-based artillery game and also a real-time strategy game in which players can counter each others' weapons with other creative accessories, shields and tactics. Test your skill in timing, aiming and judgement of distance, move around on the landscape, or outsmart your opponent economically.
    Downloads: 94 This Week
    Last Update:
    See Project
  • 9
    Libraries, documentation, examples & drivers for Eagle Technology South Africa's Data Acquisition products. These include ISA, PCI, PCI Express, USB, Serial & Ethernet. Supported languages will be C/C++, JAVA, Perl, Python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    hbcxx

    Use "#!/usr/bin/env hbcxx" to make C++ source code executable

    hbcxx uses the Unix hashbang (or shebang) #!/path/to/interpreter technique to make C++ source code directly executable. Modern C++, meaning C++11 or even C++14, feels like another language. This is not because the language has been changed massively but because the new features encourage a different, and slightly higher level way to think about writing C++. It's faster, more fun, supports lambdas, has tools to simplify memory management and includes regular expressions in the standard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cipra Unit Testing Framework

    cipra Unit Testing Framework

    C++11 unit testing framework based on Perl's Test::More module.

    cipra is a simple, TAP-compatible Unit Testing Framework for C++. cipra is Free and Open Source Software, released under a 3-clause BSD-style license. It's written in 100% standard C++11 and is only a couple header files, making it easy to include in your C++11 project. TAP, the Test Anything Protocol, is a standard output format for software unit test frameworks that was originally designed for Perl, but can serve other languages. It has a rich number of tools ("harnesses") that parse TAP formatted output and do useful things with it. TAP, however, is equally human-readable. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    Fast Tabular Local Logic Minimizer

    CMOS circuit minimizer using table lookup

    Given a circuit described in terms of common CMOS logic gates, this is capable of minimizing logic area by repetitive examination of sets of three gates, utilizing a pre-computed lookup table of pre-optimized replacements. Reductions include XOR gates and can be extended to 3-input logic gates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    DRAMMS

    A Deformable Medical Image Registration Toolbox

    DRAMMS is a software package designed for 2D-to-2D and 3D-to-3D deformable medical image registration tasks. Released by Section of Biomedical Image Analysis (SBIA) at the University of Pennsylvania. Some typical applications of DRAMMS include, -- Cross-subject registration of the same organ (can be brain, breast, cardiac, etc); -- Mono- and Multi-modality registration (MRI, CT, histology); -- Longitudinal registration (pediatric brain growth, cancer development, mouse brain development, etc); -- Registration under missing correspondences (e.g., vascular lesions, tumors, histological cuts). ...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 14
    [ITA] Distribuzione italiana dell'editor di testo SciTE. Include l'originale versione di SciTE (tradotto in lingua italiana), una collezione di tools utili per il trattamento dei file di testo, documentazioni e molto altro... Attenzione : visita http://www.redchar.net per conoscere il nuovo hosting che ospita il progetto RSciTE. RSciTE non utilizza più SourceForge come hosting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Algorithms & Data Structures in C++

    Algorithms & Data Structures in C++

    Algorithms & Data structures in C++

    An algorithm is represented by a .h file and placed under include. (one .header file per algorithm.) The demo program for the algorithm demonstration is placed under src. (one demo per algorithm.) After the program passes correctly, please initiate Pull Requests, the code is verified and stored in the library, and the new algorithm implementation is published in the README. TAB = 4 space. set ts=4 in vim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Stream Intermission

    Stream Intermission

    Need to pause while streaming? Entertain the audience with this!

    If you stream video content live to your viewers, there might be times where you need to pause for a bit, perhaps for a bathroom break. At those times, the audience is left staring at a static screen. Use Stream Intermission to fix that! If you need to go somewhere, launch the program, and it will fill the entire screen. The background will smoothly change, and ambiance effects will randomly appear, such as rain or fireworks. It's nothing glamorous, but it certainly beats leaving your...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    SpriteBuncher

    SpriteBuncher

    A free, open-source texture packing program.

    SpriteBuncher is a free, open-source texture packing program. It features an easy-to-use graphical interface, and advanced packing algorithms such as MaxRects. Further options include cropping, rotation, extruding, and padding. Data can be exported to a range of common output formats – e.g. Cocos2d, LibGDX, and Unity – or via generic XML, JSON, and plain text files. Examples and documentation are included. Source code available at: https://github.com/bazgt/SpriteBuncher [GPLv3].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    anyfunmod

    a special or interesting or crazy Civ 4 Beyond the Sword Mod.

    ...Download Note: en: english lang (only for english version civ4 bts 3.19) cn: chinese lang (for Chinesization or japanese version civ4 bts 3.19, base is zh-cn, include zh-tw on text folder) CHM Manual is currently only in Simplified Chinese. You can use Web Translator translate online manual.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    RF-TrulyMagical

    RF-TrulyMagical

    RF Module Configuration

    RF-TrulyMagical is a spin-off of the RF-Magic device configuration software that comes with the APC220 wireless radio modules developed by APPCON TECHNOLOGIES. It is primarily intended as a cross-compatible solution for Linux/Windows users. Additional features include an inbuilt terminal making it easier to setup and communicate between the RF modules.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    cuteCalculator
    Quasi- Scientific Calculator for symbian^3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    BLAST_FDR

    BLAST_FDR and PSI-BLAST_FDR are variants of BLAST and PSI-BLAST

    BLAST_FDR and PSI-BLAST_FDR are variants of BLAST and PSI-BLAST. Instead of using BLAST and PSI-BLAST's uniform E-value threshold criterion to determine which sequences to include, BLAST_FDR and PSI-BLAST_FDR utilize a false discovery rate (FDR) method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Spellathon
    Spellathon is a simple word puzzle game. You are given seven letters. You need to find words of length four letters or more that include a central letter. See how many words you can guess!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    qtBisonC++ is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a QT C++ program to parse that grammar. qtBisonC++ reads the given input files for a description of a scanner to generate. The description is in the form of grammar in Backus-Naur Form (BNF), called rules. qtBisonC++ generates as output a C++ source and include file, `lexyy.cpp` and `lexyy.h`, which defines a class `lexyy'. This file is compiled with your code to produce an executable. When the executable is run, it analyses its input to verify that its correspond to the grammar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    qtFlexC++ is a tool for generating scanners: programs which recognized lexical patterns in text. qtFlexC++ reads the given input files for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C++ code, called rules. qtFlexC++ generates as output a C++ source and include file, `lexyy.cpp` and `lexyy.h`, which defines a class `lexyy'. This file is compiled with your code to produce an executable. When the executable is run, it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C++ code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    OOPSGen

    Object Oriented Parser Generator

    The goal of this project is to create a simple and easy to use parser generator that will accept a textual grammar file as an input and output modularized classes representing a limited parser interface. Long term goals include a robust grammar file syntax, output suitable for multiple programming languages, and tools for better integrating compiler functionality, parse tree manipulation, and FSM based scanner generation.
    Downloads: 0 This Week
    Last Update:
    See Project