Showing 3691 open source projects for "red-files"

View related business solutions
  • 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
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1

    JDateButton

    JDateButton is a Java date selection utility

    ...Previous versions were based on the Date and Calendar class. Version v2.0.0 has been migrated to JavaFX. Version v2.1.0 has merged the two code bases providing separate JavaFX and Swing jar files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Smith Chart Calculator

    Smith Chart Calculator

    Smith Chart Calculator JAVA

    ...JAVA RUNTIME REQUIRED Tested on Windows. Some features may not available with other OS (e.g. copy to clipboard) GENERAL PUBLIC LICENSE There is a pdf help file online take a look in the files section. There is also a link available in the program itself.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    crawler4j

    crawler4j

    Open source web crawler for Java

    ...This class decides which URLs should be crawled and handles the downloaded page. shouldVisit function decides whether the given URL should be crawled or not. In the above example, this example is not allowing .css, .js and media files and only allows pages within ics domain. visit function is called after the content of a URL is downloaded successfully. You can easily get the url, text, links, html, and unique id of the downloaded page. You should also implement a controller class which specifies the seeds of the crawl, the folder in which intermediate crawl data should be stored and the number of concurrent threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    openCONFIGURATOR Eclipse Plugin

    openCONFIGURATOR Eclipse Plugin

    An eclipse plugin for the openCONFIGURATOR configuration tool

    Eclipse update site: http://sourceforge.net/projects/eclipse-plugin.openconf.p/files/update-site/ KNOWN ISSUE WITH THE UPDATE SITE DUE TO SOURCEFORGE ENCRYPTION POLICIES: If you experience problems with the SSL handshake during update please refer to http://gnuarmeclipse.github.io/blog/2017/01/29/plugins-install-issue/ Install via Eclipse marketplace: https://marketplace.eclipse.org/content/ethernet-powerlink-openconfigurator The project provides a plugin for the openCONFIGURATOR core library enabling the creation and configuration of a POWERLINK network (http://www.ethernet-powerlink.org/) in the Eclipse IDE (https://www.eclipse.org). ...
    Leader badge
    Downloads: 8 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
    Ethernet POWERLINK XDD Tool Suite

    Ethernet POWERLINK XDD Tool Suite

    Provides eclipse plugins for XDD edit, validation and OD generation.

    The plugins include functionality to edit and check CN / MN XDD / XDC files against the DS311 V1.2.0 and the DS 301 1.3.0 specification. Another plugin enables the user to generate the object dictionary header file from an XDD / XDC file for the openPOWERLINK (https://goo.gl/Cg77Oi) implementation. Please note that the validation functionality works properly for Controlled and Managing Node XDD / XDC files.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Mapyrus is software to plot Geographic Information System data to PostScript, PDF, SVG and web image files. Mapyrus combines a BASIC-like scripting language, reading GIS datasets and running as either a utility program, a Java Servlet, or as a webser
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    SubAutoRename

    SubAutoRename

    A tool to rename subtitle files

    Designed for TV shows enthusiasts that are too lazy to rename their subtitle files with copy, rename, paste. Installation instructions here : https://sourceforge.net/p/subautorename/discussion/installation/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    High-Throughput Tabular Data Processor
    HIGH-THROUGHPUT TABULAR DATA PROCESSOR (HTDP) is Java application that is intended to facilitate data exploration and reduction tasks in large text files resulting from high throughput technologies, e.g. massively parallel sequencing or microarrays. The software has been optimized for microarray and deep parallel sequencing data, however it can accept any character delimited tabular data sets. HTDP can also import, process and convert Variant Call Format (VCF) files ver. 4.0, 4.1 and 4.2 (http://samtools.github.io/hts-specs/VCFv4.2.pdf). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Civilizer

    Civilizer

    Civilizer - Tool to efficiently manage your data/knowledge/idea

    ...It helps you view multiple data in the same screen eliminating the need to jump across separate pages. Also Civilizer has its own file system. You can store any file with Civilizer and link files to Civilizer's regular data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10
    InternationalEase

    InternationalEase

    Easy Way to tnternationalize Source Code.

    ...Step: Start your Application 4. Step: The I18N Driver has produced missing Resources and save them in a '_MissingKeys'-File 5. Step: Copy the missing Resources in all your Resource Bundle Files 6. Step: Maintain your Resources via Hot Key inside your Application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    XLSX parser for Java in 150 LOC

    An extremely minimal parser for XLSX (Excel) files

    I was unable to find a minimal XLSX (Excel) parser. The closest free option would be apache POI with about 8+ megabyte of JARs and features I don't need. The input is an XLSX file and the output is a Map<String,String[][]> with key of 'sheet name' and a String[][] of cell data. Dates are reformatted to dd/MM/yyyy (configurable in the code). The output of String[][] is to keep the interface compatible with CSV (eg. OpenCSV).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    cpDetector is a proxy for codepage detection of documents. It delegates to multiple instances that try to detect the codepage by different techinques. A command line executeable is shipped that allows to sort documents by codepage.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Jumbocad

    Jumbocad

    This is a very powerful Schematic and PCB layout tool for Engineer

    ...This tool is target for single user, so all the things such as Schematic, PCB layout, SPICE model, 3D models are all combined into a single project file "*.prj" in ZIP file format. Anyone should able to explore and see the structure of files using any zip tool.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    ImageBox

    ImageBox

    An image Exif rotation tool.

    ImageBox is a free image editing software specially designed for easy image rotation. The goal of this project is the correct rotated representation of JPG, PNG, BMP and GIF images on any hardware, such as TVs and Media Centers. Why are images shown differently rotated? An image may contain Exif metadata in addition to the image data. A digital camera often encodes the image data with the rotation of the lens. If the camera is rotated during recording, the image data is also encoded...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15

    Apache GUI

    A free open sourced Apache Http Server GUI developed with Java.

    This project is used to provide a free java based open source Apache Http Server GUI. The solution is deployed as a web application that is accessible through a web browser. The solution is designed to be compatible with modern Windows and IX operating systems. Source code for this project is hosted on github https://github.com/jrossi227/ApacheGUI
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 16

    Bibreducer

    Filter out not cited bibliographic entries

    Use this to remove all unused entries in bibliographic files (.bib). Keys used with cite, citep and citet commands in the manuscript will be kept by default. More commands may be added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This program takes NMEA, CSV, GPR or GPX logfiles from your GPS device, manages your tracks and exports them as KML to Google Earth. Investigate altitude and speed information, measure distances and cut tracks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JPdf2Img

    JPdf2Img

    Conver pdf to images in different formats with different resolution

    JPdf2Img is used to convert PDF files to JPG,PNG,MNP and GIF images. JPdf2Img supports converting the password protected PDF files. Setting for output resolution and color. Small,Portable and friendly UI
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    SVNScriptBuilder

    Update SVN workspace Periodically

    This class will generate the OS-specific script which we can use for Update/Revert&Update/Update&PostponedConflicts/SVNStatus the Subversion SVN workspace user can append many more options. Generated files can schedule according to needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ZimmerSCP

    ZimmerSCP

    SCP GUI client for altering two remote file systems.

    This program is a GUI based SCP (Secure CoPy) client. It utilizes three windows for three file systems, allowing files to be copied between them, as well as files in each to be deleted, edited, or renamed either independently, or remote files in sync with each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JPIV

    JPIV

    Particle Image Velocimetry

    JPIV is a platform independent, graphical stand-alone application for Particle Image Velocimetry (PIV) written in Java. PIV is an optical technique for measuring fluid flow velocities. JPIV moved to GitHub. Please visit us at: https://eguvep.github.io/jpiv/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PCGen :: An RPG Character Generator

    PCGen :: An RPG Character Generator

    RPG character generator for RPG d20 systems.

    PCGen is a free open source RPG character generator (d20 systems). All datafiles are ASCII so they can be modified by users for their own campaigns. Please join us at http://groups.yahoo.com/group/pcgen/. Support email: help@pcgen.org
    Leader badge
    Downloads: 1,957 This Week
    Last Update:
    See Project
  • 23

    Java File Tree Walker

    A console based File Tree Walker written in Java.

    A file tree walker written in java consisting of three classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JMEDS (Java Multi Edition DPWS Stack)

    JMEDS (Java Multi Edition DPWS Stack)

    JMEDS is a lightweight, modular extendable Java Framework for DPWS.

    JMEDS is a lightweight, modular and extendable software framework for using the "Devices Profile for Web-Services (DPWS)" in Java based environments. It runs on Java CLDC (e.g. on embedded devices), CDC, Android and SE platforms. 12.02.2014 v2.0.0 beta 10 fixed the EXI release and included schema files for EXI's schema informed mode, multiple other bug fixes 25.09.2013 Bugfix release of JMEDS Framework: v2.0.0 beta 9a 30.08.2013 v2.0.0 beta 9 New version of JMEDS Framework We are doing our best to answer all questions from you and fix the bugs that are found as fast as we can! So don't hesitate to ask questions or report unexpected behaviour/bugs that you might find. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Convert Image to PDF
    A Java based conversion tool that creates a PDF document with a page for each image file. The image can be rotated to best fit the page. Other options allow for the page to be rotated to best fit the image, landscape or portrait, no auto rotation.
    Downloads: 15 This Week
    Last Update:
    See Project