Showing 158 open source projects for "iperf-3"

View related business solutions
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 1
    Google protobuf support for Lua

    Google protobuf support for Lua

    A Lua module to work with Google protobuf

    This project offers a C module for Lua (5.1, 5.2, 5.3, 5.4, and LuaJIT) manipulating Google's protobuf protocol, both for version 2 and 3 syntax and semantics. It splits into the lower-level and the high-level parts for different goals. For converting between binary protobuf data with Lua tables, using pb.load() loads the compiled protobuf schema content (*.pb file) generated by Google protobuf's compiler named protoc and call pb.encode()/pb.decode(). If you don't want to depend Google's protobuf compiler, protoc.lua is a pure Lua module translating text-based protobuf schema content into the *.pb binary format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Maestral

    Maestral

    Open-source Dropbox client for macOS and Linux

    ...More fine-grained controls in the GUI and command line interface allow excluding individual files with selective sync. Maestral is not an official Dropbox App. It therefore does not count towards the three-device limit for Basic Dropbox accounts. Exclude local items from syncing by placing a .mignore file in the Dropbox root with patterns matching any number of items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Arisen Studio

    Arisen Studio

    Browse, Download and Install Mods for PlayStation 3 & Xbox 360

    The elegant, powerful, and open-source mod manager. Arisen Studio allows you to easily browse through a regularly updated database of mods, game saves, homebrew, resources, themes, and much more for the PlayStation 3 and Xbox 360. All mods have been tested and verified in our library, which is populated by myself, a few friends, and awesome contributors. Arisen Studio can also be used as an FTP client to install and uninstall mods directly from your console. Without the need to search up old posts or use file managers - this will do everything for you.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    lsfm

    console based list style file manager

    a terminal/tty file manager, this program operates by presenting information in a list format, with each item assigned a unique number for user convenience. Users interact with the files and directories through a command line interface, where actions are executed by inputting corresponding numbers rather than names. This streamlined approach enhances efficiency and simplifies the management of files and directories. With a focus on user-friendly navigation and seamless operation, this file...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5

    Delayter

    Utility to queue files for deferred deletion, days/weeks/months later

    Full documentation: Download delayterX.Y.html User has files that can probably be deleted later but does not feel comfortable deleting right now. Instruct with simple commands in which the file names and delay time are specified, eg.: Delayter -m 1 -w 2 -d 3 file1 file2 by which file1 and file2 are scheduled for deletion 1 month, 2 weeks and 3 days from now (roughly 47 days). Useful on projects with many temporary junk files that cannot be deleted until a later time at which you might not remember whether they are important or not. There are safeguards to protect against accidental deletion. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is a Bourne shell script wrapper surrounding a pure postscript level 3 program to graphically display disk space usage output from the du program. Portability is key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SmanRenamer

    SmanRenamer

    A simple yet powerful batch renaming software.

    By modifying just one name, you can easily rename multiple files or folders with similar naming conventions.SmanRenamer is designed to simplify the process of batch renaming files and folders, without requiring excessive complexity or configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Filecatman

    Filecatman

    A file categorization management program.

    A file categorization management program, designed to make sorting, categorizing and accessing data simple and easy.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Sourcetrail

    Sourcetrail

    Free and open-source interactive source explorer

    ...Sourcetrail is an interactive source explorer that simplifies navigation in existing source code by indexing your code and gathering data about its structure. Sourcetrail then provides a simple interface consisting of three interactive views, each playing a key role in helping you obtain the information you need. Use the search field to quickly find and select indexed symbols in your source code. The autocompletion box will instantly provide an overview of all matching results throughout your codebase. The graph displays the structure of your source code.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    Strawberry File Reorder

    Strawberry File Reorder

    Utility to keep ordered your files.

    Strawberry File Reorder is an CL application which will reorder your files. How does it work? The program has 3 modalities to reorder. 1. Reorder by extension: The program will read all the files inside a directory and reorder them by their extension putting inside a specific folder 2. Advanced reorder: You have the power! You can choose the extension and the name of the folder. 3. Reorder by keyword: You have to enter a keyword and the name of the folder, if the folder already exists, the program will move the file inside the existing folder. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    doall

    Shell script to run a command for many files selected with wildcards

    ....* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character abbreviations for file extensions doall 'ln *.???* $1.$2' As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc. doall -p (pretend mode) shows a list of commands instead of executing them doall -i (interactive mode) asks for confirmation for each command in turn doall -k (keep-running mode) ignores failing commands
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Node Renamer

    Node Renamer

    A Simple Cross-Platform Batch Renaming Application.

    ...Step 2: Select from the list of 10 rules to rename multiple files. These rules are: Add Prefix, Add Suffix, Trim, Replace, Case Change, Remove, Insert At, Numbering, Time Stamp, and Reverse. Step 3: Step 3: Node Renamer will show you the preview of applied rules by clicking analyze button. Apply your selected rules to r
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tarro - File Splitter & Merge Software

    Tarro - File Splitter & Merge Software

    Free File Split and Merge Software

    Product helps to Split and Merge Text based & PDF files Split based on 1. Desired Size of Each File 2. Desired number of Splits 3. Number of lines in each file Choose to end each split file in new line. Merge files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CacheCleaner

    CacheCleaner

    Practica herramienta de limpieza de archivos Cache.

    Practica herramienta de limpieza de archivos Cache , generados por navegadores,archivos thumbnails o miniaturas de imagenes etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    m

    commandline mount helper for Slackware

    Short command to mount a hot-plugged filesystem on a predetermined place and way. By issuing m on command line it mounts or unmounts a preset device, presumably an USB flash drive or disk. The idea is to have a short command toggle the device from not mounted to mounted and the other way around. Sort of like a classical ball pen.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    JarOMine

    JarOMine

    Quickly Search THOUSANDS of Archives!

    If you have ever tried to locate files, classes, and resources buried amongst an ever shifting locus of ZIP and / or JAR files, we feel your pain! After spending far too much time searching hundreds of archives for moving targets, I decided to write JarOMine. Originally designed for locating Java classes, JarOMine works equally well with ZIP archives, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Fisoco

    Fisoco

    a Finding, Sorting and Converting free software (file manipulation)

    The aim of this project is to develop, in the cleanest way (respecting GNU standards and portability), a C++ GUI program, named Fisoco, permetting to users to organize their files (particularly music, for instance) at home. You will be able to locate files on the system, to delete them, to move them, to convert them, to rename them, etc. Fisoco means FInding, SOrting and COnverting. It is perhaps not the final name, but it sounds well to me. Its development is progressing slowly, as the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MyBeggar

    MyBeggar

    Help to manage current docs (small DMS)

    This software manage your paperwork as bills, bank account details, contracts ... in one word, it's small DMS. A document is defined by 3 parts: Entity: A person or the entity links with the doc. Label: Subject of doc (ex: Bank). SubLabel: More precise description of doc (ex: contract). You enter the document in the system through addDoc box. It will perform a copy of original file and places it in predefined directory. When you want to find it, a short research will provide all documents links with provided parameters . ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenSearchServer Store

    OpenSearchServer Store

    A file server with a RESTFul web service.

    An open source (Apache 2 license) file server software with a RESTFul web service for file management in a cluster of nodes. Including 4 set of API - Store API: Upload, download files and directories - Process API: Managing the long term process runs - Glacier API: Uploading from the server to Glacier - Cluster API: Manage the nodes in the cluster
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PyDropSync

    Sync arbitrary directories (within firewall) with Dropbox, (Python)

    Synchronizes arbritary directories (on drives) outside the dropbox-directory with Dropbox, on the base of Include/Exclude/Include rules. Can also be used inside domains where the normal Dropbox sync is not allowed by the firewall. PyDropSync is tested on Win-XP and Win-7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DupLichaSe

    DupLichaSe

    A Fast Duplicate File Detector with graph based semi-automatic cleaner

    DupLichaSe is a very fast Duplicate File Detector that uses inductive heuristics to detect duplicate files very fast; based on content! DupLichaSe stands out from EVERY other Duplicate file detection Software because of it's graph based semi-automatic selection system. ... after finding 100s of duplicate files, do you have to go through some manual and possibly laborious process of deleting the duplicates? ...or is there a way for the Software to learn and do most of it for you in a SAFE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Syncoco
    Syncoco is an offline file synchronization tool. It uses a medium like an USB stick, and can handle much larger file systems than the size of the medium, since only changes to the file systems are transferred.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    srcdb

    A tool for source code downloading and integrity checking

    ...SRCDB (util) is designed to: 1) Populate its database with the data describing tarballs: name of the tarball, URLs of origin and contents checksums. 2) Download and perform integrity checks of tarballs described by the database, given the database key. 3) Inform other tools about location of a tarball in the local filesystem (or its absence), given the database key. SRCDB (util) is implemented as a shell-script for immediate availability. It is meant to be a personal tool for those who like to tweak software themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    LetterMan

    Simple tool to manage letters.

    The LetterMan(ager) is a simple tool to manage your letters. You may add multiple tags and documents to each letters, categorize it and add other meta-information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    feu

    feu

    File Explorer Unmistakable

    Explorateur de Fichiers, double panneau, multi-onglets ● testé avec ■ Lubuntu-13.10 ■ python-3.3 ■ pyqt-4 ■ watchdog-0.7.0 ●
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next