Showing 153 open source projects for "fly"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    Java based generic scripting engine with dynamic language features. Syntax is also based on the Java language and works transparent with Java VM in that it locates classes on the fly and can also compile .java files in runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PipeX project's goal is to provide developers with set of flexible stream pipes which can combine in different order to achieve desirable output (i.e. compress/uncompress, encrypt/decrypt and etc.) on fly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Dysh project provides a set of JavaScript functions that allows the highlight of source code in many programming languages on the fly, and enables customization of your highlight scheme through CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KAGEfx is a framework to load shader programs based on the OpenGL Shading Language contained within an XML file that holds descriptive metadata about the shader and to replace shader modules on the fly with respect to their level-of-detail metadata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 5
    This is a dynamic slicing tool for Java programs. The tool modifies the Kaffe virtual machine to collect the execution trace, and compress the trace on-the-fly. Please proceed to the tool's website http://jslice.sourceforge.net/ for download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Profiler4j is a simple-to-use CPU profiler for Java that supports remote profiling and on-the-fly configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A configurable layout for Java Swing that uses XML to describe the layout of components in a panel. It allows the developer to describe robust layouts of components on the fly and in a runtime executable fashion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Quellism is an object-oriented IRC bot framework, using the CPAN module POE::Component::IRC. It features configuration files, authentication system, on-the-fly operator status/blacklists, and has a channel linking system which supports unlimited channels!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Using this package you can develop easily a multi-lingual application which supports on-the-fly locale switching. It also provides a tool for creating and translating language files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 10
    The OOParLib (Object Oriented Parser Library) is a C++ library for dynamical construction of parser objects (possibly on the fly) through the combination of various tokenizing objects by the help of operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JavaScript abstract class to manipulate (insert, delete, move) unlimited number of similar dynamic HTML form fileds on the fly (without submitting the form). Useful for CMS, table sheets of undefined number of lines or columns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Web & Tool to generate dynamic charts on the fly. Component written in PHP + GD, generates graphs in PNG format, at the moment exist Percentage, Bars and Pie styles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Class viewer tool. Give a class name and the tool draws its diagram on the fly. For java and C++. Highly interactive, all types found in the class might be filtered or act as link (see Screenshots). Useful also to quickly find and access source files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java Mechanic can modify public, private and protected fields and activate methods of live running apps. Also decompiles,or saves any objects or source code. Using a built in java code interpreter, objects can be created on the fly. Contains many tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    http://chuck.cs.princeton.edu/ --- ChucK is a new programming language for real-time audio synthesis, composition, and performance. It supports concurrency, powerful/precise control over time, and the ability to add, remove, and modify code, on-the-fly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Jura is a programming language which is also a structured data language - think XML for source code. Jura supports generics, transforms and on-the-fly language extensions. The project aim is to create a Jura compiler in Java and then port it to Jura.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SimpleScript is a simple programming tool for scripting languages (Perl, PHP, Python, Ruby, TCL) written in Obj-C/Cocoa. It can be used by experienced developers to write and test on the fly small routines, and is a good solution for educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Ziling is a universal PHP Chinese Encoding Conversion Tool with smart browser detection and very easy installation. Ziling does a transparent GB-BIG5, BIG5-GB conversion on the fly and make your site readable for both encoding system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Mercury MUD driver is a C++ network server for extensible text-based multi-user role playing games. Players can extend the game world on the fly (even while the game is running) via a simple object-oriented C-like language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Command line XML parser using "expat" libraries allowing you to on the fly extract / add / modify / delete / split / format / unformat / count tag value, name and attributes. Usefull for shell scripting on UNIX or Linux based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project lets you create java Classes on-the-fly at runtime, with any superclass, interfaces and methods you like. Great for creating JavaBeans from dynamic data! Similar to java.lang.reflect.Proxy but more powerful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WebApp Generator is a JavaScript and PHP application generating your hit counter, guestbook, mailing list, formmail, forum, and many other web applications on the fly. Save your time to code or pay no more for a programmer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is an RDF editor written in Java(Swing) and uses xerces. Using this editor it will be very easy to write RDF documents and then generate reports. It will have support to generate reports on the fly using ARP: Another RDF Parser based on Jena . It wi
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A PHP script which converts jpeg-files to Macromedia Flash (.swf) format on the fly. This script does not need any other modules (like "libswff"). SWF is the file format used by Macromedia Flash to deliver graphics, animation and sound to users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The TechTrader Bytecode Toolkit is a high-level set of APIs for manipulating java bytecode. It is primarily targeted at making runtime and/or compile-time enhancements to existing java classes, or creating new java classes on the fly.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo