Showing 118 open source projects for "dfm-editor"

View related business solutions
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    Dexie.js

    Dexie.js

    A Minimalistic Wrapper for IndexedDB

    Dexie was written to be straightforward and easy to learn. If you've ever had to work with native IndexedDB then you'll certainly appreciate Dexie's concise API. What good is any development tool without great documentation? Dexie is thoroughly explained, and examples are available to help you on your way. Dexie has near-native performance. Its bulk operations utilize an often-overlooked feature in IndexedDB, ignoring success callbacks when possible. Offline databases are groovy! But without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Simple File Manager

    Simple File Manager

    Easy app for managing your files without ads, respecting your privacy

    Simple File Manager is a super quick & professional file and folder manager for Android devices. Use Simple File Manager to easily compress, transfer & convert media files with a few clicks. It has all of the major file manager & folder management features, including customizing the home folder and selecting favorite folders for quick access. The file manager provides a whole pack of file manager features, including search, navigation, copy & paste, cut, delete, rename, decompress, transfer,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Kid3 Tag Editor

    Kid3 Tag Editor

    Audio Tag Editor

    Kid3 audio tag editor can edit the tags of MP3, Ogg, FLAC, MPC & WMA files in an efficient way, convert between ID3v1 and ID3v2, set the tags of multiple files, generate tags from file names or vice versa and import from freedb, MusicBrainz and Disco
    Leader badge
    Downloads: 1,676 This Week
    Last Update:
    See Project
  • 4
    Markdown Editor With WYSIWYG Controls

    Markdown Editor With WYSIWYG Controls

    An Easy to use Browser Based MarkDown Editor With Live Preview Panel

    Browser Based, Cross Platform, Supporting all Operating Systems, Easy Application. No need to remember any markdown syntax anymore. Just Select Your Text and Click on any of the Buttons Above ( Except for some buttons ). See the Below Screenshot for Details. Notes: This editor has been tested fully on the Firefox Web Browser and is quite successful.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project is now hosted on https://mined.github.io and will be co-hosted here until further notice. Text editor with extensive Unicode and CJK support. Convenient and efficient features for editing of plain text documents, programs, HTML etc. User-friendly interface, mouse control and menus. Runs in a text-mode environment like xterm or mintty.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Domination (Risk Board Game)

    Domination (Risk Board Game)

    Domination is a game that is a bit like the board game Risk

    Domination is a game that is a bit like the well known board game of Risk or RisiKo. It has many game options and includes many maps. Written in java it includes a map editor, a simple map format, multiplayer network play, single player, hotseat, 5 user interfaces and many more features, it works in all OSs that run java 1.5 or higher, iOS and Android.
    Leader badge
    Downloads: 239 This Week
    Last Update:
    See Project
  • 8
    Ghost Commander
    Dual panel Android file manager (like Norton or Total Commander). Aside the /sdcard it works with FTP servers, Windows (Samba) network shares (with a plug-in), ZIP archives, etc. Lots more features and customization settings are there. Feel free to add a feature request here: http://tinyurl.com/gc-user Report bugs and issues: http://tinyurl.com/gc-issue
    Leader badge
    Downloads: 156 This Week
    Last Update:
    See Project
  • 9
    OCR Manga Reader for Android

    OCR Manga Reader for Android

    Android Manga reader with Japanese OCR and dictionary capabilities

    OCR Manga Reader is a free and open source Android app that allows you to quickly OCR and lookup Japanese words in real-time. It does not have ads or telemetry/spyware and does not require an Internet connection. Supports both EDICT and EPWING dictionaries. Requires Android 4.0 (Ice Cream Sandwich) or higher. See http://ocrmangareaderforandroid.sourceforge.net/ for details.
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    Lifeograph

    Lifeograph

    private digital diary & note taking appliaciton

    Lifeograph is a diary program to take personal notes on life. It has all essential functionality expected in a diary program and strives to have a clean and streamlined user interface.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 11
    AppFlowy

    AppFlowy

    Bring projects, wikis, and teams together with AI.

    ... with a beautiful rich-text editor that goes beyond just text and bullet points, offering 20+ content types, easy-to-use customized themes, keyboard shortcuts, and color options. It supports real-time team collaboration, enabling you to work with your friends and teammates on the same document in real time, similar to Google Docs. AppFlowy is powered by AppFlowy AI, which is accessible, collaborative, and contextual. Supercharge any type of work in a collaborative team workspace.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 12
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 13
    Vibrance HDR

    Vibrance HDR

    Create HDR image effect, from a single or multiple (AEB) photos.

    .... [*] Some devices support up to 7 images; others up to 3 images. Note that Vibrance HDR is not intended to be a general purpose photo editor - there are already plenty of free apps for that. Note that creating HDR images from multiple inputs is memory intensive, and even though Android devices may have GBs of RAM, on some devices only a fraction of that may be available for a single application to use. Android is a trademark of Google LLC.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    Delphi : VRCalc++ OOSL (Script) and more

    Delphi : VRCalc++ OOSL (Script) and more

    Delphi : VRCalc++ OOSL & + (Paged List, TextEditor, VRAstroVision ...)

    Vincent Radio {Adrix.NT} Sources Library & Applications : Delphi C++ Java VRCalc++ C# VRCalc++ Object Oriented Scripting Language - Engine Source Pascal Code - Delphi Packages Build Prjs - VRCalc++ Scripted System Std RT Library - Guides & Docs (CHM, PDF, DOCX) - VCL & FMX (FireMonkey) Support - Script Test Code (Lang RTL VCL FMX) - Visual Stage Project : VCL & FMX Paged Lists & Iterators : Delphi C++ Java C# Multi-Dim Arrays & Direct Graph Classes : Delphi C++ Java VRCalc++...
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Custom-Puppy-Linux-For-Scripts

    Custom-Puppy-Linux-For-Scripts

    A Custom Puppy Linux Live CD For Creating & Running Shell Scripts

    This Live CD is created for the purpose of writing & running shell scripts on various computers. This is a 64-bit system for better performance and features. Please see the Images of its Desktop below. Pressing F4 from any Folder on the File Manager will launch the Terminal and will set your working directory automatically. After Downloading, Either Burn this .iso image to a DVD and boot from it on any computer OR install it to a USB drive with the multiboot-usb software, available here...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    HTML Quiz Application With Timer & Point

    HTML Quiz Application With Timer & Point

    An Easy to Edit HTML, CSS & JAVASCRIPT QUIZ - For Students & Teachers

    Just Download & Extract the Above Zip File provided, then edit the script.js file with a good text / code editor like Sublime Text ( Check Google ) & then save the changes & then view the index.html file on the internet browser. That's all. This is a Browser Based, Cross Platform, Supporting all Operating Systems, Easy Application. If needed, you can change the value of the Timer from 15 seconds to any other value, by Searching & Replacing all occurences of 15 in index.html & script.js...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Token Airdrop

    Token Airdrop

    Create Your Token Airdrop and Collect Fees

    Create Your Token Airdrop and Collect Some Money, Increase your token holders by distributing small amount from your token to 1000's of holders, also you can collect fees. Follow this steps: 1- create airdrop contract: https://0xfactory.com/airdrop-contract 2- choose your preferred theme (dark or light) Dark demo: https://airdrop.0xfactory.com Light demo: https://airdrop-light.0xfactory.com 3- edit the file "data.json" using any text editor and save 4- upload all the files...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    IP Redux

    IP Redux

    Interstellar Pilot Mod

    Mod for Android Game | Interstellar Pilot Due to personal system limitations, this mod is for IP1 v1.62. The 1.62 game engine is compatible with the Unity Editor (which was released from the developer). This means modding can continue within the Unity Editor by creating custom universe save-game files which would be compatible with the IP Redux game mod. !!! IMPORTANT !!! REMEMBER TO GIVE PERMISSION TO STORAGE AFTER INSTALLING THE .APK OR THE GAME WILL JUST HANG ON STARTUP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WideW - WebIDEWeb

    WideW - WebIDEWeb

    Web IDE in single HTML file

    IDE written in a single HTML file that runs on the browser tab. There is no need to install, download a single file and run anywhere. To change the initial configuration, edit the widew.html file in the last lines. * Widew use CodeMirror components in code editor. URLs: https://soluc.org/widew https://widew.sourceforge.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    adx - addressbook.xml

    adx - addressbook.xml

    Minimalistic address book in web browser. No server or plugin needed.

    ...). REQUIREMENTS Web browser for viewing adx; online hosting or local storage is possible (for local storage most modern browsers need to be configured to allow access to local files); NO server, plugin or anything else needed. Any text editor can be used for contact editing (addressbook.xml).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    HTML_And_CSS_Basics_With_Important_Tags

    HTML_And_CSS_Basics_With_Important_Tags

    An easy to edit webpage template / cheatsheet

    Just view this html file on your favourite internet browser and also edit it using your favourite text editor, according to your needs. That's all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    QSketch

    QSketch

    Cross-platform graphic raster editor

    Кроссплатформенный графический растровый редактор для бытовых, технических, учебных набросков и схем с поддержкой слоёв и прозрачности. Видеоуроки: https://rutube.ru/plst/321587
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Galaxy Forces VR

    Galaxy Forces VR

    A space shooter game. Run either race or mission, defeat evil enemies.

    A space shooter VR game made with Unity. You are in control of a ship and the goal is to race against the clock to get the fastest time (race), or transport cargo to get the best score (mission). All done in a narrow space cave filled with evil enemies. Featuring interactive music, realistic physics and challenging game-play. There are 55 levels and players may have their best score for each level sent to the game website and the top players are displayed there along with their ranking....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    Please download the above zip file and extract it to a secret folder and run the quiz.sh script from that folder in your terminal program, as shown in the youtube videos : https://youtu.be/kQi0XlIaT9M and https://youtu.be/prwKN5DiFp0 You may change the contents of the quiz.txt file to your liking, while maintaining the format of it. Note: Press Enter/Return key after typing on your Terminal, to proceed to the next step, while testing the quiz.sh script. Also, increase the terminal...
    Downloads: 0 This Week
    Last Update:
    See Project