Showing 44 open source projects for "utility"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    Filetto

    Filetto

    Portable FTP Client & Server

    Filetto is a file transfer utility, that may help when it comes to moving "on the fly" files and folders to/from different devices both on a local area network (LAN), or on the web (WAN). It implements the FTP standard (File Transfer Protocol, RFC 959 and 3659) strictly, either Client and Server, in a portable application with graphical interface.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    aria2

    aria2

    aria2 is a lightweight multi-protocol & multi-source download utility

    aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. Really speeds up your download experience. aria2 doesn’t require much memory and CPU time.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 3
    UDPspeeder

    UDPspeeder

    A Tunnel which Improves your Network Quality

    UDPspeeder is a tunneling utility focused on improving UDP traffic quality over high-latency, unstable, or packet-loss-prone links. Its core technique is Forward Error Correction, which sends redundant data so the connection can recover from packet loss without waiting for retransmission. Used by itself, it improves UDP-based connections, but it can also be paired with UDP-based VPN tools to support broader traffic types through the VPN layer.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    HTTraQt

    HTTraQt

    easy-to-use offline browser utility based on httrack library

    HTTraQt is the clone from WinHTTrack, software for downloading of internet sites or/and content of their: multimedia files, documents, images, etc. Possible to easy switch the language of GUI, Easy to add the language files without to change the program code. Selection of browser little bit changed: possible to select browser and system of "User agent". Extended the selectiing of file extensions under "Rulez" settings. This project was develloped for Linux/Unix/BSD, but it's...
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5

    Menacon WebMake

    Web site creation utility to compile HTML, JS an CSS

    WebMake is a combination of three tools that we found ourselves using frequently during web site creation. Calling it compiler is not really accurate but fairly descriptive. WebMake is: 1) Front end to SASS engine library that compiles CSS from SASS extension files. 2) Front end to Google Closure compiler that reduces size of JS files and obscures them. 3) HTML compiler allowing modularisation of HTML via includes (our own extension to the language).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Base62 Encode/Decode Utility

    Base62 Encode/Decode Utility

    A tool for encoding/decoding to base62

    the package chewingum contains two main programs: - base62 - chew They have been implemented in perl. Base62 has been coded in c++ too. chew has been written to shorten long decimal integer numbers into base62 strings. It's not a mere base conversion, because it doesn't use arithmetic inside its logic. In this way it can convert very long numbers into strings quickly, without overflows. For example if I want to share an id using an url, this will make the url shorter. the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GUI Ping Monitor

    GUI Ping Monitor

    Set of usefull network utilities like ping, nslookup, etc. with GUI

    ...It allows you to ping any number of devices. A glance at GUI Ping Monitor and you know which devices have no communication. Currently GUI Ping Monitor provides: - ping utility. - Name Server lookup. Latest features: - address of ping target is displayed (if you ping by hostname) - configurable quick ping settings - always on top setting - application exists in system tray and remember position and size - display modes (basic and extended) - sound notifications. New features will be added in the nearest feature.
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 8

    aria2 - CLI Metalink/BitTorrent client

    A multi-protocol & multi-source, cross platform download utility

    aria2 is a multi-protocol & multi-source, cross platform download utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth.
    Leader badge
    Downloads: 105 This Week
    Last Update:
    See Project
  • 9
    NetCrypt

    NetCrypt

    NetCrypt - file-transfer utility providing secure data transfer

    NetCrypt is a small Open Source command line file-transfer utility providing authentication, confidentiality and integrity validation while still maintaining top-notch performance and transfer speed between machines. No public key distribution is required: NetCrypt is designed to use a symmetric passphrase with a strong key-derivation-function. NetCrypt seeks to fulfill all those requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    ARC Graphical Clients

    Provides graphical clients to the NorduGrid ARC middleware

    This project aims to provide graphical clients for most existing command line tools in the NorduGrid ARC client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    WUtils

    Utility classes for the Wt C++/JavaScript web framework

    WUtils is a set of C++ utility classes for the Wt C++/JavaScript web framework. This library needs a C++11 compiler. There is both a hg repository and a git repository, pick the one you prefer, they are always synchronized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    ...CPPSP pages have a very similar syntax to ASP and ASP.NET, where all code is considered HTML by default, and server-side active code can be embedded using "<% ... %>". CPPSP is built upon the CPoll asynchronous I/O and utility library, which offers simple I/O abstraction, network abstraction, memory management, and container classes. CPPSP project home page: http://xa.us.to/cppsp/index.cppsp Main development happens on github at: https://github.com/xaxaxa/workspace/ Documentation is currently being worked on, but there is a doxygen reference at: http://xa.us.to/cppsp/doxygen/html/classcppsp_1_1_page.html GCC 4.7 or above is required even for the binary release because .cppsp pages need to be compiled at runtime. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GnoScan is a multi-threaded network scan and security utility with an intuitive graphical user interface. It runs under the Gnome environment and is an independent application that does not need any further third-party toolkits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Total Search

    Search and browse Google, Yahoo, Ask, MSN and other search engines

    Search and browse Google, Yahoo, Ask, MSN and other search engines and sites directly from your browser toolbar with this FREE utility. Just like you have installed Google toolbar for Firefox or IE or Yahoo companion, TotalSearch Toolbar is customized for each search engine included in the list so with each engine you will have unique experience. You will be able to perform all kind of searches that some engine supports, for example image search, audio search, video search etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ping utility for Symbian S60.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SoapTrace.Net. A soap message monitoring utility written in C#. Captures soap messages by behaving as a proxy server or by capturing data packets using the WinPcap library or Windows Raw Sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Command line tool to compress and obfuscate Javascript code and compress CSS code. (Based on KJS -- Javascript library included in KHTML.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An utility for monitoring user's internet account on NIKS ISP (Minsk, Belarus)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A utility to extract meta-information (properties/comments) out of various file-types; e.g. HTML, PDF, RTF & various Office documents; OGG/MP3 files and JPEG/PNG/GIF images, which can be presented in various output formats (HTML, XML, LaTeX & plain t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NetFleet is a Open Source cross-platform and multi-threaded download utility. http://netfleet.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RTF2HTML is a name for a cross-platform C++ library (DLL, OCX) and command-line utility, which is intended to convert documents from Rich Text Format (e.g. Word, OO Writer) to HTML. Its features are tiny size, speed, low mem usage and compact output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A command line utility to display statistics about a text file consisting of lines of data. The statistics include counts of line terminator pairs (CR, LF, CR+LF) and line counts. Also shows if there is an unterminated trailing line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A command line utility to read a text file containing lines of data, clean up any CR/LF anomalies, and output the lines of text with clean CR/LF terminators to standard output. The binary is a Windows 32 bit console app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This utility color-codes log files or console output from JBoss, WebLogic, WebSphere, and DAS application servers. Output originating from ATG is also recoginzed and colored appropriately. This utility greatly aids in reading and interpreting log fil
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ebills is a PHP/MySQL billing, customer care and workflow system. It automates the production of itemised telephone bills, service/utility bills and product invoices. It produces customer letters, helps collect debts and integrates with other systems. It is versatile enough to be used in any billing environment and easily integrates with other systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB