Showing 3691 open source projects for "red-files"

View related business solutions
  • 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
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1

    Change File Encoding

    Change encoding of text files.

    Change File Encoding is a utility that allows you to change the encoding of text files. For example, files saved in US-ASCII can be converted to UTF-8. Over 170 encodings are supported. Requires Java 1.8 or higher.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Automatic Cover Tool

    Automatic Cover Tool

    Download album art for complete media library

    The 'Automatic Cover Tool' software will process your MP3, OGG, WMA, M4A and FLAC files collection and download missed cover images. Album art images are downloaded and saved as image file and/or as image tag in every media file in album.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 3
    cliper

    cliper

    Java3d scenegraph editor

    Create 3D scenes linked together in short films through simple menus. Designed for Java3D beginners, and developers to include code in extension Panels. Installation instructions in readme.txt in files tab. 1-Scene/ backstage Open and close scenes. Choose background, generate a terrain, set lights, fog, camera position, sky picture, scene duration. 2-Draw/ placement Import objects (OBJ, C3D, 3DS), or create shapes (sphere, cone, etc...). Place them and set size, dimensions, duplicate, group. 3-Color/texture Apply textures, colors, transparency 4-Animation/ story board Move object between two points or more(placement /orientation in space). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    iglabelprinter

    App for printing labels from Intelligent Golf mail merge files

    Provides the function to import IG mail merge files and print labels. The label page format is 3x11. These are available at https://www.labels4u.co.uk/33-labels-per-sheet-53-x-21mm-stw053021.html and other places such as Amazon The app is a self-executing jar file, should run on recent versions of java.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    Properties Editor

    Properties Editor

    Save time and effort of converting into Unicode through native2ascii

    ...However, you have to change the multi-byte character in a file into Unicode with the native2ascii tool of attachment in J2SDK on the character platform un-depending. This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    Credit Card Vault

    Credit Card Vault

    Just an app I developed for my university course

    ...The Source Code is available in the GitHub repository: https://github.com/Northstrix/Credit_Card_Vault_Android_App Download shortcut: https://sourceforge.net/projects/credit-card-vault/files/V1.0/app-debug.apk/download
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Loggifier

    Loggifier

    A tool that inserts code into Java class files for logging

    A tool that inserts code into Java class files for logging. Possible logging points are class initialization, method entry and exit, and local variable assignment. Logging is based on java.util.logging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The JavaCC Eclipse Plugin provides a JavaCC & JTB editor and a builder which process .jj, .jjt & .jtb files and integrate with Eclipse's incremental build system. Compatible with Eclipse 4.6.0+ and Java 1.8+. Also embeds JTB 1.5.1.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Xonotic

    Xonotic

    Superproject containing build scripts and tools to download assets

    ...Born as a community fork of the Nexuiz project to preserve open development principles, Xonotic runs on an enhanced version of the DarkPlaces engine and supports Windows, macOS, and Linux platforms with no installation required beyond extracting the game files. Players can enjoy a wide variety of multiplayer game modes—from traditional deathmatch and team captures to experimental variations like Nexball and Freeze Tag—each designed to exploit high mobility and deep map knowledge. The game includes dozens of official and community-created maps, robust server browsing, customizable HUD and controls, and even an integrated statistics system called XonStat for tracking performance.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 10
    This is Zip archive editor for the Eclipse platform. It support drag and drop from within the platform as well as from outside applications. Files can be modified directly within the archive, which is updated after file modification.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    jfPasswords

    jfPasswords

    Passwords Manager

    Passwords manager. Organize into groups and sites. Accessible from system tray. Supports importing KeyPass 2 files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Automated Instrument for Diagrams (AID)

    Plugin for MagicDraw(R) to work on certain functional diagrams

    ...format=raw The AID plugin version 9.0 requires MagicDraw / Cameo Systems Modeler 2022x Refresh 1 HF 1. Users of earlier MagicDraw / Cameo versions can download older releases under files. To see which file to download, check the compatibility overview here: https://sourceforge.net/p/aid4md/code/HEAD/tree/trunk/doc/Compatibilities.doc?format=raw To use the plugin, download the appropriate ZIP file version and import it in the Resouce / Plugin Manager. The plugin has been brought to you by the Functional Architectures working group of "Gesellschaft für Systems Engineering e.V." ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    jCIFS Filesystem

    Wraps jCIFS as a java filesystem

    ...You can get access to a cifs/smb file simply by using Paths.get(new URI("smb://hostname/share/filename")) and manipulate the returned Path with the utility class java.​nio.​file.​Files. So you can use one API to access local and remote files with your java application. The jCIFS config can be set with the newFileSystem(URI uri, Map<String, ?> env) method of the CIFSFileSystemProvider class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PMS for REGZA

    A DLNA-compliant UPnP Media Server

    PMS for REGZA is a DLNA-compliant Media Server. As a fork build of well-known "PS3 Media Server", This aims especially to improve functionality on TOSHIBA REGZA TVs With preserving applicabilities to other Renderers. Details: Home Page: http://www32.atwiki.jp/pms_regza
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    mystic-crypt is designed as a Java library that can be used for simple and complex encryption and decryption. The source code for the library is available under https://github.com/astrapi69/mystic-crypt For demonstration what the library can do there is a graphical client: The source code for the ui is available under https://github.com/astrapi69/mystic-crypt-ui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DirSize

    DirSize

    DirSize - The command line directory reporting tool

    ...If sorted by file counts (-sf) the map will change to show a visual representation of the number of files per subdirectory, sorted from high to low. This is a single executable JAR file. While you will need Java installed, there is no need to install this program. Just download the JAR file, please it somewhere convenient, and execute it from the command line: java -jar dirsize.jar See https://github.com/frossm/dirsize for details
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    Nyagua
    A java based aquarium management database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Axel-DICE

    Axel-DICE

    Axel-DICE Code Editor For Windows,Linux

    ...🕵️‍♀️ Auto Language Detection: Automatically detects the programming language C, C++, Java, and Python. 🔍 Simplified Execution: Simply paste your code and click the run button to execute it, eliminating the need to create files or deal with boilerplate code. Axel DICE automates the entire process for you. 📊 Dynamic Terminal: Instantly see program output in real-time, providing immediate feedback on your code execution. 🍀For More Info: https://github.com/Vignesh-72/Axel-DICE
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ftserver-android

    ftserver-android

    Self-hosted search engine with web service to share discoveries with

    ...App's Source Codes included, can be freely distributed over the internet in an unchanged or changed form. Check the file size after downloaded the Android APK. https://sourceforge.net/projects/ftserver-android/files/ The Code Repository includes FTServer Android Version Source Code (Android) FTServer Java Server Version Source Code (Linux Windows) FTServer .NET Server Version Source Code (Linux Windows) https://sourceforge.net/p/ftserver-android/code/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    UMHDL

    UMHDL

    Integrated Development Environment (IDE) for learning HDL

    UMHDL is an educational Integrated Development Environment (IDE) intended for learning digital designing with programmable logic devices using Hardware Description Languages (HDL) through simulation. It is an open-source application created at the Miguel Hernández University (UMH). The aim for the UMHDL development was to have a graphical application that allows learning the VHDL language without licensing restrictions (using some existing open-source tools) and requiring few resources. So,...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 21
    Image To Gerber Converter

    Image To Gerber Converter

    Convert any image to gerber and drill files

    ImageToGerber makes it easy to convert any image to gerber files, ready to send to a PCB manufacturer. More info at: https://www.imagetopcb.com Demo video: https://youtu.be/HUvt0mOHv_M Forget about spending long hours etching and drilling at home, or learning to use complicated CAD software, schematics, layout design,… And more importantly, ImageToPCB is more than just a converter, it expands the potential of your design or image.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FastQC

    FastQC

    A quality control analysis tool for high throughput sequencing data

    ...Its goal is to provide a simple way by which to check the quality of raw sequence data coming from high throughput sequencing pipelines. It does this by running a modular set of analyses on one or more raw sequence files in fastq or bam format. It then produces a report summarizing the results, and highlighting any areas where the library may appear unusual. This should then direct you to where your data may have problems and allow you to take necessary steps to correct it before doing any further analysis. FastQC is not tied to any specific type of sequencing technique, so it can be used to look at libraries of various experiment types (Genomic Sequencing, ChIP-Seq, RNA-Seq, BS-Seq etc etc).
    Downloads: 46 This Week
    Last Update:
    See Project
  • 23
    RARS

    RARS

    RISC-V Assembler and Runtime Simulator

    RARS, the RISC-V Assembler, Simulator, and Runtime, will assemble and simulate the execution of RISC-V assembly language programs. Its primary goal is to be an effective development environment for people getting started with RISC-V.
    Downloads: 72 This Week
    Last Update:
    See Project
  • 24
    typescript-generator

    typescript-generator

    Generates TypeScript from Java, JSON declarations, REST service client

    typescript-generator is a tool for generating TypeScript definition files (.d.ts) from Java JSON classes. If you have REST service written in Java (or another JVM language) using object to JSON mapping you can use typescript-generator to generate TypeScript interfaces from Java classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Common Resource Grep - crgrep

    Common Resource Grep - crgrep

    Common Resource Grep

    CRGREP searches for matching text in databases, various document formats, archives and other difficult to access resources. A command line tool for name and content text matching in database tables, plain files, MS Office documents, PDF, archives, MP3 audio, image meta-data, scanned documents, maven dependencies and web resources. CRGREP will search resources within resources of any arbitrary combination or depth, so text within a document within a zip archive, and so on. Here you will find binary downloads and discussion (https://sourceforge.net/p/crgrep/discussion/) . ...
    Downloads: 2 This Week
    Last Update:
    See Project