Showing 22 open source projects for "word wrap"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    React Wrap Balancer

    React Wrap Balancer

    Simple React Component That Makes Titles More Readable

    The React Wrap Balancer project is a React component that improves text readability by intelligently balancing line breaks in headings and other text elements. It addresses common layout issues where text wraps unevenly, such as leaving a single word on the last line, which can negatively impact visual design. The component dynamically adjusts how text is split across lines based on the available space, resulting in more aesthetically pleasing layouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Etherpad

    Etherpad

    A real-time collaborative document editor for the web

    Etherpad is a highly customizable online document editor that allows for collaborative editing in real-time by up to thousands of real-time users. With Etherpad, you don’t have to send documents back and forth-- simply set it up, share the link and collaborate with co-workers, fellow students, or friends on just about any written document! Etherpad provides all-access to data through a well-documented API and provides support for data export/import capabilities. It’s got an awesome set of...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    rich

    rich

    Rich is a Python library for rich text and beautiful formatting

    ...Rich can be installed in the Python REPL, so that any data structures will be pretty printed and highlighted. As you might expect, this will print "Hello World!" to the terminal. Note that unlike the builtin print function, Rich will word-wrap your text to fit within the terminal width.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    WinMerge

    WinMerge

    Windows visual diff and merge for files and directories

    WinMerge is a Windows tool for visual difference display and merging, for both files and directories. It is highly useful for determining what has changed between file versions, and then merging those changes. WinMerge has Unicode support, Flexible syntax coloring editor, Visual SourceSafe integration, and Windows Shell integration. Regexp filtering for filenames and lines. Side-by-side line difference and highlights differences inside lines. A file map shows the overall file differences in...
    Leader badge
    Downloads: 30,985 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    jEdit

    jEdit

    jEdit is a programmer's text editor written in Java.

    jEdit is a programmer's text editor written in Java. It uses the Swing toolkit for the GUI and can be configured as a rather powerful IDE through the use of its plugin architecture.
    Leader badge
    Downloads: 497 This Week
    Last Update:
    See Project
  • 6
    DownSmith Markdown Editor

    DownSmith Markdown Editor

    A powerful, feature-rich Markdown editor with real-time HTML preview.

    DownSmith provides an intuitive editing experience with comprehensive formatting tools, syntax highlighting, live preview, table creation, spell checking, footnotes, HTML export, and intelligent image handling. Runs without Java being installed on Windows. On macOS and Linux requires Java 11 or better installed. A Java 8 version is provided that has all the functionality of the Java 11 version except footnotes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ClipAngel

    ClipAngel

    Clipboard history capture and paste tool

    This program belongs to class "Clipboard Manager". It captures many clipboard objects and allows user to select and paste one in any program. Inspired by analogs: ClipDiary, Ditto, AceText. Main priorities: usability, compatibility, reliability. Requires .Net Framework 4.52+ (Windows Vista+/Server 2008+)
    Leader badge
    Downloads: 114 This Week
    Last Update:
    See Project
  • 8
    Infinite

    Infinite

    Tabbed text editor with undo/redo/english dictionary/word counter

    Tabbed text editor. Plain text (txt) and custom text (bwd/bwp) document formats. Spell checker. Word wrap. Manuscript mode. Extensive backup system so you'll never lose work again. Switch rapidly between files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    DirCBMLister

    Plugin for TotalCommander to list Commodore disk images

    ...Currently the following disk image formats are supported: -D64 (1541 images incl. 40 track formats) -D71 (1571 images) -D80 (8050 images) -D81 (1581 images) -D82 (8250 images) Functions: ---------- - view the disk images with the original C64 char set - gives additional info about the disk image like format, D64 40-track type and if error info is available - use it with F3 or Ctrl-Q - shows BAM and error map too - switch between Upper/Graph, Lower/Upper char sets, BAM and error map (if available) with the word wrap key 'w'
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10

    WordWrap

    Utility for word wrapping text files

    A command line utility to go through a text file and word wrap all lines to a length determined by the user
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A to Z EASY Webpage Design for Data

    A to Z EASY Webpage Design for Data

    A to Z EASY Webpage Design for Data Publishing Needs on All Systems

    Just download the ATOZ.zip file from the above Download button link, extract it and then work with the two major files, viz. atoz.xlsx and atoz.html. Please see the VIDEO / SCREENSHOTS below, in FULL SCREEN mode, to gather all finer details and for easy explanation and help. If you want to extend the records count in the HTML Sheet, then view the additional video : https://youtu.be/bEkksYRp_zM Additional Points ( Not Covered in the Video ) : 1. Sort your data in the DATA Sheet,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PyTorch Natural Language Processing

    PyTorch Natural Language Processing

    Basic Utilities for PyTorch Natural Language Processing (NLP)

    ...For example, check out this example code for training on the Stanford Natural Language Inference (SNLI) Corpus. Now you've setup your pipeline, you may want to ensure that some functions run deterministically. Wrap any code that's random, with fork_rng and you'll be good to go. Now that you've computed your vocabulary, you may want to make use of pre-trained word vectors to set your embeddings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    FuSiON BBS

    FuSiON BBS for TI-99/4A & Geneve Home computers

    FuSiON BBS for TI-99/4A & Geneve 9640 Home computers using the S&T machine language. This BBS is designed to be able to utilize floppy drives as well as hard disk drives with full 40/80 column support, ASCII, IBM Extended Graphics and ANSI menus! This can also be ran on original hardware or emulated systems that allow mapping of the communications ports from the PC/Unix to the emulator such as MESS/MAME. To see it in action telnet to: DNS : fusionbbs.ddns.net Port : 9640
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Auto Pairs

    Auto Pairs

    Vim plugin, insert or delete brackets, parens, quotes in pair

    ...If you type the closing character yourself when it's expected, the cursor may jump past it instead of inserting a duplicate. It supports intelligent deletion: pressing backspace when next to a matched pair will delete both characters. It also supports features like "fast wrap" (wrapping a word in a pair with a shortcut), skipping of auto-pairs in certain contexts (e.g., when inside a word or when preceded by a backslash), and customizing which pairs are active per buffer or file-type.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FlowLCD for EV3 leJOS

    FlowLCD for EV3 leJOS

    leJOS LCD Enhancement for Text Wrapping

    Enhances the TextLCD operation of the LCD to perform word breaks and hyphen breaks as well as denote forced paragraph breaks using "\n".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Kiwi

    A simple yet advanced text editor.

    ...Kiwi offers the ability to turn on and off its' toolbar, number bar, status bar and scrollbars. Additionally, each scrollbar may be placed on the opposite side. Kiwi also offers the feature to change how the text wraps (no wrap, character wrap and word wrap), as well as the ability to change its transparency level from 1.0 to 0.1. You can also have it always stay at the top level.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    PHPMailer

    PHPMailer

    A full-featured email creation and transfer class for PHP

    A PHP email creation and transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. PHPMailer is used by many popular PHP development frameworks and is one of the most popular email-generating and sending libraries in the world. This project is defunct here on sourceforge – it's now maintained on Github at https://github.com/PHPMailer/PHPMailer.
    Leader badge
    Downloads: 96 This Week
    Last Update:
    See Project
  • 18
    Aupad

    Aupad

    Notepad written in AutoIt

    This is a notepad program written entirely in AutoIt. It has all the basics of notepad that you would expect. This is NOT feature complete, yet. Please, if you have used my program give me a review with any kind words or critiques. I have included the source code for your pleasure, and feel free to give me pointers if you'd like to help out development (This is all done with AutoIt version 3.3.12.0). run the install to put the AuPad.exe & aupad.ico in the program files directory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TxtEditor

    TxtEditor

    Simple Text Editor.

    Txt Editor is a text editor that allows you to edit and save .txt and .rtf files. Txt Editor features formatting, word wrap, and the ability to detect url's. NOTE: Pre-Requisites .NET Framework 4.0.2
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Simple Text Editor

    Simple Text Editor

    Simple text editor program that can also be used to type code.

    A simple text editor which can be used to create and edit normal text files and also type in code for programming languages like C++ and C# with syntax highlighting. Includes other features like zoom in/out, replace text, toggle full screen, and word wrap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Text Editor for Casio Fx-9860G

    Text Editor for Casio Fx-9860G

    Text Editor for Casio calculator Fx-9860G series

    ... - Integrated file explorer for rename, copy, move o delete files in main memory, storage memory or SD card. - Integrated help screen. - Text edition functions: clip,copy,cut,paste - Word wrap feature - Search string within text - Insert any ASCII char not accesible by the keyboard. - Customize up to 20 character bindings on the keyboard after pressing VARS key - Setup screen to customize several options. See also Readme.doc
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    ApexText

    ApexText

    Efficient and lightweight text editor with rich functionalities.

    ApexText is a general purpose text editor for developers and non-developers. It supports synatx highlighting for Java, C, C++, Perl, SQL, JSP, HTML etc., tooling for Java. Many UI features are configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB