Showing 26 open source projects for "sandbox linux"

View related business solutions
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Iced-Latte

    Iced-Latte

    Online Marketplace for coffee retail (Backend)

    Iced-Latte (Backend) is a non-profit sandbox project where a team of IT enthusiasts are working on creating a modern marketplace for selling coffee in order to pump up their soft and hard skills and have fun working on an interesting project. It's crucial to note that we operate without financial support from any party, and we don't compensate anyone financially either. Our efforts are fuelled solely by passion and dedication. A framework for creating dynamic client-server applications,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fetch for Android

    Fetch for Android

    The best file downloader library for Android

    Fetch is a simple, powerful, customizable file download manager library for Android. Simple and easy to use API. If you are saving downloads outside of your application's sandbox, you will need to add the following storage permissions to your application's manifest. For Android SDK version 23(M) and above, you will also need to explicitly request these permissions from the user. Continuous downloading in the background. Concurrent downloading support. Ability to pause and resume downloads....
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    JVM Sandbox

    JVM Sandbox

    Real-time non-invasive AOP framework container based on JVM

    JVM sandbox container, a JVM non-invasive runtime AOP solution. Real-time non-invasive AOP framework container based on JVM. Dynamically enhance the class you specify, get the parameters and line information you want, and even change the method execution. JVM-SANDBOX (sandbox) implements an AOP solution that does not restart or invade the target JVM application. Static knitting occurs when the bytecode is generated, and the AOP bytecode is inserted into the target class and method in advance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    aiode

    aiode

    Discord bot that plays Spotify tracks and YouTube videos or any URL

    Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams. Play and search Spotify tracks and YouTube videos or playlists or play any URL including Soundcloud links and Twitch streams. Create cross-platform playlists with tracks from any source. Simple and customizable player commands. Create custom command presets as shortcuts for your most used commands. Adjustable properties for even deeper customization. Sign in to Spotify to play...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    Simplify virtually executes an app to understand its behavior and then tries to optimize the code so that it behaves identically but is easier for a human to understand. Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    D7 SMS - Java SDK

    D7 SMS - Java SDK

    Java SDK for sending SMS via D7 SMS

    D7 SMS allows you to reach your customers via SMS over D7's own connectivity to global mobile networks. D7 provides reliable and cost-effective SMS services to businesses across all industries and aims to connect all countries and territories via direct connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Synthclipse

    Synthclipse

    GLSL shader prototyping tool based on Eclipse IDE.

    Synthclipse is a GLSL shader prototyping tool. It makes possible to fast develop all kinds of shaders: Fragment (FS), Vertex (VS), Geometry (GS), Tessellation (TS) and Compute (CS). Shader development can be done using, compatible with Fragmentarium and Shadertoy (but limited to FS and VS), Fragx shaders or by using fully featured JavaScript JSX scripts. The JSX API is consistent with WebGL but in fact exposes complete OpenGL 4+ API. To install Synthclipse one can download prepacked...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Minecraft (Linux)

    Minecraft (Linux)

    Minecraft launcher

    Downloads: 15 This Week
    Last Update:
    See Project
  • 9
    Minecraft by zyczu

    Minecraft by zyczu

    Minecraft launcher

    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10

    Conges : web based vacation management

    Conges is a web based vacation management software (java inside).

    Conges is a vacation management JAVA WebApp. Its purpose is to provide to employees and supervisors a tool to set vacation period (for employees) and to modify or delete vacation period for supervisors. Each employee belongs to a team managed by a supervisor. All teams are managed by a super supervisor. Each supervisor can see a Gantt diagram resuming vacation periods of his team. A special profile is admin, this profile allows to set the initial parameters of the webapp such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    java-sandbox

    Securly execute untrusted code from within your application.

    The java-sandbox allows you to securely execute untrusted code (for example, user generated scripts in scripting languages such as groovy or rhino) from within your application. It allows you to specify resources and classes that may be used by the code, thus, separating the execution from the application's execution environment. It allows to wrap execution environments in threads or even execute them remotely on different jvms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    some code snippets, my sandbox moved to github: https://github.com/binfalse/stuff see:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Java Sandbox Library

    Runs untrusted code in a safe, sandboxed environment easily.

    This library helps developers easily run untrusted code in a safe, sanboxed environment. It's easy to use and is similar to Java's existing "AccessController.doPriviledged()" methods, so users who are familiar with the standard Java class will already be able to use the library. It is extremely customizable, so you can fine-tune exactly which permissions you wish to grant your untrusted code. It also includes many classes to to the hard work for you and has support for multi-threaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    xSonify

    Java-based sonification data analysis

    xSonify is a Java-based sonification data analysis prototype for displaying science data as sounds, with an emphasis on supporting visually-impaired researchers. Alternatives include Sonification Sandbox <http://sonify.psych.gatech.edu/research/>, MathTrax and Earth Plus <http://prime.jsc.nasa.gov/>, Sonifyer <http://www.sonifyer.org> and SoniPy <http://sourceforge.net/projects/sonipy/>. More at the main forum for sonification, ICAD <http://icad.org>
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Daniel Farinha's personal open source repository. This is the place for Dan's sandbox, small utilities, libraries, and other personal projects at incubation stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Jalapa is an extension to the security model of Java, that allows for specifying, analysing and enforcing history-based usage policies. Programmers can sandbox an untrusted piece of code with a policy, enforced at run-time through its local scope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a sandbox for playing with Java swing's synth look and feel. This project is not to be released separately, its a reference to help other developers to get started with synth, which obviously misses good documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JavaSSS (Safe Secure, SandBox) is an update for Suns jdk. This update makes java more secure using only a properties file. Settings include max storage, # of files, # of threads, library & native methods. Host control, limit socket speeds, & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ADeLa is a scripting language with a python-like syntax, designed for easy embedding into java applications to drive all or part of the application logic. ADeLa scripts run in a sandbox into which only the desired functionality is exported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hammerfest packages various tools and contributions to existing Java/J2EE frameworks. Initial goal is to store reusable code designed on existing frameworks (struts, spring...) that may help building an application quicker / easier. It is also a sandbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Circuit Sandbox

    Visually build and simulate boolean logic circuits

    Visually build boolean logic circuits and then simulate their operation. Create custom components from user-designed circuits. Written in Java for cross-platform functionality. NOTE: This project has moved to Bitbucket at http://bitbucket.org/kwellwood/circuitsandbox
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    Pattern Sandbox is a small utility for visually testing and practicing regular expressions by highlighting matching text. It specifically uses the java.util.regex library which has a similar syntax to Perl5 regular expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a framework to develop Contexts and Agents and a Container to run them. The Container lets each Agent interact with the Context and other Agents. The agents are deployed in jar files and each one runs in an exclusive sandbox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    sandbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A high-quality JNLP client that can also be used as a component to provide applications with Java Network Launching Protocol features and support. Netx downloads code over the network, caches it, and runs it in a secure sandbox environment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB