Showing 245 open source projects for "webmin-module-1.1-4.wbm"

View related business solutions
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 1
    Mac-Package is an Ant task and Maven goal for packaging native OS X applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Beanshell Preprocessor; the fully caffeinated preprocessor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A run-time configurable character stream tokenizer that allows the user to define token classes via regular expressions. The developer is not limited to predefined notions of whitespace, commenting, or word modalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Aino is a Java bytecode to PIC microcontroller family assembly language compiler written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 5
    A component library for borland delphi 7 to create a small modular IDE for everything you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ContractChecker is a small tool to provide support for some design by contract features to standard Java code. Internally, it is composed of an Ant task, which invokes a doclet to generate AspectJ and the AjcTask itself in order to compile it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RelaxNGCC is a tool for generating Java source code from a given RELAX NG grammar. By embedding code fragments in the grammar like yacc or JavaCC, you can take appropriate actions while parsing valid XML documents against the grammar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Not C Sharp. Four goals: 1. Create a CSharp compiler written in C# and CUP Parser Generator. 2. Learn how to write a compiler. 3. Encourage compiler experimentation by anyone who is interested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Introspect on running programme, view and alter object fields and methods. Edit the code of any method at runtime; apply the changes to any combination of objects, such as an array, or a complete class. Complete rewrite underway available Jan 2007.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 10
    classgen is a Java class generator. It produces classes for abstract syntax trees in compiler frontends from simple and compact specifications. Generated classes have builtin support for the Visitor design pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Coco/R for Ruby has moved to rubyforge for better support. Click the homepage link above to go there now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    bkasm is a powerful, extensible, retargetable cross-assembler. It is intended for use with small embedded processors, particularly Digital Signal Processors. It currently supports the AL3101/AL3102 (1K DSP) from Alesis Semiconductor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Multimethods for .NET: Makes multi-methods available to *any* language that targets .NET - C#, VB.NET, JScript.NET, Managed C++ and the rest! Uses .NET dynamic assemblies and shows how to generate dynamic .NET types and IL at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Decouple your GUI building code from the rest of your application. Using an XML description, the Java Gui Builder will build appropriate windows, controls and objects for later retrieval by the mainstream code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AspectJ integration with Netbeans. AspectJ enables aspect-oriented programming for Java. This module supports building AspectJ programs and navigating crosscutting structure within NetBeans and SunOne/Forte IDEs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Jeeg is a dialect of Java based on a declarative synchronization mechanisms.Synchronization constraints in Jeeg are expressed in a linear temporal logic. Jeeg is inspired by the current trend in aspect oriented languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Flow4J is a java framework, that enables the user to model process flow with a gui interface. The flow may include tasks, decisions or calls to other process flows. The saved flow is in a jar file together with its bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A simple, nice and instructive nonrecursive predictive syntactical analyser for LL(1) grammars, just to play with it for fun.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    The Data Abstraction Penalty benchmark for Small Objects in Java and C#, version 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jarg reduces a jar file that have java class files. It remove debugging informations. It remove unnecesary attributes for execution. It remove unused fields and unused methods. It remove unused entry in the constant pool. It rename fields and method
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    DAJ is an extension of the AspectJ programming language to incorporate adaptive programming concepts from the Demeter project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Dirt virtual machine is designed to be easily used as a scripting engine or runtime core in C or C++ projects. The language itself is very similar to C. The tools have been created from scratch (no lex/bison/yacc) and are very portable
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is to create a lexical scanner generator. It generates C++ STL compatible, thread safe, scanner classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JPP is a simple macro preprocessor for Java. It is entirely written in Java and provides C-like preprocessor commands like #define #undef #ifdef #ifndef #else #endif #include. More to be developed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ESELC is a interpreter for the Easy Stack Environment Language (ESEL). It is written in ISO C++.
    Downloads: 0 This Week
    Last Update:
    See Project