Showing 33 open source projects for "up to"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    COLA

    COLA

    Clean object-oriented & layered architecture

    COLA is the abbreviation of Clean Object-Oriented and Layered Architecture, which stands for "Clean Object-Oriented and Layered Architecture." At present, COLA has developed to COLA 4.0. COLA is divided into two parts, COLA architecture and COLA components. The meaning of architecture is the structure of elements. The COLA architecture was born for this purpose, and its core responsibility is to define a good application structure and provide the best practice of the best application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    LMCirclepopup

    Simple delphi 7 and up circle popup

    Simple delphi 7 and up circle popup very basic, but maybe someone can use it :) works on Delphi 7 and 11.3 here. IF anyone has ideas to make it better, feel free :) DO whatever you like with it part of MEDiA Revolution X Mediaplayer freeware: https://lamita.jimdosite.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    LaMita MediathekView

    Delphi 11.3 and up Component to search in german mediatheques and more

    Delphi 11.3 and up Component to search whole database of https://mediathekviewweb.de/ and archive.org and jamendo.com to get urls and data for audio/video files :) Enjoy :D ----latest Changes v 0.3 -added search in jamendo.com with apikey v 0.2 -added search in archive.org part of MEDiA Revolution X Mediaplayer freeware: https://lamita.jimdosite.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ...Johnny PHP class library is a collection of PHP classes designed to simplify and automate the work of the web programmer, allowing the use of a single programming language (PHP) instead of mixing up code from different languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    OovAide

    C++, Java IDE with auto class, sequence, zone, dependency, diagrams

    The OovAide project used to be named oovcde. Searching the web will bring up more information about oovcde at this time. The OovAide project is a C++ or Java analysis IDE for Windows or Linux with an automated multi-tasking build system, cross compiler support, an analysis tool based on CLang that creates UML class, component, sequence as well as zone and portion diagrams from C++ or Java source, static analysis and test coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FastDom

    FastDom

    Eliminates layout thrashing by batching DOM measurement

    Eliminates layout thrashing by batching DOM read/write operations (~600 bytes minified gzipped). FastDom works as a regulatory layer between your app/library and the DOM. By batching DOM access we avoid unnecessary document reflows and dramatically speed up layout performance. Each measure/mutate job is added to a corresponding measure/mutate queue. The queues are emptied (reads, then writes) at the turn of the next frame using window.requestAnimationFrame. FastDom aims to behave like a singleton across all modules in your app. When any module requires 'fastdom' they get the same instance back, meaning FastDom can harmonize DOM access app-wide. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    deemon

    Deemon Scripting Language

    ...If you wish to learn deemon, download any package and take a look at 'lib/tut' Note: If you've already used v100, you'll be happy to see how much deemon has grown in the five months that have passed. Keep up to date with deemon at: https://github.com/GrieferAtWork/deemon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    VR Java AWT Clock

    VR Java AWT Clock

    VR Java AWT Clock Graphics Component

    VR Java AWT Clock UI Component a Java Swing Graphics Component and sample application sources included (look up in "files" page, you will find all needed source files for a complete rebuild) please, mention Adriano de Vincenti Vincent Radio [Adrix.NT] if you find it useful and use it in your software please, let me know what you think about this project adrixnt@hotmail.it skype: adrixnt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MythCore

    MythCore

    Myth Framework Core Libraries (part of MythSDP)

    MythCore is a PHP framework that allows the developer to use a C# .NET like object oriented programming approach. It provides the essential classes that the MythSDP platform and the MythFramework builds upon. The goal is to create a library that enables the programmer to use a fully object oriented approach that has the "feel" of .NET and Java programming. Our main goal is ease of use and rapid application development. However, performance and small-footprint are some of the main design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    Pith PHP Framework
    The Pith PHP Framework is a web application framework written in PHP 5. Features planned for 1.0 are listed in the Readme; the current version of the Pith Framework is 0.5.7.2 (alpha release 22) The goal of the Pith Framework is to combine a simple to use (pithy) framework with an admin control panel. The Pith Framework puts everything it does into an easy to use variable named $pith. (Currently there are a couple other vars in the global namespace but they'll be gone in a few versions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Hibersap

    A Java library to communicate with SAP

    ...It defines a set of Java annotations to map SAP function modules to Java classes as well as a small, clean API to execute these function modules and handle transaction and security aspects. Hibersap's programming model is quite similar to those of modern O/R mappers, significantly speeding up the development of SAP interfaces and making it much more fun to write the integration code. Under the hood, Hibersap either uses the SAP Java Connector (JCo) or a JCA compatible resource adapter to communicate with the SAP backend. While retaining the benefits of JCo and JCA like transactions, security, connection pooling, etc., developers can focus on writing business logic because the need for boilerplate code is largely reduced.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Folio Plus | Hotel Management System |

    Folio Plus | Hotel Management System |

    A new generation of hotel management system in Philippines and Asia

    Philippines and Asia. Folio Plus is created to introduce convenience and accuracy towards the modern way of managing hotel operations from various departments. Hotel operations are divided by different departments that has different functions and is coordinated by one goal. That includes accounting, sales, FO and more. They have roles and titles, which has different access permission to the Folio System. Jinisys Software Inc. We believe that developing a long-term business...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    k-fileserverDB

    Store files into Database.

    ...Are your office documents saved in different computers? Are your office documents accessible to all? Are your office documents corrupted on an off? Are you fed up with losing important files? Are you fed up with mis-management of document files? What if by mistake your office file is deleted? What if, you create/maintain different documents for different jobs and you can’t find them at the time they required quickly. What if, When Searching of particular file is time consuming? ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Aurora Application Server is a new Python Web Application Server and Framework. The main goal of the project is to provide the developer with a complete set of tools to speed up the application development process. See project wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RenderTools

    RenderTools

    A cross-platform OpenGL based lightweight scenegraph library

    RenderTools is an OpenGL based scenegraph library in C++ for Windows, OSX and IOS supporting OpenGL|ES1.1, ES2.0, OpenGL1.5 and up to the latest version (currently 4.2). It allows the developer to easily (de)serialize a scenegraph to-and-from xml, create renderbuffers, framebuffers, samplers, vertexbuffers etc. and cross-reference those items. RenderTools allows you to completely specify an application, its resources, viewcontrollers and its renderpasses in one single xml.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Blue Bird (Web Browser)

    Blue Bird (Web Browser)

    Blue Bird is a web browser useful enough for surfing the web.

    Blue Bird is a web browser created by MacroWorks(MacroWorks is a group made up of Sean Francis Nierve Ballais, Simon Ballais and Siarah Jayne Cabaluna Ballais now called Tresmarck) led by Sean Francis Nierva Ballais. It has been made in less than 5 hours. Good news to users! The reason the awaited version of Blue Bird is not yet released because we are awaiting plugins. YOU the user can make too. Please refer to Tresmarck facebook page's post regarding about Blue Bird plugins at www.facebook.com/TreSmarck.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a recursive AVL that I wrote up in a few hours. I didn't like how my previous one worked so I decided to rewrite it. This was the project that really set my mind into recursive thinking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    UpNDown is a card game written in ELENA. You can play against up to three human players over LAN or Internet (need IP of your opponent). UpNDown is a sub project of ELENA Programming Language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The aim of the project is to build up a set of components for enabling windows to dock into a designated form. Apart from this the main issue (and advantage) will be that every dockable window is handled like a common form in design-time. Language: C#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Create or parse ANY Mark-up Language (HTML XML X3D VRML MathML XAML XDP CDA SCORM COLLADA XBRL) file or string into a simple and versatile MLDocument, MLElement, MLParameter hierarchical object model, written in VB 6 (Win32). Alternative to using DOM.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    FAMOUSO is an event-based publish/subscribe middleware written in C++ for systems ranging from 8Bit micro-controllers up to 32Bit PC/Workstations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    This Quaternion based 3D Camera is designed from the ground up to be robust, but most importantly, it's geared toward new programmers, so its primary focus is for it to be the easiest possible to get into your project and start using.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A PHP class that helps you when using Database driven projects providing functionalities to speed up development and code reuse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A LGPL library to handle xml documents in a DOM-like style. It's designed for LOW-performance systems (like embedded ones) and for lightly handle very large documents, automatically speeding up memory management in a user tunable style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ...For caching in .NET, refer to System.Runtime.Caching built-in library. https://docs.microsoft.com/en-us/dotnet/framework/performance/caching-in-net-framework-applications Original description: An object cache for .NET, allowing in-memory storage of arbitrary objects tospeed up network or disk access. Developers can specify an absolute expiration for objects or a maximum age that is refreshed at each access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next