Search Results for "squashfs-tool" - Page 42

Showing 4351 open source projects for "squashfs-tool"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 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
  • 1
    SrcDS Control

    SrcDS Control

    Cross platform administration tool for Source Engine dedicated servers

    Cross platform (Windows, Mac, Linux) GUI/command line based administration tool for Valve Source Engine dedicated game servers (srcds). Target audiences: - Individuals who want to set up a dedicated server without having to work with command line tools and config files - Experienced groups managing multiple servers/hosts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Vogon
    Vogon is a Ontology-based text annotation tool for creating relations between terms in a text. This relations can then be exported as RDF triples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    IDRA (InDexing and Retrieving Automatically) is a tool which allows indexing a wide range of text (TXT, DOC, PDF) and image annotations files (XML), query-based searching, visualizing an index, saving it for re-usability, evaluation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Colinker

    Colinker is a customizable context menu for selected text.

    Colinker is a customizable context menu for selected text. It is intended to work on Windows and Linux. On Windows, it is intended to be used with a global hotkey tool such as autohotkey or autoit. It will not work with the windows Shell link hotkey because they change the foreground window focus. On Linux, it is designed to be used with xbindkeys and xclip. Features Fully customizable and open source Can be used to open programs utilizing the selected text anywhere in the arguments Can browse to any webpages using the selected text anywhere in the URL The selected text can come from any application Integrates with windows explorer and can select one or more file/folder names Easy to configure Note Mac OS X was not included because this functionality can be already be achieved through the Automator application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5

    Projects Dashboard

    A simple, easy-to-use tool to give feedback on a team's project

    Projects Dashboard is an enterprise web-based tool that draws GANTT charts based on the data entered by its users, usually software developers and team leaders. Anybody who then accesses the application can view the progress made on the projects developed within the enterprise. You can think of Projects Dashboard as a simple-to-use, community-driven GANTT editor: any contributor to the projects can login and add information on how his/her work is progressing!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PlaTypUS

    PlaTypUS

    Plasmodium Typing Utility Software

    The goal of PlaTypUS is to establish a unified Plasmodium whole genome analysis tool, that aligns short read sequences in an agreed upon manner, with many quality control steps, and calls both SNVs and CNVs in a community agreed standard way. We also seek to provide this analysis in a stand-alone graphic user interface so that labs around the world can analyze their own whole genome sequencing data, rather than relying on outside institutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bambi Editor

    Bambi Editor

    Have fun with images!

    DISCLAIMER: I don't maintain my Sourceforge account anmymore. Bambi as all my other projects live @ https://github.com/mrazjava BambiEditor is a user friendly desktop image manipulation tool capable of easy and fast filter transformations and no-nonse printing. BambiEditor is also a web authoring tool for developers to allow their end users to upload images scaled exactly to specific web requirements. Simply deploy Bambi as Java Web Start, replace the default FilesystemImageExporter plugin with one of web upload plugins and you're good to go! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AnotherFSM

    AnotherFSM

    State machines for Java, FSM.

    AnotherFSM is yet another implementation of state machines, a library for Java programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Part authoring tool, part electronic environment, BrightMOO is designed to demonstrate the feasibility of building client-side, three-dimensional interactive environments using existing MOO technology.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    F-Split

    This application can split and join any files

    This is a simple Java application which can run on any platform with Java installed. It has the capacity to split any files regardless of its size. It can also join them to create the original one. It works very fast and also has the ability to show the current and overall progress of the task. This is multi-threaded and thus takes advantage of modern day CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SNVer is a statistical tool for calling common and rare variants in analysis of pool or individual next-generation sequencing data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    RDS Surveyor is an RDS/RBDS decoding, monitoring and analysis tool and library. It has migrated to GitHub: https://github.com/ChristopheJacquet/RdsSurveyor/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    TreeBASE is a database and web front end that stores phylogenetic trees and the data matrices used to generate them. The current iteration comprises a complete rewrite of the schema and web layer, and will include a web services layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TOM is a tool for designing, planning, executing and analyzing software tests.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    JBCD is an interactive debugger for Java bytecode. It allows a programmer to step through bytecode one statement at time. The tool is indended for people who are writing programs to generate or modify bytecode. JBCD can be used with any Java compiler a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JREPL

    JREPL

    REPL for Java

    JREPL is a Java REPL (Read Evaluate Print Loop). It is a lightweight tool that allows you to write lines of Java code and execute it immediately. The written code is treated as if it were written in a Java main method. JREPL can take a classpath as argument (-cp/-classpath <your classpath>) to allow the usage of your own classes. It can be easily integrated in Eclipse by adding it as an external tool; this is explained in the Readme.txt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Media Tester Is Multicast Monitoring Tool, This project used to Monitor Multicast Streams. This software designed specially for IP-TV projects, to monitor the channels streams, MPEG2 or MPEG4 .. Also for any multicast streams ( boot cast, updates, splash
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    EAR Search

    Search for text and regular expressions recursively within an EAR file

    The "EAR Search" tool allows you to search for text and regular expressions within a given JAVA archive file (EAR, WAR, JAR and ZIP). The tool does recursively search within included archive files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FALCON - Text Search Java Project

    FALCON - Text Search Java Project

    JSON based text search Java Project

    ----------------- - What is it? - ----------------- The "Falcon Search" is a JAVA API and tool to search inside the documents. It was originally started to search the content in pdf files under the project "HAWK Search". Searching with this tool is query-based not word-based as in most of the document search tools OR document readers. It also takes care of jumbling of words within query and spelling mistakes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AESTextCrypt

    AESTextCrypt

    Encrypt and decrypt text using AES 256 bit encryption

    AESTextCrypt is an easy-to-use open source tool for text encryption and decryption. Primarily intended for use with email, use it wherever you need to protect text from prying eyes. The encrypted text can be copy/pasted into any text-handling application (e.g. email) instead of plain text. Convenience buttons are provided for clipboard operations. AESTextCrypt uses AES-256 bit encryption which is the strongest available encryption scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    U-Tranz

    U-Tranz

    UDP based secure file transfer application written in JAVA.

    ...Along with the tremendous increase in file size, certain features like implementation of Government Standard Security Algorithms (AES-256*/RSA-2048 and SHA-512) have been added to this application for secure sharing of huge files across different workstations.This tool programmed in JAVA and requires Java Runtime Environment to use this tool. *Unlimited Strength Java Cryptography Extension Policy Files for the Java SE Runtime Environment 7 required to use this feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CalAc

    CalAc

    A string instrument's chord evaluation tool.

    CalAc is a free software for orchestral string instrument's chord evaluation (violin, viola and cello). System requeriments: Java Runtime Environment 1.6 or above. Screen of at least 1024x600px. Optional: A Java Sound Bank. The program shows the position over the fingerboard and the distance from the nut for each tone, also calculates the distance to be covered by player's hand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Mobster

    Mobster: a robust tool for Mobile Element Insertion detection in NGS

    Mobster is used to detect novel (non-reference) Mobile Element Insertion (MEI) events in BAM files and uses both a discordant read pair method and a split-read method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    UuidGen

    JAVA-based generation of UUIDs

    A generator for UUIDs is often needed. Not all OS platforms include one. This JAVA-based command-line tool will generate a UUID, write it to the terminal and copy it to the clipboard, every time you call it - or double-click its JAR file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    betterbettor

    A learning tool for holdem postflop play.

    betterbettor is a tool for no-limit holdem that helps beginning and intermediate players learn and get a feel for equity, combination counting, blockers and other advanced post-flop topics. It has the only non-isometric hand simulator available with an open source licence.
    Downloads: 0 This Week
    Last Update:
    See Project