Showing 35 open source projects for "emulate"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 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.
    Get free CRM
  • 1
    xManager

    xManager

    Ad-Free, New Features & Freedom

    xManager supports Android. Chrome OS and Windows 11 now have Android support so xManager technically works there (and any system that can emulate Android). There are no current plans to natively support Windows, MacOS, Linux, etc. Android devices have CPUs. Merged is a combination of Armeabi-v7a and Arm64-v8a architecture. Armeabi-v7a is the modern arch that supports floating point operations, and a multi-threading safe is used on multi-cpu devices. It is also 32-bit. If you are determined...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 2
    Radare2

    Radare2

    UNIX-like reverse engineering framework and command-line toolset

    .... Assemble and disassemble a large list of CPUs. Runs on Windows and any other UNIX flavor out there. Analyze and emulate code with ESIL. Native debugger and GDB, WINDBG, QNX, and FRIDA. Navigate ASCII-art control flow graphs. Ability to patch binaries, and modify code or data. Search for patterns, magic headers, and function signatures. Easy to extend and modify. Commandline, C API, script with r2pipe in any language.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 3
    bufferline.nvim

    bufferline.nvim

    A snazzy bufferline for Neovim

    A snazzy buffer line (with tab page integration) for Neovim built using Lua. This plugin shamelessly attempts to emulate the aesthetics of GUI text editors/Doom Emacs. It is advised that you specify either the latest tag or a specific tag and bump them manually if you'd prefer to inspect changes before updating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Qiling

    Qiling

    Qiling Advanced Binary Emulation Framework

    Cross-platform and multi-arch ultra lightweight emulator. Supported OS: Linux, MacOS, Windows, FreeBSD, DOS and UEFI. Support Arch: x86(16/32/64), ARM(64) MIPS, EVM and WASM. It also support Linux Kernel Module(.ko) , Windows Driver(.sys) and MacOS Kernel(.kext) via Demigod. Binary instrumentation and API are Qiling Framework's main focus and priority. It is designed for reverse engineers - thus there is no need to rebuild another sand boxing tool. Using Qiling Framework saves you time. The...
    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
  • 5
    AWS Lambda Runtime Interface Emulator

    AWS Lambda Runtime Interface Emulator

    Proxy for Lambda’s Runtime and Extensions APIs

    ... simplifies running your application on additional computes. You can include the Lambda Runtime Interface Emulator in your container image to have it accept HTTP requests instead of the JSON events required for deployment to Lambda. This component does not emulate Lambda’s orchestrator, or security and authentication configurations. You can get started by downloading and installing it on your local machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    phantomas

    phantomas

    Headless Chromium-based web performance metrics collector

    ... code of the page phantomas is run against (thanks to helper functions available in window.__phantomas). Device profiles allow phantomas to emulate mobile or tablet (by setting a proper user agent and viewport). phantomas comes as a CommonJS module that you can use in your nodejs projects. Use grunt to automate daily dev tasks, including your's application web performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    libjpeg-turbo

    libjpeg-turbo

    SIMD-accelerated libjpeg-compatible JPEG codec library

    libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals...
    Leader badge
    Downloads: 87,659 This Week
    Last Update:
    See Project
  • 8
    Serverless Next.js Component

    Serverless Next.js Component

    Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components

    ... version of the serverless plugin which focuses on addressing core issues like next 9 support, better development experience, the 200 CloudFormation resource limit and performance. Users of this component should be able to use Next.js development tooling, aka next dev. It is the component's job to deploy your application ensuring parity with all of next's features we know and love. We try to emulate all or most of the routing and server-side logic from Next.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    EDITEL

    EDITEL is a screen editor/code generator for GnuCOBOL programmers

    One of the hardest things to do when coding with COBOL is translating a screen design into code. The process may take hours, not to say days. In my old BLIS-COBOL, COBOL 74 and COBOL 80 /85 days (and those last 2 had the SCREEN SECTION which helped a lot !), I recall spending a significant amount of time dedicated to that activity. Time that could be used for more productive activities like coding and resolving bugs, for instance. Having said that, I developed a Screen Editor (similar to a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    Triton

    Triton

    Triton is a dynamic binary analysis library

    Triton is a dynamic binary analysis library. It provides internal components that allow you to build your program analysis tools, automate reverse engineering, perform software verification or just emulate code. Linux, Windows and OS X compatible. You can directly compile source code from our Github repository. The Triton library is Linux, Windows and OS X compatible. A potential way to getting started is to see our Python examples already bootstrapped.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GoReplay

    GoReplay

    The Swiss Army knife for testing and monitoring

    ..., monitoring and detailed analysis. You can trust GoReplay to accurately emulate production environments so you can make changes and deploy with confidence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HTTP Test Tool
    httest is a script based tool for testing and benchmarking web applications, web servers, proxy servers and web browsers. httest can emulate clients and servers in the same test script, very useful for testing proxys.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    XPL PDP-10

    XPL PDP-10

    XPL compiler for the PDP-10

    This is an XPL compiler for the PDP-10 written by Richard L. Brisbey II and R. H. Hey in the mid 70's. This compiler was released into the public domain through DECUS. This source repository includes all the source and text files from the original DECUS release tape plus a port of the compiler that will run on more modern computers. The compiler port requires 64-bit hardware which is used to emulate the 36-bit data word of the PDP-10.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Advanced 3d Perspective Distortion

    Advanced 3d Perspective Distortion

    Uses matrix3d perspective distortions to create 3d scenes

    Create a unique parallax environment to show off your work. I've always been a big fan of using subtitle 3d effects to give depth to UI and images. Ever since laying my eyes on the [26000 Vodka] (http://26000.resn.co.nz/flash.html) website many years ago, I've wanted to create something that can emulate that same kind of depth, without using cumbersome flash to do it. This plugin allows you to (currently) do full-page 3d perspective transforms base on mouse position. There are a lot of options...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Medium.js

    Medium.js

    A tiny JavaScript library for making content editable beautiful

    Medium.js keeps HTML code within content editable semantic, simple, and clean. Medium.js also supports placeholders, automatic HR (or BR, or P) creation, events, hotkeys, simple & complex element injection, and more! Medium.js is html5 compliant and has been tested in Firefox, Chrome, Safari, Opera, & IE8+. Browser support is constantly improving! This script is inspired by Medium's beautiful content editor, something we have aspired to emulate since its inception. Much more expressive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jsMultiCalendar JS script

    jsMultiCalendar JS script

    Free javascript calendar for date picking

    jsMultiCalendar is a free javascript used to emulate a calendar (for data picking). It is optimized to provide high speed of execution, flexibility and aesthetics. Parameterization is very simple, colors change can be quick done in CSS. Here are seven key features that differentiates this from similar script: It is multilingual, it can dynamically select one of six languages. It allows dynamic formatting of data display depending on the context. You can automatic close...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The DPA Toolset allows defining subsets of an XML Schema (profiles), definition of concrete profile documents, can monitor the exchange of those documents as SOAP web services, and emulate SOAP endpoints if needed. Cable-industry specific license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Network Emulator

    Distributed Network emulation tool for high rate packet

    I need your help: In order to make this framework easier and more useful, I need your contribution. The idea behind this framework is to develop a GUI like GNS3 and make this framework more stable. So if you are interested and have C/C++ programming skills, please contact me at zahid.med@gmail.com This framework allows to emulate a network by managing ethernet packets coming from two kind of interfaces: UDP and virtual network card. This tool is similare to dynamips (GNS3) but it can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Machine Instructions Engine

    Assembler, Disassembler, Processor Emulator

    Machine Instructions Engine is the engine that can disassemble instruction, disassemble its length, assemble instructions and emulate device(processor). The engine will support Intel and AMD instructions. For now length disassembling and Intel instructions only are supported. This project is intended to be as separate library. Also you can use sources to use this engine in your projects directly. This is my first public project so if you send me advices about how to improve this project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NeuroKiwi is the application of the Associative Model (AM, previously dubbed AMDroid), being a model storing relational change-detections. The application tries to emulate ground-up knowledge accumulation with limited or no prior knowledge of shapes or patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BAWN stands for Browser-like Automated Web Navigation and is a simple language which intends to make automated web browsing easier. It describes steps that an interpreter should follow in order to emulate a human-like navigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project is created mainly to emulate those structures (features) not included in a wide range of object oriented languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is a framework of a windows-like system on browser based on JavaScript. The purpose of the project is to emulate a simple windows system on browser. In other words, this project is trying to emulate a C/S client on a B/S environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Playputer SDK is open source C/C++ framework whose purpose is to help development of virtual machine libraries for playing casual games.These libraries emulate classic home computers, video game consoles,and other hardware or software systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a simple Java application which can be used to emulate the speed of internet connection with a local server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next