Showing 23 open source projects for "notepad"

View related business solutions
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 1
    NotepadXX

    NotepadXX

    NotepadXX: A Lightweight, Powerful Text Editor for Every User

    📝 NotepadXX is your all-in-one, cross-platform text editor — lightning-fast, powerful, and designed to boost your productivity. Built with Java and optimized for Windows & Linux, it combines the simplicity of Notepad with advanced features modern developers love. 🔥 Key Highlights: Real-time code linting (ANTLR-powered) with tooltips Live Markdown preview (split view or pop-out) Built-in terminal, file explorer & browser launchers 6 beautiful themes (Dark, Light, Darcula, macOS) Blazing-fast UI with JavaFX/Swing hybrid Fully offline & privacy-respecting (zero telemetry) 🐞 Bug Fixes in v1.2.1 Fixed crash when Markdown Preview is triggered on systems without JavaFX (now shows a friendly error message). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Notepad

    Notepad

    A classic notepad editor with modern UI

    Notepad is a text editor for Windows, Mac, and Linux which provides modern UI and modern functionalities. NOTE: To run this software, Java must be installed on your device. If you don't have Java installed on your device then download it from here: https://www.java.com/en/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    ThoughtStack

    ThoughtStack

    Organize your thoughts with ThoughtStack!

    ThoughtStack is a folding-tree-based notepad. It's great for brain storming, outlining, planning, and all your other note-taking needs!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    JNotepad

    A really basic notepad written in Java

    A really basic notepad written in Java. It was developed for educational purposes, but I wish to share my work with the Community.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 5
    Encrypted Notepad
    UPDATE 2024: Get a new version here: https://github.com/ivoras/EncryptedNotepad2 "Encrypted Notepad" does only one thing, but aims to do it perfectly - a Notepad-like simple text editor where files are saved (and later loaded) encrypted with industrial strength algorithms. Available both for the desktop (as a Java application) and on Android. Unencrypted data is never stored on-disk. Source is released (on SourceForge) under the BSD license.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 6

    Simplad

    The simple notepad

    ***** THIS APP IS BROKE AND IS DISCONTINUED UNTIL FURTHER NOTICE ***** ***** SHOULD YOU WISH TO ASSIST IN FIXING IT, CONTACT ME ***** A simple notepad without ads. It's simple and gets the job done. Simplad is the successor to and complete rewrite of EZ Padd, which had major bugs and an essential part of the project got corrupted there for I could not publish new versions. Features: * Saves and opens files in any format: txt, css, js, ect. * Theme integrates well into all Android versions * Simple interface * Auto-complete, auto-correct, auto-capitalize, and spell check if your keyboard supports it * Very small Notes: * It requires an SD card if your device does not have an "internal SD" card. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Asterix IDE
    Asterix IDE (Integrated Development Environment) is especially designed to provide many languages supports in one IDE. Asterix IDE offers superior support for JAVA, C/C++(mingw32-g++) and HTML developers to write, compile and run their code at one place. Asterix IDE lets you quickly and easily make program with multiple programming language support. With its constantly improving Java Editor, many rich features and an extensive range of tools are provided. An IDE is much more than a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Jxt4NotePlusJ

    Jxt4NotePlusJ is a Java application that lets you edit and view your t

    Jxt4NotePlusJ is a Java application that lets you edit and view your text documents in a simple and friendly environment. It is similar to Notepad and has all necessary basic functions that the more common text editors include. The application works with text, Java and all text file formats, enables printing, text replacing, finds, undo and redo functions, copies and pastes text fragments to other applications, inserts time and date into the text, customizes font type, style, size and color settings to change Background and Foreground Colors. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Emerald Text Editor (jEditor)

    Emerald Text Editor (jEditor)

    Emerald Text Editor is a tabbed text editor with heavy customizability

    Emerald Text Editor (Emerald Editor, or Emerald as I call it), formerly called jEditor, is a text editor that is much similar to notepad in the fact that it let's you edit text but it makes use of the tabbed panes which means that you can have multiple tabs up at once allowing you to edit multiple files at one time. Emerald Text Editor also comes with a toolbar which tells you how quickly you are typing and how many characters are in your current document. The program is also customizable, meaning you can edit some of the main features of the program. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design. Icon
    MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design.

    Microstation enables architects, engineers, and designers to create precise 2D and 3D drawings that bring complex projects to life.

    MicroStation is the only computer-aided design software for infrastructure design, helping architects and engineers like you bring their vision to life, present their designs to their clients, and deliver their projects to the community.
    Learn More
  • 10

    unix2windows

    Reading text files created in unix systems.

    This is about replacing the new line characters in text files created in unix systems so they can be easily visualized in windows. Suppose you have a text file called "file1" which was created under unix/linux system. If you try to read it with notepad in windows it will be a mess. Do this: 1- Copy unix2win.jar to the directory where file1 is. 2- Open the windows console and call: java -jar unix2win.jar file1 file2.txt This will create a file called file2.txt with the very same content of file1, but it can be read with windows notepad easily. I hope you find this useful :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    iBox
    iBox is a powerful information management tools for Android, which gives you a safe and secure way to store all of your critical information. It could be credit card numbers, accounts, passwords, marketing plans, product ideas, minutes and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Very simple java based text editor like notepad and wordpad
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a really simple Notepad like application write completely by Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AUNA Smartpad
    AUNA Smartpad will be very similar to Notepad++ (found here on Sourceforge) in that it is a source code editor with a tabbed interface, configurable syntax highlighting... but will also include an intellisense feature and have a different interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A notepad project with java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A simple Notepad clone written in java. padnote lets you create simple text files. Runs on every machine that has java installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Light Java notepad for Sam Linux Desktop
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jot down your notes on this notepad scratchpad. Automatic saves. Can be used as sticky/postit notes or just as a simple notepad. This notepad runs on its own and also can be used as an Extension to Advanced Clipboard Manager (ACM), also on sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Cross-platform text editor and Notepad replacement based on Eclipse code -- a lightweight distribution of Eclipse. Padclipse is extremely extensible thanks to the Eclipse plugin model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jPad is a Java clone of Windows Notepad.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TWedit is notepad software made with java and will will run on any OS supporting java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    HandyNotes is a Java application designed to make it easy to keep a bunch of notes and random thoughts easily accessible, instead of having to keep, for example, a bunch of Notepad files scattered on your desktop (at least in Windows). It also syncs to th
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Literate Monkey is a small, tabbed text editor created to be an upgrade from Notepad. Its small file size and unbloated nature makes it a quick download that takes up little hard drive space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB