Search Results for "runtime library" - Page 7

Showing 328 open source projects for "runtime library"

View related business solutions
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1

    JILRuntime/JewelScript

    An object-oriented script language to embed in any application

    A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Operating Systems: From 0 to 1

    Operating Systems: From 0 to 1

    A book to gain the foundational knowledge to write operating systems

    This book helps you gain the foundational knowledge required to write an operating system from scratch. Hence the title, 0 to 1. After completing this book, at the very least you will learn how to write an operating system from scratch by reading hardware datasheets. In the real world, it works like that. You won't be able to consult Google for a quick answer. A big picture of how each layer of a computer is related to the other, from hardware to software. Write code independently. It's...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    A simple library aimed at determining CPU features, specs and related OS properties in an easy and unified way, among a wide range of CPUs and OSes. Developers can use it as information (eg log/debug), and to select optimum codepaths at runtime.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    perftence

    perftence

    A fluent language to write perftences

    Performance test engine written in Java and exposed as a fluent API for writing JUnit tests. Perftence can also be used without JUnit by using perftence-api distribution package. Full test results are provided in html, which can published directly with different CI's (e.g. Jenkins/Hudson). Runtime test statistics are also provided through logging (e.g. using slf4j-log4j and log4j). Pertence tool can also be used for finding out threading issues. Just write a test that uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build enterprise-ready GenAI experiences with MongoDB Atlas Icon
    Build enterprise-ready GenAI experiences with MongoDB Atlas

    Combine the power of Google Cloud's robust infrastructure with the flexibility and scalability of MongoDB Atlas.

    MongoDB Atlas is a unified developer platform that enables you to confidently accelerate the deployment of GenAI-powered applications. Additionally, when purchased on Google Cloud Marketplace, you pay for only the resources you use with no upfront commitment.
    Get Started
  • 5

    Cortex GNAT Run Time Systems

    Supports writing Ada software for Cortex-M3, M4F boards

    DEVELOPMENT OF THIS PROJECT HAS MOVED TO GITHUB, at https://github.com/simonjwright/cortex-gnat-rts This project contains various GNAT Ada Run Time Systems (RTSs) targeted at Cortex boards: so far, the Arduino Due (http://www.arduino.org) and the STM32F4-series evaluation boards from STMicroelectronics (http://www.st.com). It is intended that releases will allow the development of proprietary software (by the use of the GCC Runtime Library exception for project-developed code, and by only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MoonSharp

    MoonSharp

    An interpreter for the Lua language, written entirely in C#

    A complete Lua solution is written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms. Support for the complete Lua standard library with very few exceptions (mostly located on the 'debug' module) and a few extensions (in the string library, mostly). Supports dumping/loading bytecode for obfuscation and quicker parsing at runtime. An embedded JSON parser (with no dependencies) to convert between JSON and Lua tables. Easy opt-out of Lua standard library modules to sandbox what...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CuteReport

    CuteReport

    Qt based report solution

    CuteReport is a report solution like Jasper Report, Crystal Reports or FastReport, but based on Qt framework. It can be easily used with any Qt application. In general, CuteReport consists of two parts: core library and template designer. Both are totally modular and theirs functionality can be easily extended by writing additional modules. It's totally abstract of used data and can use as storage: file system, database, version control systems, etc. The project's goal is to provide powerful...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    jScrawl

    jScrawl

    A runtime bean scripting library

    jScrawl provides easy way to export beans and other entities into jScrawls domain (a namespace) and use a simple scripting language at runtime to execute against. Easily evaluate expressions (as runtime strings) or execute statements such as assignments which modify backing beans at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Kovenant

    Kovenant

    Kovenant. Promises for Kotlin

    The easy asynchronous library for Kotlin. With extensions for Android, RxJava, JavaFX and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10
    BeepBeep
    Lightweight runtime monitor for AJAX web applications that checks in real time whether XML messages received and sent by the application satisfy a predefined interface specification. Complex message sequences and data values are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    NConcern

    NConcern is a .NET Runtime AOP (Aspect-Oriented Programming) Framework

    NConcern is a .NET AOP (Aspect-Oriented Programming) Framework written in C# and based on code injection at runtime that reduces tangling caused by cross-cutting concerns. Its role is to introduce AOP paradigm with a minimum cost to maximize quality and productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    JavaClassProfiler

    Java class profiler

    Minimalistic java profiler using instrumentation and asm libs to preform a measure of the time spent by methods. Mesure is efficient until the micro second and very realistic on milli second. The ui allows exports, remote connection and multiple connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java Process Utils (Forker)

    Java library for better control of external processes

    Forker is a Java library that provides you with better control over external processes and provides a replacement for ProcessBuilder. There are essentially 3 major components to the library: ForkerClient to replace ProcessBuilder simply build a process and let Forker deal with checking the exit code and redirecting or capturing standard output. Commands can be run as the current user or as administrator. Forker Daemon can be used to reduce forking costs on Linux, by starting a separate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    netcorlib

    netcorlib

    Comprehensive Networking Library for the .NET Framework

    The Much-Needed Networking Library for the .NET Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Compile your clarion source code into java runtime environment. Includes the compiler, 100% java based runtime implementation of the clarion runtime environment and other miscellaneous tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ICon (Input Configurator) is a Java-based system for managing input devices and building advanced interaction techniques using a dataflow model. It contains a runtime engine, a rich library of input devices, several processing modules and a visual editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cello

    Cello

    Higher level programming in C

    Cello is a library that brings higher level programming to C. By acting as a modern, powerful runtime system Cello makes many things easy that were previously impractical or awkward in C such as generic data structures, polymorphic functions, interfaces / type classes, constructors / destructors, optional garbage collection, exceptions, and reflection. And because Cello works seamlessly alongside standard C you get all the other benefits such as great performance, powerful tooling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java Call Trace to UML Sequence Diagram
    This tool helps you to reverse engineer UML Sequence Diagram for your java program at runtime. It works well with both complex java programs (that have multiple threads) and J2EE applications deployed on Application Servers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Cross-Platform Message Queue

    A cross platform message queue (IPC)- This is part of boost library

    This a library that can be used for inter-process communication. It implements a cross-platform message queue. This library was extracted from boost library and it is headers only , so it does not need linking with any library at runtime. (I removed boost autolinking)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Metawidget
    Metawidget is a smart User Interface widget that populates itself, at runtime, with UI components to match the properties of your business objects. Supports Swing, Java Server Faces (JSF), GWT, Spring, Struts, Android, Hibernate, Groovy, JPA and more
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    node.pas

    Server-side develop with Free Pascal and Libuv

    Open-source, cross-platform runtime environment for developing server-side web applications with Free Pascal. Uses Libuv's event-driven, non-blocking I/O model. Libuv works as a shared library here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DynamicJasper is an API that hides Jasper Reports complexity, it helps developers to create reports directly from Java (at runtime!). This project is made from Argentina to the world.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    xCover is a C/C++ library that uses low-impact syntactic signalling to detect code coverage in a code base at runtime
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Concurrent Object-Oriented Language

    An object oriented language for concurrent software development

    ... the interpreter to improve runtime performace. - Implementation of a Hotspot-Compiler for translating byte-code to x86 machine-code for native execution. - Overall optimizations of the runtime library. Supported platforms: - Windows 7 or above (32/64 bit) - x86 processor architecture COOL is designed and developed by Christian Weis since 2006. Development haltet as of 06/2015 indefinitely.
    Downloads: 0 This Week
    Last Update:
    See Project