Search Results for "ccs c compiler" - Page 11

Showing 1155 open source projects for "ccs c compiler"

View related business solutions
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 1
    MaciASL

    MaciASL

    ACPI Machine Language IDE for OS X

    A native AML compiler and IDE for OS X, with syntax coloring, tree navigation, automated patching, online patch file repositories, and iASL binary updates. Written entirely in Cocoa, conforms to OS X guidelines
    Downloads: 43 This Week
    Last Update:
    See Project
  • 2
    Software Renderer

    Software Renderer

    A shader-based software renderer written from scratch in C89

    This is a shader-based software renderer written from scratch in C89 with minimal dependencies, available for Windows, macOS, and Linux. Pre-built binaries for Windows, macOS, and Linux are available for download from the Releases page. To build the software renderer from source, a C89 compiler and development files for your window system are required. Install Visual Studio with C++ support and run build_win32.bat. If the software renderer is launched without arguments, one of the available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Intel 486 XPL Compiler

    XPL Compiler for Intel 486 in 32-bit mode

    ... execution. Building this compiler requires the XPL to C translator written by Daniel Weaver which can be found here: https://sourceforge.net/projects/xpl-compiler/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    obfusc

    toolchain for obfuscated compilation

    This is a C compiler, assembler, linker and virtual machine for computing based on encrypted working and obfuscated compilation and execution. The idea is that the platform machine `works encrypted' for the user and unencrypted for the operator, running a machine code instruction set in user mode that is provably safe against computational attacks, for code that is generated by a compiler that has introduced random variations into the code at each recompilation so that the attacker has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    FastSim consists of: - 'Facile' a highly flexible and expressive processor-architecture specification-language. - A compiler for the specifications which produces high-performance, fast-forwarding simulators.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ScaffCC

    ScaffCC

    Compilation and optimization framework for the Scaffold language

    ScaffCC is a compiler and scheduler for the Scaffold programing language. It is written using the LLVM open-source infrastructure. It is for the purpose of writing and analyzing code for quantum computing applications. ScaffCC enables researchers to compile quantum applications written in Scaffold to a low-level quantum assembly format (QASM), apply error correction, and generate time and area metrics. It is written to be scalable up to problem sizes in which quantum algorithms outperform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TMC compiler

    TMC compiler

    Translator from restricted matlab to C

    Open-source tool to convert/port/migrate/optimize Octave/MATLAB(R) written projects to C-code. Consists of C-code generator and run-time support library. Support a subset of MATLAB (R) language and an extendable set of in-build functions. Git Repository: https://github.com/csafonov/tinymc
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Chastity Checkerboard

    Drawing Checkerboards with the C Programming Language

    ... my own image format which will be part of it's own project soon. There are many ways to draw a checkerboard but I'm proud of this because it was my own work and I understand WHY it works and that's the best part! In the future I'm hoping to even write a book explaining why it works the way it does. Until then you can email me at chastitywhiterose@gmail.com if you have any questions about using the code. You'll need any valid C or C++ compiler that can use standard library functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
  • 10
    Emojicode

    Emojicode

    World’s only programming language that’s bursting with emojis

    .... Emojicode is a straightforward language to learn, whatever background you have. Our documentation is known to be excellent and stuffed with walk-through guides and examples. Before you install Emojicode make sure you have a C++ compiler and linker installed. clang++ or g++ are fine, for instance. The Emojicode compiler can only link binaries if such a compiler is available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JavaBoolCompiler

    JavaBoolCompiler

    Boolean expression compiler written in Java

    Parses and evaluates boolean expressions. Usage: BoolCompiler compiler = new BoolCompiler(); BoolProgram program = compiler.compile("a == b && a != c"); HashMap<String, Boolean> context = new HashMap<String, Boolean>(); context.put("a", true); context.put("b", true); context.put("c", false); boolean result = program.eval(context); System.out.println("result = "+result);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Snap7

    Snap7

    32/64 bit multi-platform Ethernet S7 PLC communication suite

    Snap7, through three specialized components: Client and the inedited Server and Partner, allows you to definitively integrate your PC based systems into a PLC automation chain. Designed to transfer large amounts of hi-speed data in industrial facilities, it scales easily, down to small Linux Arm boards such as Raspberry PI. Hi level object oriented wrappers are provided, currently C/C++, .NET/Mono, Pascal, LabVIEW, Python with many source code examples. Very easy to use, a full working...
    Leader badge
    Downloads: 937 This Week
    Last Update:
    See Project
  • 13
    Moonjit

    Moonjit

    Just-In-Time Compiler for the Lua Programming language

    Moonjit is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language. Moonjit is a fork of the inactive LuaJIT project and aims to provide a way forward for existing users of LuaJIT looking for continuity in development and maintenance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Object Oriented C (oo tools for C)

    Object Oriented C (oo tools for C)

    Object Oriented tools for C

    Object Oriented C (oo tools for C) kit is for those who want to program in an object oriented manner, but stick on the good old C as well. It implements classes, single class inheritance, multiple inheritance by interfaces and mixins, and exception handling. Ideal for students getting to know OO programming or for systems that lack a C++ compiler. This is a collection of C macros and a small C library. Do not mix with the "ooc programming language" which is a different project at http://ooc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    mark williams c

    mark williams c - manual for Atari version

    This manual is a mighty 800+ pages of info, containing details with examples on how to use the compiler, supplemented with a lexicon on just about all aspects of the c programming language and the Atari TOS environment. This is useful for all c programmers and all Atari TOS programmers, not just those using mwc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Fedora Cygwin

    Fedora Cygwin

    Cygwin cross-compiler for Fedora

    This project provides a Cygwin cross-compiler toolchain for current versions of Fedora Linux and RHEL6-compatible distributions, including a large selection of cross-compiled libraries. Also available are the mingw32 packages with static libraries required for building Cygwin's setup.exe installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    matrix-calc

    A simple compiler for matrix calculations.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Integrated Development Environment for some microcontrollers based on 8051(e.g. AT89S8253). Supported languages are Assembly and C. It has its own simulator, assembler, editor and many other tools. See the project web site for more details and the newest updates.
    Leader badge
    Downloads: 1,137 This Week
    Last Update:
    See Project
  • 19

    Open Source on the Xbox 360

    UNIX/LINUX and legal homebrew software on the xbox360 gaming console

    An effort towards porting Linux and related open source operating systems to the Xbox 360. Another goal is to write homebrew applications with a legal and free Software Development Kit consisting of the Library (LibXenon) and the appropriate cross-compiler toolchain (Xenon-Toolchain). You can get informations and Source-Code on the following Pages: Wiki: http://www.free60.org Forum: http://www.libxenon.org Source Code: https://github.com/Free60Project
    Leader badge
    Downloads: 106 This Week
    Last Update:
    See Project
  • 20

    distlink

    Library to compute distance between elliptic orbits (MOID)

    .... The code was developed and tested with GCC, though it should be usable with any other C++-compatible compiler. See README.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    nGraph

    nGraph

    nGraph has moved to OpenVINO

    Frameworks using nGraph Compiler stack to execute workloads have shown up to 45X performance boost when compared to native framework implementations. We've also seen performance boosts running workloads that are not included on the list of Validated workloads, thanks to nGraph's powerful subgraph pattern matching. Additionally, we have integrated nGraph with PlaidML to provide deep learning performance acceleration on Intel, nVidia, & AMD GPUs. nGraph Compiler aims to accelerate developing AI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    pltc

    Prolog to C compiler with runtime for DOS, Windows and Raspbian

    Prolog to C compiler with runtime for DOS (with Turbo C), Windows 10 64 bits and Raspbian (Raspberry Pi)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RDVTabBarController

    RDVTabBarController

    Highly customizable tabBar and tabBarController for iOS

    Highly customizable tabBar and tabBarController for iOS. Add the items from RDVTabBarController directory to your project. If you don't have ARC enabled, you will need to set a -fobjc-arc compiler flag on the .m source files. The initialization is similar to the one for UITabBarController. Create an instance of the tabBarController and initialize its viewControllers. Each RDVTabBarItem has selectedBackground, unselectedBackground and corresponding properties for the icons: selectedImage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PHP Desktop

    PHP Desktop

    Develop desktop GUI applications using PHP, HTML5, JavaScript

    ... of turning an existing website into a desktop application is basically a matter of copying it to the directory. In a certain sense phpdesktop acts as a PHP to EXE compiler. It embeds a web browser, a multi-threaded web server and a PHP interpreter. All embedded into a single application, a portable folder that you can easily distribute to end-users by packing it to zip archive or by making an installer for your application. The web server embedded is a custom edition of Mongoose.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 25
    JCppEdit v4.0

    JCppEdit v4.0

    Best IDE for Beginners

    JCppEdit is a free as well as "best IDE for Beginners" and is your one-stop IDE for all your coding needs. Whether you need to finish your Java project or submit your first HTML web page or perhaps have a need to code in C language while executing a java program into a Java IDE, JCppEdit will help you achieve your goals easily. Exploring your project and detecting an error in your code is much easier. You will not waste time detecting errors before compiling codes because you will get a real...
    Downloads: 2 This Week
    Last Update:
    See Project