Results for: compiler

Suggested Categories:

Audit Software
Audit software is designed to help organizations plan, manage, and conduct audits in a more efficient and systematic manner. These tools enable auditors to collect, document, and analyze data to ensure compliance with internal policies, regulatory standards, and financial practices. Audit software often includes features such as risk assessment, workflow automation, document management, and reporting capabilities, which streamline the audit process. It helps auditors identify discrepancies, inefficiencies, or risks in financial statements, operational processes, and security practices. By automating various tasks and providing real-time insights, audit software enhances the accuracy and effectiveness of audits, ensuring that organizations maintain transparency and accountability.
Application Development Software
Application development software is a type of software used to create applications and software programs. It typically includes code editors, compilers, and debuggers that allow developers to write, compile, and debug code. It also includes libraries of pre-written code that developers can use to create more complex and powerful applications.
  • 1
    Green Hills Optimizing Compilers
    As the pace of microprocessor innovation continues to accelerate, application developers know they can rely on Green Hills Compilers to unlock the hardware's full potential and realize maximum performance and functional safety in their next-generation applications. Green Hills Compilers use the most advanced optimizations to maximize your program's performance even within strict size constraints. For example, our CodeFactor™ optimization speeds your program's execution and reduces its size...
  • 2
    NVIDIA HPC SDK
    The NVIDIA HPC Software Development Kit (SDK) includes the proven compilers, libraries and software tools essential to maximizing developer productivity and the performance and portability of HPC applications. The NVIDIA HPC SDK C, C++, and Fortran compilers support GPU acceleration of HPC modeling and simulation applications with standard C++ and Fortran, OpenACC® directives, and CUDA®. GPU-accelerated math libraries maximize performance on common HPC algorithms, and optimized communications...
  • 3
    ccminer

    ccminer

    ccminer

    ccminer is an open-source project for CUDA compatible GPUs (nVidia). The project is compatible with both Linux and Windows platforms. This site is intended to share cryptocurrencies mining tools you can trust. Available open-source binaries will be compiled and signed by us. Most of these projects are open-source but could require technical abilities to be compiled correctly.
  • 4
    Emojicode

    Emojicode

    Emojicode

    Emojicode is an open-source, full-blown programming language, consisting of emojis. As a multi-paradigm language, Emojicode features object orientation, optionals, generics, closures, and protocols. Emojicode compiles native machine code using lots of optimizations that make your code fast. Emojicode comes with a comprehensive set of default packages. And you can easily write your own. We believe that Emojis have expressive force. Let’s use that to make programming more fun and accessible...
    Starting Price: Free
  • 5
    Mako

    Mako

    Mako

    It provides a familiar, non-XML syntax that compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python...
    Starting Price: Free
  • 6
    OpenFaceTracker

    OpenFaceTracker

    OpenFaceTracker

    OpenFaceTracker is a facial recognition program capable to detect one or several faces on a picture or a video, and to identify them via a database. OpenFaceTracker needs OpenCV3.2 and QT4 installed on your machine, you’ve got two options, if you love compiling libraries by hand, please follow build_oft, and installing Opencv and QT using your favorite packaging tool. You can compile OFT as a library or you can compile it as a standalone binary file. You can then open the file and execute...
  • 7
    Telegraf

    Telegraf

    InfluxData

    Telegraf is the open source server agent to help you collect metrics from your stacks, sensors and systems. Telegraf is a plugin-driven server agent for collecting and sending metrics and events from databases, systems, and IoT sensors. Telegraf is written in Go and compiles into a single binary with no external dependencies, and requires a very minimal memory footprint. Telegraf can collect metrics from a wide array of inputs and write them into a wide array of outputs. It is plugin...
    Starting Price: $0
  • 8
    yarl

    yarl

    Python Software Foundation

    ... want to install yarl on another operating system (like Alpine Linux, which is not manylinux-compliant because of the missing glibc and therefore, cannot be used with our wheels) the tarball will be used to compile the library from the source code. It requires a C compiler and Python headers installed. Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.
    Starting Price: Free
  • 9
    Cython

    Cython

    Cython

    Cython is an optimizing static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself. Cython gives you the combined power of Python and C to let you write Python code that calls back and forth from and to C or C++ code natively at any point. Easily tune readable Python code into plain C performance by adding static type declarations, also in Python syntax. Use combined...
    Starting Price: Free
  • 10
    Gitea

    Gitea

    CommitGo, Inc.

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD. Its backend is written in the Go language. It is published under the MIT license. Gitea runs anywhere Go can compile for Windows, macOS, Linux, ARM, etc. Choose the one you love! Simply run the binary for your platform, ship it with Docker, or get it packaged. Gitea has low minimal requirements and can run on an inexpensive...
    Starting Price: $19/month/user
  • 11
    Clojure

    Clojure

    Clojure

    Clojure is a robust, practical, and fast programming language with a set of useful features that together form a simple, coherent, and powerful tool. Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language, yet remains completely dynamic, every feature supported by Clojure is supported at runtime. Clojure...
    Starting Price: Free
  • 12
    Scala

    Scala

    Scala

    Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. The Scala compiler is smart about static types. Most of the time, you need not tell it the types of your variables. Instead, its powerful type inference will figure them out for you. In Scala, case classes are used...
    Starting Price: Free
  • 13
    websockets

    websockets

    Python Software Foundation

    ..., it was the only library to handle backpressure correctly before the issue became widely known in the Python community. Memory usage is optimized and configurable. A C extension accelerates expensive operations. It’s pre-compiled for Linux, macOS, and Windows and packaged in the wheel format for each system and Python version. websockets takes care of everything under the hood so you can focus on your application!
    Starting Price: Free
  • 14
    NumPy

    NumPy

    NumPy

    Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today. NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more. NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries. The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled...
    Starting Price: Free
  • 15
    Zen Protocol

    Zen Protocol

    Zen Protocol

    ... than ever before. Advanced security techniques like formal verification are made natural with our sophisticated tools. By not needing to account for gas there is no need for a VM, smart contracts can be compiled and processed in parallel, resulting in lower costs for the end users. Creation of financial instruments at a fraction of the cost. Customization of financial instruments to your needs. Unique traditional financial products for low-cap markets.
  • 16
    OpenJDK

    OpenJDK

    Oracle

    ... an existing component, or define a new feature. OpenJDK provides source code that developers can use to build their binaries. Consequently, users are responsible for compiling the code and generating the Java runtime tailored to their specific platform. The JDK is a complex software project. Building it requires a certain amount of technical expertise, a fair number of dependencies on external software, and reasonably powerful hardware.
    Starting Price: Free
  • 17
    JAX

    JAX

    JAX

    ​JAX is a Python library designed for high-performance numerical computing and machine learning research. It offers a NumPy-like API, facilitating seamless adoption for those familiar with NumPy. Key features of JAX include automatic differentiation, just-in-time compilation, vectorization, and parallelization, all optimized for execution on CPUs, GPUs, and TPUs. These capabilities enable efficient computation for complex mathematical functions and large-scale machine-learning models. JAX also...
  • 18
    CodeMeter

    CodeMeter

    Wibu-Systems

    ... and frontend tools for license management, augmented by professional services. CodeMeter License Central is the versatile gateway to license creation, delivery, management, and monitoring across the complete license lifecycle. The integral CodeMeter Protection Suite comprises a suite of tools that automatically encrypt the compiled code to protect software from piracy, counterfeiting, reverse engineering, and tampering.
  • 19
    Sassafras AllSight

    Sassafras AllSight

    Sassafras Software

    .... Highly automated, with Active Directory integration and product normalization, you can get comprehensive statistics about your entire IT estate with very little set-up time required. Our cloud-based product recognition service takes a vast array of raw program data and compiles it into a detailed product inventory. Our full-featured IT Asset Management and license management suite is now known as Sassafras AllSight.
  • 20
    FreeRTOS

    FreeRTOS

    FreeRTOS

    ... footprint, and wide device support, the FreeRTOS kernel is trusted by world-leading companies as the de facto standard for microcontrollers and small microprocessors. With detailed pre-configured demos and Internet of Things (IoT) reference integrations, there is no need to determine how to setup a project. Quickly download, compile, and get to market faster. Our partner ecosystem provides a breadth of options including community contributions and professional support.
  • 21
    Caddy

    Caddy

    Caddy

    Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more. Its modular architecture means you can do more with a single, static binary that compiles for any platform. Caddy runs great in containers because it has no dependencies—not even libc. Run Caddy practically anywhere. Caddy obtains and renews TLS certificates for your sites automatically. It even staples OCSP responses. Its novel...
  • 22
    Vue.js

    Vue.js

    Vue.js

    Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Truly reactive, compiler-optimized rendering system that rarely requires manual optimization. A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework. Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you...
  • 23
    Svelte Native

    Svelte Native

    Svelte Native

    ... NativeScript. Where other JavaScript mobile development frameworks like React Native and NativeScript-Vue do the bulk of their work on the mobile device, Svelte Native shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the native view widgets when the state of your app changes.
    Starting Price: Free
  • 24
    Svelte

    Svelte

    Svelte

    Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes. We're proud that Svelte was recently voted the most loved web framework with the most satisfied developers in a pair...
    Starting Price: Free
  • 25
    Corona

    Corona

    Corona Labs

    ... network. It's like magic. From bleeding-fast OpenGL graphics to the lightweight scripting power of Lua, Corona is optimized for performance at every core level. With Corona, your apps are automatically compiled at build time, streamlined for performance and stability. Corona's source code is now open for developers to add features to that they need and even contribute back to the core product.
    Starting Price: Free
  • 26
    Visual Basic

    Visual Basic

    Microsoft

    ...-source development platform for building many kinds of apps. With .NET, your code and project files look and feel the same no matter which type of app you're building. You have access to the same runtime, API, and language capabilities with each app. A Visual Basic program is built up from standard building blocks. A solution comprises one or more projects. A project in turn can contain one or more assemblies. Each assembly is compiled from one or more source files.
    Starting Price: Free
  • 27
    Synergy DBL

    Synergy DBL

    Synergex

    ... (including XML, HTTPS, SSL, and ActiveX) that allow you to interface with third-party applications and data. The multi-pass Synergy DBL compiler supports strong prototyping and other strict error-detection features. Synergy DBL for .NET enables you to create Synergy libraries and applications that run natively in the .NET framework, then extend your applications by taking advantage of .NET Framework libraries and third-party controls and interoperating with applications written in other languages.
    Starting Price: Free
  • 28
    Go

    Go

    Golang

    ... started on a new project or brush up for your existing Go code. An interactive introduction to Go in three sections. Each section concludes with a few exercises so you can practice what you've learned. The Playground allows anyone with a web browser to write Go code that we immediately compile, link, and run on our servers.
    Starting Price: Free
  • 29
    Karate

    Karate

    Karate

    Karate is the only open-source tool to combine API test automation, mocks, performance-testing and even UI automation into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral and easy for even non-programmers. Assertions and HTML reports are built-in, and you can run tests in parallel for speed. There’s also a cross-platform stand-alone executable for teams not comfortable with Java. You don’t have to compile code. Just write tests in a simple, readable...
    Starting Price: Free
  • 30
    Intel oneAPI HPC Toolkit
    ... for Python*, the Intel® oneAPI DPC++/C++ C¿compiler, powerful data-centric libraries, and advanced analysis tools. Get what you need to build, test, and optimize your oneAPI projects for free. With an Intel® Developer Cloud account, you get 120 days of access to the latest Intel® hardware, CPUs, GPUs, FPGAs, and Intel oneAPI tools and frameworks. No software downloads. No configuration steps, and no installations.
  • Previous
  • You're on page 1
  • 2
  • Next