Showing 678 open source projects for "dr java windows"

View related business solutions
  • 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
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 1
    This is a small program that enable you to generate XML from your 'home made' document format (should be a text file...) following a very simple control file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Designed to provide inline visual HTML text editing for users who aren't comfortable editing tag-laden text. Currently sports a popup menu for styles (i.e. Bold, Italic), but ripe for extending in multiple directions. Lots of Swing & LiveConnect goodnes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The main goal of this project is to create a programming editor, which allows editing the tree structure of the code instead of editing the linearization. This should be implemented using XML and XML Schemas, see homepage for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The FastForm is a component that helps a user to fill out huge forms and only fields that needed wasting no time to look up proper fields through the whole form.
    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
    A visual interface to the command line programs of leJOS. It includes syntax highlighting, and later, auto-typer and an installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Messy is a collaboration tool for distributed teams. It provides for instant messaging between members of the collaborating groups, a basic group management framework over which additional capabilities can be layered, and a sample concurrent editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The SchemaWalker is a Java application able to read a any schema and produce XForms web pages for user selected nodes grouped into webpages to allow editing of XML data files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JFindReplace is a java based find and replace utility. It allows you to select files and folders. You can replace text in several thousands of files in one click. It supports regular expressions and have a neat UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This Java program helps the user to write non-latin characters (e.g. chinese characters). This program compare the typed transcription to a data base. The user can manage the data base above a GUI.
    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
    This is a visual editing tool for generate the build.xml file in Ant. It allow user to composite a build.xml like creating a class diagram in UML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple XML editor application for standardized ETSO V2R3 schedules used in energy market for nominations sent to e.g. the german TSOs (Transmission System Operators).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Java-based spellchecker which focuses on automatic spelling correction by incorporating lingustic and statistical approaches. Development is done by ASV (Abteilung Automatische Sprachverarbeitung) of Leipzig University.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project starts to create an open tool for creating, manipulating and visualizing DTDs (in a later state it should work also with other other specification languages such as XML Schema and RELAX NG).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A little tool which provide opportunity to manage data stored in system clipboard. This project uses java as a language. And don't depends on OS, desktop environment etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Looks at file names in a directory and finds common parts in them trying to search similar and repeated ones. Useful when you have multiple files which differ in checksum and somehow in names. You can collect them and make a decision afterwards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    KCite is a program into which a user enters basic information about a publication or other information source. It then constructs numerous, properly formatted, variations of citation strings that can be pasted into a document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    EasyCite is an easy to use, complete citation project that will assist researchers and students in generating bibliographies and footers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JStream is a stream manipulator based on plugin architecture. Streams are manipulated via custom scripts (Java language). JStream uses Java NIO for better performances. With JStream, you can easyly create programs like : MD5Sum, TCP Redirector...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Project is aimed at syntax highlighting of code. It is not strictly oriented for any concrete language and enables user to define own language configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TX CAT Tool
    TX is a free and open source cross-platform Computer Assisted Translation tool with translation memory, full and partial matches, machine translation, glossaries, search engine, support for various document types, and translation projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Integrated environment for the modelling and simulation of process control systems, where the plant(s) are described according to the Modelica object-oriented paradigm, while the control systems are specified in an IEC 61131.3-compliant language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A lightweight cross platform XML editor. It has a tree viewer/editor and supports content completion, XPath, XQuery, XSLT, XML document validation etc. Many GUI features are configurable and supports multiple languages (localization).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A knowledgment management system written in Java under JBoss 4.2.3 Server, with richfaces 3.3.0BETA4. Including fileconversion from html to pdf and rich:editor component without special syntaxing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Given a String , returns the next logically sequential string defined by a rule. The basic rule is, given a sequence of alphabets, it checks the string and returns a new string with one or more alteration. javadocs and source codes available inside.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An experimental set of tools for text analysis and dictionary construction. One goal is to improve text-input e.g. on devices with touchscreens using dictionary-based symbolic on-screen keyboards.
    Downloads: 0 This Week
    Last Update:
    See Project