Search Results for "java text area" - Page 28

Showing 2845 open source projects for "java text area"

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
  • Build Secure Enterprise Apps Fast with Retool Icon
    Build Secure Enterprise Apps Fast with Retool

    Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.

    Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
    Learn More
  • 1
    PANDA (notes and calendar)
    PANDA - Personal Assistant for Notes, Dates and Addresses. Panda is a tool for managing your notes, dates and addresses. Enter notes as simple text, keep addresses as plain fields and manage a time table as well as an elementary calendar.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2

    DataMakerApi

    An API for Java programmers to make test data

    DataMakerApi is an API packaged as a jar for Java programmers to use in generating randomized test data in any quantity desired. An API is used because the output can take so many forms (SQL for traditional databases, JSON text for NoSQL databases, XML or delimited text for flat files, etc...). This API will facilitate the work of creating test data for a wide range of applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Roberts Rules and Meeting Scripts

    How to run meetings and generate minutes

    The Meeting Minutes Generator is build on Java. This small program can make your meeting more sophisticated and easy to maintain the minutes. There are also two other text files: 1) agenda-topic.txt where you mention your meeting topic 2) meetinglog.txt which will be the output of your meeting. Download: From : http://www.rdgroupbd.com Menu : Categories How to run: #Just run java -jar How-to-run-meeting.jar #Do your valuable meeting #Enjoy the meeting minutes!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    sgmweka

    Weka wrapper for the SGM toolkit for text classification and modeling.

    ...Other functions are usable through either Java command-line commands or class inclusion into Java projects.
    Leader badge
    Downloads: 14 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
    JOrtho - Java Orthography Checker
    JOrtho is a spell checker for Java. The library works with any JTextComponent from the swing framework. The dictionary is based on the free Wiktionary.org and applicable for multiple languages. You can select the spellchecking language via context menu.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Anonymous Animator

    Anonymous Animator

    Make your own anonymous video using this application

    This application originated from a simple text to speech java application. Now it is a text to video application with an anonymous theme. You can make your own anonymous video simply by typing in your text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CalclipseLib

    A Java class library of general usability

    CalclipseLib is a jar file containing a variety of useful classes and packages. Among its most prominent APIs is the document iterator. This API enables easy implementation of text editor features like syntax highlighting. A program named X has been made as a demonstration of CalclipseLib. The program is a JavaScript editor based on Swing/JTextPane. In addition to coloring, X underlines Web URLs and allows them to be clicked. X can be downloaded (with source code) from the Files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RoWordNetLib

    RoWordNetLib

    Java API for the Romanian WordNet

    Java API for the Romanian WordNet. Please note that the actual WordNet for Romanian (the XML file containing the network) is not included, it can be obtained (due to its license restrictions) from: http://ws.racai.ro:9191/repository/browse/romanian-wordnet-30/4611a43efb6811e2a8ad00237df3e3580b6b50d1111c4a6292694bded91d5c14/ **** If you would like a direct download of the API containing the RoWordNet xml file, please download them both from : http://www.racai.ro/tools/text/rowordnet/ **** Please cite: Dumitrescu, Ștefan Daniel. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    nelum

    nelum

    Nelum - the Luxury Edition for newcomers

    ...Installed: Firefox 47, Thunderbird, Liferea, Turpial, XChat, LibreOffice, Calibre, VLC Media Player, Radio Tray, SM Tube, GIMP, Inkscape, ImageMagick, Shotwell, Bluetooth, XFBurn CD/DVD Burner, OpenJDK Java, Leafpad and Mousepad Text Editors, Archive Manager, Virtual Keyboard, Notes, Gnote, Bleachbit, Boot-repair and many more! DE - Xfce, WM - Kwin, Base - Debian. Install on bare metal and enjoy! This distro had been used for more than a year. Auto-upgrade Firefox--always the newest version. You can install Nelum in your language. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 10
    HexLib GUI - Java Hex-Editor -Hex-Viewer
    Hex-Lib GUI takes the library HexLib into action, i.e. it is a working, fully functional Hex-Editor on base of HexLib. This project demonstrate the usage of the library for Java developers interested in the library in a practical approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Entity recognition and normalization software for biomedical text
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    Rootvole

    a text parsing library that matches text with concepts.

    For general processing of voice queries we developed a text parsing library named 'Rootvole' that can be used to match text with semantic concepts. The algorithm was implemented in Java and can be described as a form of a parsing expression grammar, where we generate the expressions to be detected beforehand by regular expressions and store them in a vocabulary. The central class is the parser class, which is instantiated as a series of vocabularies, simple text lists that describe tokens and synonyms, and value descriptors. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Speechalyzer

    Speechalyzer

    Process large speech data wrt transcription, labeling and annotation

    Speechalyzer: a tool for the daily work of a 'speech worker' It is optimized to process large speech data sets with respect to transcription, labeling and annotation. It is implemented as a client server based framework in Java and interfaces software for speech recognition, synthesis, speech classification and quality evaluation. The application is mainly the processing of training data for speech recognition and classification models and performing benchmarking tests on speech-to-text, text-to-speech and speech classification software systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    swaedit (Star Wars Mud Area Editor)
    swaedit is an area editor software for Polish Star Wars Mud developed by swmud.net team.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    JavaNote Beta

    This is a small and basic text editor made in Java.

    This is a small text editor made in Java Language. It's for Desktop and works on Windows, Linux, Mac etc.. Being made in Java, it can run on many operating systems provided they have the capability to run Java SE. There is no installation needed to run this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PasswordManager

    PasswordManager

    Simple Password Manager

    Password Manager is created mainly for my personal use. Memorizing lots of account is impossible, keeping on plain text is insecure. With a very simple gui and using AES encryption I solved my problem. You can group your accounts in a single file and multiple users can save their passwords in different files. version3.1 remove version checking that becomes annoying. version3 *Keyboard short cuts for menu items *Configuration file, account form display time and time before asking the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    VntConverter

    VntConverter

    Converts memo files in VNote format to text files and vice versa

    After exporting memos to memory card these can be converted to text (txt) files by VntConverter. These text files can be modified as usual with an editor like Notepad++ (text files are written with UTF-8 encoding). Afterwards they can be converted back to memo (vnt, vNote) files again by VntConverter. The last step is to reimport them into the Memo App.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHP script for SMS sending
    ...You just have to type your account information ( https://www.proovl.com ) and upload file on server. https://www.virtnumber.com/ receive sms online script https://sourceforge.net/projects/sms-number/ Java SMS api JAR application: https://sourceforge.net/projects/java-smser-api/ Python send SMS + bulk sms https://sourceforge.net/projects/python-send-sms-free https://github.com/aarnhub
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Android Dementia Day Clock

    Android app to tell simple day and time, e.g. Saturday Afternoon

    NOTE: Development has moved to GitHub (https://github.com/peterthevicar/dementiadayclock) so the sources here are not up to date. Designed to run on old Android tablets, TV boxes etc to give a simple display of the current day of the week and time of day (morning, afternoon etc) for people who are suffering from dementia. Highly configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Vic (Versatile Information Client)

    Vic (Versatile Information Client)

    Vic is a desktop client that connects to the Alfresco ECMS.

    The multiplatform desktop client can connect to any CMIS compatible data repository, but has been designed to work best with Alfresco to provide a familiar "explorer" look and feel for users. Vic will check-out a document to the local workstation, open it for editing and then manage the check-in process for the user. As well as dragging and dropping files to/from the repository, it can also upload emails. The development framework is extensible and it will be possible to add other data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ascii Art for Java

    Ascii Art for Java

    Visual components ready for ASCII rendering

    Instantly create ASCII reports, multi-column tables, graphs, ... These can be rendered on screen, files and most importantly log streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Java Call Trace to UML Sequence Diagram
    This tool helps you to reverse engineer UML Sequence Diagram for your java program at runtime. It works well with both complex java programs (that have multiple threads) and J2EE applications deployed on Application Servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gitinspector

    Gitinspector

    The statistical analysis tool for git repositories

    Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. This tool was originally written to help fetch repository statistics from student projects...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Inkscape Map

    From Inkscape SVG files to HTML image map or coordinate list

    A simple tools to generate HTML imagemap or coordinates list (eg. to be inserted into a database) from an Inkscape SVG file. Also usefull for creating imagemap and generate area-coloured images on the fly using the coordinates (eg. in PHP with GD library). It requires Java to run.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Welsh Natural Language Toolkit

    Welsh Natural Language Toolkit

    WNLT is a suite of open source natural language modules for the Welsh

    The project supports the Welsh Language Technology domain with a set of NLP tools that drive innovation and advance the development of sophisticated textual analysis solutions. The WNLT project delivers four core NLP modules; a) Word Segmentation for separating text into words b) Sentence Boundary Disambiguation for finding sentence boundaries c) Part of Speech Tagger for determining the part of speech of each word d) Morphological Analyser for identifying the root form (lemma) of words. The modules are written in JAVA and ‘wrapped’ for execution under the General Architecture for Text Engineering (GATE) framework. ...
    Downloads: 0 This Week
    Last Update:
    See Project