Search Results for "ccs c compiler" - Page 15

Showing 1160 open source projects for "ccs c compiler"

View related business solutions
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1

    VcSpawn

    Runs cl.exe/link.exe with low priority in MS VisualStudio

    This application is intended to reduce running priority of MS Visual Studio compiler and linker processes. When you build a solution in Visual Studio (2013-2017), it can run multiple cl.exe / link.exe processes that consumes 100% even of multicore CPU. Those processes run with a normal priority and can make other application's work sluggish, even if the compilation is running in the background. This application substitutes native cl.exe / link.exe files and spawns them with a lower than...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The wieldy lcc is a little c compiler which writen wich c++, it is made from the lcc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    WinCMOC (M6809 C Compiler)

    WinCMOC (M6809 C Compiler)

    A C Compiler/Editor for Retro 6809 Machines (Colour Computer/Dragon)

    WinCMOC v0.6 is here! So many new features, I cant remember them all. Please uninstall old versions before installing. This is a port of the CMOC compiler (written by Pierre Sarrazin) to Windows. Currently CMOC does not support linking, so, I've written front end tools which edit CMOC's output so that it can be assembled and linked via LWTOOL's. A simple C editor in included which makes it easy to compile/build and run the xroar emulator. Please visit the CMOC website: http...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    OpenNLC

    Natural Language Compiler

    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Texting and Text Message Marketing Solutions - Textellent Icon
    Business Texting and Text Message Marketing Solutions - Textellent

    Textellent's robust business texting services provide SMS and MMS capability for customer service, sales, and marketing texting programs.

    Textellent's business texting solution makes designing, managing, measuring, and integrating SMS and MMS campaigns easy. Whether used for customer service, sales, or marketing, Textellent supports your customer journey with an easy-to-use service that text-enables local business lines and serves businesses of any size. Robust scheduling and appointment reminders are also available, as are keywords and shortcodes for easy opt-in programs with TCPA compliance supported by AI.
  • 5

    cc8080

    cc8080 is a c compiler for the 8080

    This code runs on a unix platform and produces 8080 assembly output. Its a total ripoff of the smallc compiler. Code rearranged to compile on current gnu compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    OovAide

    C++, Java IDE with auto class, sequence, zone, dependency, diagrams

    The OovAide project used to be named oovcde. Searching the web will bring up more information about oovcde at this time. The OovAide project is a C++ or Java analysis IDE for Windows or Linux with an automated multi-tasking build system, cross compiler support, an analysis tool based on CLang that creates UML class, component, sequence as well as zone and portion diagrams from C++ or Java source, static analysis and test coverage. The diagrams allow navigation through the source code...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    HHVM

    HHVM

    A virtual machine for executing programs written in Hack

    ... to C++, HHVM compiles Hack into an intermediate bytecode. This bytecode is then translated into x64 machine code dynamically at runtime by a just-in-time (JIT) compiler. This compilation process allows for all sorts of optimizations that cannot be made in a statically compiled binary, thus enabling higher performance of your Hack programs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    Advance-PCT-1.0

    A novel Code transformation technique to guide test input generator

    Advance_PCT is a pre-processing technique, that simplifies the complex boolean expression present in a C program. It identifies the boolean expression and creates equivalent conditional branches with an empty body. These additional statements along with original program supplied into test executor to improve test data. It ensures that each atomic conditions have been invoked at least once true and once false. It is done to achieve higher MC/DC, because according to the definition of MC/DC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    picoTCP for DOS

    picoTCP for DOS

    port of the picoTCP stack for DOS

    The goal of this project is to build a port of the picoTCP TCP/IP stack for 16 bit DOS. It shall provide retro-developers with a modern, fast and efficient TCP/IP stack that can be used to create 16-bit network-enabled applications for DOS. The picotcp4dos library is primarily meant to be used with the OpenWatcom compiler.
    Downloads: 2 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
    Cygwin Ports

    Cygwin Ports

    Repository of desktops and programs for the Cygwin platform

    A large repository of open-source programs built for Cygwin, including X11 desktops, language interpreters, multimedia frameworks, cross-compiler toolchains, and much more. Also hosted here is the cygport tool for building Cygwin packages. cygport releases and the Ports Git repositories are hosted here; Ports packages are available from the website.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Front provides a compiler front end generator that can generate a parser, pretty printer, symbol table handling, and Abstract Syntax Tree data structures and traversals. It also provides a C preprocessor library, and an AST rewriter generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    tiny-dnn

    tiny-dnn

    header only, dependency-free deep learning framework in C++14

    tiny-dnn is a C++14 implementation of deep learning. It is suitable for deep learning on limited computational resources, embedded systems, and IoT devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Simple C compiler

    My attempt to make a c compiler using lex and yacc for fun. :)

    This is an attempt to make a c compiler with lex and yacc, and hopefully someday modify it to create a visualization for the compilation process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A rapid prototyping tool for protocol software development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Involute Gears DXF

    Open DXFs with QCad

    Program draws a gears tooth for reference profile and Fellows manufacturing. Open dxfs with qcad or Solid Works, ec but not with AutoCad. Autodesk has remouved support for enteties only format.It compiles well with OpenWatcom 1.9 c++ compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Apollo85

    An emulation of the experimental computer board 85.

    An emulation of the experimental computer board 85, called ECB85, including an assembler and a c-compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TempleOS

    TempleOS

    64-BIt Operating System with Compiler

    TempleOS is a 64-bit kernel with compiler, graphics library and tools. It is not a Unix. It was made from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    mlak, mztool

    My personal tools

    ... 4.6.1 (C++ Compiler) -. wxWidget 2.9.3 (Cross-Platform GUI Toolkit Library) -. wxFormBuilder 3.1 (Open Source GUI Builder for wxWidgets) -. Boost C++ 1.48.0 RegEx library for regular expression engine -. pugixml library for XML file handling
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    ExchangerCpp1.0

    Dollar to Euro Converter

    This is a dollar to euro converter that is scripted in c++ and uses batch and some compiler to run!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    tcl2c

    tcl2c

    Create a C file from Tcl file

    Tcl2c generate a C file from Tcl file. Then, the C file can be to build like a standalone application, with a C compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CMake Examples

    CMake Examples

    A collection of useful CMake examples

    ... on previous examples to show more complex use cases. These examples have been tested on Ubuntu 14.04 but should work under any Linux system that supports CMake. The basic requirements for most examples are CMake, and a c++ compiler [defaults to gcc). There are many CMake tutorials and examples online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    CommonMark Help

    A help file format based upon CommonMark-compatible text files.

    The CommonMark Help project strives for creating a help file format based upon Markdown documents conformant to the CommonMark specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    pseudo-c-compiler

    Tiny education compiler that can compile itself

    Tiny (less then 1000 lines of code) education compiler that can compile itself. Implements small subset of C language without pointers, structures etc. Parameters and local variables also not implemented. To interface with OS Borland-style inline assembler are used (db directive only). Based on initial version of Tiny Context compiler (http://avhohlov.narod.ru/p1805en.htm). In order to simplicity compiler uses fixed source and target file names (C.C and C.COM). On Linux and any 64-bit operating...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Unofficial MinGW distribution

    Prepackaged MinGW installations

    Complete working distributions of MinGW 4.8.1 and MinGW 5.3.0 packaged in a 7z archive. Extract twice, set your path, and compile away. Perfect for getting started with programming with C, C++, and the MinGW GCC compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TPP

    TinyPreProcessor

    A tiny c/c++ preprocessor Library designed as a base interface for higher-level scripting languages It implements everything from the C11 Standard. TPP is written in c, but offers a c++ api for convenience. TPP Is able, to generate 25MB of preprocessed code in 8 seconds Supported compiler extensions are: - __COUNTER__ - __has_include - __BASE_FILE__ - __INCLUDE_LEVEL__ - Multi-char constants - #pragma once - #include_next - #warning - Oh who am I kidding; this supports...
    Downloads: 0 This Week
    Last Update:
    See Project