Search Results for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files" - Page 11

Showing 405 open source projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

View related business solutions
  • Create a personalized AI chatbot for each team in minutes Icon
    Create a personalized AI chatbot for each team in minutes

    Get better, faster answers for your whole team with an AI chatbot trained on your company documents.

    QueryPal is the lifeline your team needs. Our AI chatbot integrates seamlessly with your communication channels, using advanced language understanding to identify and auto-answer repetitive questions — in seconds.
    Learn More
  • Haystack is a modern, engaging, and intuitive intranet platform that employees actually use. Icon
    Haystack is a modern, engaging, and intuitive intranet platform that employees actually use.

    You Deserve the Best Intranet Experience

    With customizable iOS and Android mobile apps, Slack and Microsoft Teams integrations, and an intuitive design employees love, Haystack brings an outstanding digital employee experience to your entire workforce, no matter where their work takes them.
    Learn More
  • 1

    NIF Path Tool

    Utility to fix texture paths in NIF files

    The NIF path tool is a utility to fix the path names to textures in NIF files. NIF files are used for meshes in many popular games such as Skyrim, Oblivion, and Morrowind. This utility is intended to help mod'ers make new items for these games. The utility is currently in beta status and is under development. The command line tool is mostly functional and a GUI will be deployed soon. The utility uses the excellent PyFFI library and is developed as a python 2.7 application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    TS2PFM

    Converts Tracksource maps to Polish Format Map

    This is a command line tool that converts Tracksource maps in GTM and GTI files to Polish Format Map format (.MP file). PFM format is an input format used by cGPSmapper, mkgmap, GPSmapedit among others. Tracksource Project: http://www.tracksource.org.br/ Dependencies: GTMLib and TSourceLib from the author. PRTree from Khelekore. Usage: Run TS2PFM in a console window without arguments to get help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    copy

    Advanced command line copy tool

    copy is a command line tool to copy files and directories written in Python. It behaves just like POSIX cp but has some additional options like resuming aborted copying jobs. FEATURES: - resume partly copied files - exclude file patterns from copying - semi-blocking -i option: copy will first copy everything it can and then ask for files to overwrite View the wiki for installation instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Linux user-space implementation of Aladdin's eToken R2 device driver
    Downloads: 0 This Week
    Last Update:
    See Project
  • GoAnywhere Managed File Transfer (MFT) Icon
    GoAnywhere Managed File Transfer (MFT)

    Secure and simplify your file transfers

    GoAnywhere MFT provides secure managed file transfer for enterprises. Deployable on-premise, in the cloud, or in hybrid environments, GoAnywhere MFT software enables organizations to exchange data among employees, customers, and trading partners, as well as between systems, securely. GoAnywhere MFT was a recipient of the Cybersecurity Excellence Award for Secure File Transfer.
    Learn More
  • 5

    pandoc

    Universal text format converter

    Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. For latest releases, see https://github.com/jgm/pandoc/releases.
    Downloads: 67 This Week
    Last Update:
    See Project
  • 6
    Gebabbel

    Gebabbel

    A frontend for gpsbabel

    Gebabbel is a GUI for the famous gpsbabel, a command line tool to convert various GPS file formats back and forth. Thanks to gpsbabel, you cannot only convert files but also exchange data with your GPS device (e.g. Garmin and Magellan) directly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Wattson Command

    Command line tool to download data from Wattson

    This is a small command line program written in C using the Qt v5.2 framework and libraries. It downloads various parameters from an attached Wattson device, including the stored data, which can be written to file. It has only been tested on Windows but should be portable to Mac and Unix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Splits large PCAP files into multiple files with one TCP or UDP session per file. SplitCap is a command line tool developed in .NET. The packet parsing library in SplitCap comes from NetworkMiner. SplitCap can also filter large PCAPs on port or IP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    rec2ts

    small command line tool for rec2ts conversion as in pc2box210

    Small command line tool to convert REC files downloaded from a digital receiver PVR hard drive with pc2box210 into Transport Stream format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run your private office with the ONLYOFFICE Icon
    Run your private office with the ONLYOFFICE

    Secure office and productivity apps

    A Comprehensive Alternative to Office 365 for Business
    Learn More
  • 10

    lsdup

    List files with duplicate contents

    lsdup, short for "list duplicates", is a command line tool which can assist in finding and removing files with identical contents. Unlike many file deduplication tools, this has a "comparison mode" which lets you tell lsdup to "only read the files in this directory, do not consider any for duplicates... but, the files in that other directory may have duplicates, so delete (or move) any of those." lsdup also has normal deduplication, where, if given a single directory, it will sort the originals from the duplicates. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    A Linux/UNIX command line tool to find duplicate files. The tool supports multiple ways to consider a set of files as duplicates to each other (e.g. content, size, name ... etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    mbclient

    Linux Modbus TCP Client

    A command line tool to query Modbus TCP hosts. At this stage, the client allows read holding registers only. Useful to read data registers from PLCs or any Modbus TCP compatible equipment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Music Master

    Music Master

    Tools recording, mixing, mastering and delivering music tracks

    Command line tool handling steps to clean, calibrate, process, mix, master and deliver music tracks from recordings. Easy-to-use configuration files drive the complete processes.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    ExLock

    ExLock

    File Lock Test Tool

    Exlock is a command line tool. The purpose of this tool is to test / debug / tune the creation of other software. Exlock opens in exclusive mode a file passed as parameter. Other processes accessing the file will get a error. The purpose of this tool is to simply evaluate which is the behavior in case of this error.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AudioTester

    AudioTester

    AudioTester is a command line tool to play .wav or .mp3 files

    AudioTester is a small command line tool that can play a given .wav file though C# conventions or .mp3 files though WMP.dll of Windows Media Player. It’s use was primarily a development tool for the next version of GuessTheNumber, but was used to also learn about exception handling. Although this tool probably has no real practical use, it’s design was more to be of an example of how to playback media and implement exception handeling.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16

    EnDiskEx

    Bulk extractor for Ensoniq-formatted disk images

    EnDiskEx is a command-line tool that bulk extracts instruments, sequences, songs, and banks from Ensoniq-formatted disk images (RAW, GKH, EDE, and EDA) for the EPS/ASR family of samplers. The extracted files are saved as EFE / SMF / TXT files. EnDiskEx is designed to extract Ensoniq banks for re-creation within a different DAW. It will track down the instrument and song files from bank references even if they were saved on another disk. There also exists a disk mapping feature to correct for any errors in this process caused by having relabeled disks, forgotten to label disks, etc. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    xmlfind

    A command line tool to extract data from xml files

    XmlFind is a small tool to extract data from an xml file in a format adapted to a classical Unix Shell pipeline. Think of it as a kind of find command that act on the content of a (or a set of) xml files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    gzx is a C library and a command line tool for fully GZIP-compliant file compression with fast random access read support. gzx includes a FUSE (filesystem in userspace) client that allows to access the compressed files with arbitrary applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    svn interactive check-in
    svni is a wrapper for "svn ci". It features syntax checking before checking in files; giving the possibility to make a final selection of files to check in when entering a commit message;and showing the differences that are about to be checked in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    xmlsearch

    cli search tool for xml files

    xmlsearch is a command line tool for xml files, written in perl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    BIAutomationTool

    Tool created to aggregate commands to disparate ETL tools

    This project was created to allow executing ETL jobs/tasks from a single command line tool with the same syntax, no matter what tool you were executing in. As long as you have a command line client for the ETL tool, you can configure the BIAutomationTool to use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Dynagraph is a cross-platform library and command-line tool for dynamically drawing graphs (networks, flowcharts, family trees, etc.) in reponse to continual modifications. Included are DynaDAG for directed graphs and FDP force-directed placement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    mingle3d

    Mingle3d is a command-line tool for manipulating common 3d mesh files.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    vcf2csv

    (abandoned and outdated project) convert vcard data into csv format

    vcf2csv is a command line tool, written in ANSI-C (C90), converts a vcard (vcf) file to csv. Please note: the ability to generate HTML-files will be removed in the near future.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    EPOLSIG

    EPOLSIG

    command line source code hash stamps

    EPO LSIG is a simple command line tool which puts a single signature line in your source code file. Thus it allows checking files against data corruption and eases version identification. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB