Showing 187 open source projects for "using"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1

    Eclipse and Java Video Tutorials

    Video tutorials for learning Java OOP programming with Eclipse.

    Free video screencam tutorials for Eclipse and Java. Includes "Eclipse and Java for Total Beginners", "Using the Eclipse Workbench", "Introducing Persistence", and "Using the Debugger". Intended for beginning and intermediate users and programmer. You can view the Total Beginners tutorials on Youtube at https://www.youtube.com/playlist?list=PLv6UtFrA7VEu4PtzJaGHHSeZBi6mdJtwv. You can read descriptions and download all of the tutorials at http://eclipsetutorial.sourceforge.net.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    As of version 2.0 of De MonsterDebugger we are no longer using Sourceforge for distribution. Please go to http://www.deMonsterDebugger.com for the latest updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OgreSocks is an OO wrapper around WinSock (the Windows Sockets dll), aimed at applications built using Ogre, the OO Graphics Rendering Engine (www.ogre3d.org). OgreSocks is released under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Spine provides a means of using inversion of control(dependency injection) techniques to create a multi tier application by using a generic model to instantiate java classes specified in configuration along a defined process flow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 5
    PhARoS Ain't a Rocket Science. It is a PHP Library to generate an SQL queries using simple method calls. Unlike Propel, and Doctrine; it provides user with a minimal set of function calls to get the queries generated. Contributors: Saad
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Janus Symbian Engine is a local http server (for Flash Lite) for Smartphones (S60), which allows developers to create engaging Flash Lite applications. It allows you to extend Flash Lite functionalities using simple local http calls (es. loadvariables)!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Really Easy Java XML Binding (RE-JAXB) is a way to map XML to plain old Java objects and back to XML, without using beans, without external binding definitions, without manually mapping values, and without the use of XSD files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TenneySoftware Libraries contain a set of useful functions and extensions used by myself that I have chosen to make available to the public. Part of the project will include N-Body simulation using a variety of integrator methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    python-certtool is tool to generate SSL certificates using gnutls
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Parking is a simple and easy-to-use web framework. It aims to build web applications rapidly. Parking includes two parts: 1) a tiny MVC framework using Java for server-side; 2) an object-oriented component library using Javascript for client-side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    mda4eclipse is a domain-driven and model-driven development eclipse plugin. Its purpose is to present a way of using different project sites to work together and establish a shared development environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    STLshm provides an C++ STL Allocator implementation for creating and using STL containers (and any other allocator aware types) in shared memory regions. It supports multiple shared region implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A simple to use framework to develop a webapplication with PHP. The framework supported the developer of recurrent tasks for example using several languages, central logsystem, manage formulars and more. Documentation and support is available in german.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GCSTL is a port of the C++ Standard Template Library to the C programming language. This library is for developers that desire the functionality of lists, stacks, queues, sets, or maps when using the C programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python port of Platform LSF API using swig. Access is provided directly to the API call in addition to server Object classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BeanReader is a tool that uses annotations on Java classes to extract objects from XML documents. The annotations indicate (using XPaths) where in the document the object's properties are represented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Uma API de C++ multi-plataforma que fornece fácil acesso à porta paralela. Com ela o desenvolvedor não se preocupa com inversões de bits e como o sistema lida com a porta. English: A C++ API for using the PC parallel port written in BR Portuguese
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    `ABL' is a basic flexible abstract list library defined using C preprocessor. It allows you to define linked lists of arbitrary types very easily. You also can use it as stacks and queues. You can easily define complicated types like list of lists etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ProForma is a fully object-oriented PHP5 library for building and managing XHTML forms. It provides a standard API for form creation, validation, auto-fill, and more. The XHTML output is standards compliant and highly skinnable using CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The C# XMP Toolkit is a wrapper for Adobe's XMP Toolkit and will allow you to add, modify and/or delete XMP using any .NET 2.0 Application (ie. C#, VB.NET, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Design by Contract allows a programmer to document a function/class with statements describing behavior. Metacontract implements the PEP-0316 related to this feature for the Python language using meta classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RB ReportPage is a RealBasic class to simplify generating reports. This project provides a GUI based layout method using the RealBasic IDE. Designed to support a single page printout this project is best suited for invoice style reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gnumler is a "mapping framework". It is able to generate Hibernate xml mapping using a GUI, importing data from database or creating it via the embedded editor. It was born as a thesis project at Politecnico di Milano.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A one file PHP 5.2.x web development framework built on the o.php libraries and using the JSON Template engine. The complete system weighs in at 50KB and gives you the tools to make simple sites quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Multiplatform Extreme Programming Software Development Tool using FreePascal.
    Downloads: 0 This Week
    Last Update:
    See Project