Search Results for "open grid analysis and display system files"

Showing 169 open source projects for "open grid analysis and display system files"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1
    MultiOS-USB

    MultiOS-USB

    Boot operating systems directly from ISO files

    USB disk with multiple ISO files. Easy to use: install, copy ISO files and boot from USB. Display a list of currently supported operating systems.
    Downloads: 120 This Week
    Last Update:
    See Project
  • 2
    WSL2-Linux-Kernel

    WSL2-Linux-Kernel

    The source for the Linux kernel used in Windows Subsystem for Linux 2

    ... you to open multiple tabs or window panes to display and quickly switch between multiple Linux distributions or other command lines (PowerShell, Command Prompt, PowerShell, Azure CLI, etc). You can fully customize your terminal with unique color schemes, font styles, sizes, background images, and custom keyboard shortcuts.
    Downloads: 87 This Week
    Last Update:
    See Project
  • 3
    DwarFS

    DwarFS

    A fast high compression read-only file system for Linux, Windows

    ... for a comparison with other compressed file systems. DwarFS also doesn't compromise on speed and for my use cases, I've found it to be on par with or perform better than SquashFS. For my primary use case, DwarFS compression is an order of magnitude better than SquashFS compression, it's 6 times faster to build the file system, it's typically faster to access files on DwarFS and it uses less CPU resources.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    KodExplorer

    KodExplorer

    A web based file manager, web IDE / browser based code editor

    KodExplorer is a file manager for the web. It is also a web code editor, which allows you to develop websites directly within the web browser. You can run KodExplorer either online or locally, on Linux, Windows, or Mac-based platforms. The only requirement is to have PHP 5 available. Use experience like operating system, Rich context menu, and toolbar, drag, and drop, shortcut keys. All operations with files and folders on a remote server (copy, cut, paste, move, remove, upload, create folder...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 5
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Monolog

    Monolog

    Sends logs to files, sockets, inboxes, databases and web services

    Monolog sends your logs to files, sockets, inboxes, databases and various web services. See the complete list of handlers below. Special handlers allow you to build advanced logging strategies. This library implements the PSR-3 interface that you can type-hint against in your own libraries to keep a maximum of interoperability. You can also use it in your applications to make sure you can always use another compatible logger at a later time. As of 1.11.0 Monolog public APIs will also accept PSR...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Broot

    Broot

    A new way to see and navigate directory trees

    ... to select the most relevant file. You can still go from one match to another one using tab or arrow keys. You may also search with a regular expression. To do this, add a / before the pattern. You may also apply logical operators or combine patterns, for example searching test in all files except json ones could be !/json$/&c/test and searching carg both in file names and file contents would be carg|c/carg.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Trippy

    Trippy

    A network diagnostic tool

    Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues. Trace multiple targets simultaneously from a single instance of Trippy. Per hop stats (sent, received, loss%, last, avg, best, worst, stddev, jitter & status) Per hop round-trip-time (RTT) history and frequency distributing charts. Interactive chart of RTT for all hops in a trace with zooming capability. Interactive GeoIp world map. Isolate and filter by individual tracing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AWS IoT Device Defender Library

    AWS IoT Device Defender Library

    Client library for using AWS IoT Defender service on embedded devices

    .... This library is distributed under the MIT Open Source License. This library has gone through code quality checks including verification that no function has a GNU Complexity score over 8, and checks against deviations from mandatory rules in the MISRA coding standard. Deviations from the MISRA C:2012 guidelines are documented under MISRA Deviations. This library has also undergone static code analysis using Coverity static analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 10
    Mackup

    Mackup

    Keep your application settings in sync

    ... user's home directory rather than system-wide. Because of this, when installing pip on Ubuntu you will need to run pip install with the --system flag as well (on other platforms this is not needed). By only tracking pure configuration files, it keeps the crap out of your freshly new installed workstation (no cache, temporary and locally specific files are transfered). Mackup makes setting up the environment easy and simple, saving time for your family, great ideas, and all the cool stuff you like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Serilog

    Serilog

    Simple .NET logging with fully-structured events

    Like many other libraries for .NET, Serilog provides diagnostic logging to files, the console, and elsewhere. It is easy to set up, has a clean API, and is portable between recent .NET platforms. Unlike other logging libraries, Serilog is built with powerful structured event data in mind. Serilog message templates are a simple DSL extending .NET format strings. Parameters can be named, and their values are serialized as properties on the event for incredible searching and sorting flexibility...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NX-Shell

    NX-Shell

    A multi-purpose file manager for the Nintendo Switch

    NX Shell is a multi-purpose file manager for the Nintendo Switch that aims towards handling various file types while keeping the basic necessities of a standard file manager. Initially, the project was inspired by LineageOS/CyanogenMod's file manager for android, and even had a similar design approach to that of the famous Android file manager. However, it has been re-written from scratch, now using more up to date tools and libraries.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Finds problems in MP3 files and helps the user to fix many of them using included tools. Looks at both the audio part (VBR info, quality, normalization) and the tags containing track information (ID3.) Also includes a tag editor and a file renamer.
    Leader badge
    Downloads: 329 This Week
    Last Update:
    See Project
  • 14
    tkdiff

    tkdiff

    Side-by-side diff viewer, editor and merge preparer

    tkdiff is a graphical front end to the diff program. It provides a side-by-side view of the differences between two text files, along with several innovative features such as diff bookmarks, a graphical map of differences for quick navigation, and a facility for slicing diff regions to achieve exactly the merge output desired.
    Leader badge
    Downloads: 120 This Week
    Last Update:
    See Project
  • 15
    Vifm

    Vifm

    Vifm is a curses file manager with Vim-like everything.

    Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt. If you use Vim, vifm gives you complete keyboard control over your files without having to learn a new set of commands.
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • 16
    mySQM+ DIY SQM WEATHER STATION

    mySQM+ DIY SQM WEATHER STATION

    ESP32 mySQM+ Sky-Meter/Weather Station with loads of features

    mySQM+ Sky Quality Meter/Weather Station (c) R Brown, 2020-2024, All rights reserved. Permission is granted for personal and Academic use only. Code or portions of code may not be copied or used without appropriate credit given to author(s). EXPANSION BOARDS - You can expand this project using the two types of project expansion boards at https://sourceforge.net/projects/myesp-boards/
    Leader badge
    Downloads: 63 This Week
    Last Update:
    See Project
  • 17
    myFP2ESP32 WiFi ASCOM Focus Controller

    myFP2ESP32 WiFi ASCOM Focus Controller

    ASCOM-INDI ESP32 Wifi focuser

    ... what stepper motor to use. https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/Documentation/Nema-Stepper-Motors.xlsx/download https://youtu.be/90KeSspN3e0
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 18
    Screen Squid

    Screen Squid

    Log analyser for Squid access.log

    Screen squid is web-based interface for viewing reports based on Squid proxy server log files. It can be accessed from web-browser through more than 50 reports. No extra files, only DB. All reports generated "on-the-fly". And we got personal cabinet for each user/group.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 19
    FATX

    FATX

    XBOX 360 filesystem support for linux

    Complete XBOX 360 filesystem support (FATX) including: - fusefatx: mount filesystem - mkfs.fatx: make filesystem - fsck.fatx: check and correct filesystem - label.fatx: change or display volume name - unrm.fatx: undelete files Try fatx manual pages to get help (man fatx)
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 20
    TAPClean is a Commodore tape preservation / restoration tool. It will check, repair, and remaster Commodore 64 and VIC 20 TAP or DC2N DMP files (tape images).
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    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...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 22
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing in C++17/20

    DocWire SDK, a standout C++17/20 data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. The upcoming integration of C++17 and C++20 will bring advanced functionalities, particularly in areas like HTTP capabilities and web data extraction. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    NCP

    NCP

    Effortlessly transfer files and folders, to and from your NFS server.

    NCP (NFS Copy) NCP offers a user-friendly solution for efficiently transferring files and folders between your local machine and the NFS server. It enables seamless recursive upload and download operations, supporting both NFS v3 and NFS V4 protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Syslogd2

    High capacity syslog data collection, filtering, and management.

    Syslogd2 is a syslog daemon that has been completely re-imagined specifically for use in network environments. It is multi-threaded, scalable and versatile with features designed for both network and host managers. Each Syslogd2 binary is customized from a set of over 20 features at compile-time. It can support input from text files, named-pipes, Linux kernel and user-defined Linux and (both IPv4 and IPv6) IP sockets (both UDP and TCP). It provides a pre-loadable name-cache that can replace DNS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    CSI-EXPLOREFS

    CSI-EXPLOREFS

    Tools Explore the List of Files based Mount

    * Introduction: - The ExploreFS is a tools based Perl code. - The tools was created to make one list of entries inside one filesystem Unix or Windows Volumes. - The list can be used to map the state of usage, inventory, extract ranges of lists based dates, propose a list of duplicate files for analysis or removal. - The options and results can be mapped looking the online help. See "ExploreFS --help" and "ExploreDiff --help" * Support: The Support Service is FREE. Do you need support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next