Showing 17 open source projects for "sort"

View related business solutions
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    headsort

    headsort: streaming sort + 2x faster than gnu sort

    headsort sorts files by line and fields. Options can pick field order and etc. In general headsort can sort in 1/2 the time sort(1) (mergesort) does in situations involving either pipes or mult column selection; less than 1/2 with both. Best case was about opposite that of sort(1)*. NEW* hsort main algorithm speed improvement (applies to all; 27,29,31). Now faster than sort(1) (in all cases tested). Using triangulation, hsort begins piped sorted output when 1st bin is done. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PingMe

    PingMe

    CLI tool which provides ability to send messages to multiple platforms

    ...Everything is configurable via environment variables, and you can simply export the logs or messages to a variable which will be sent as message, and most of all this serves as a swiss army knife sort of tool which supports multiple platforms. Supported services Discord Email Microsoft Teams Mattermost Pushover Pushbullet RocketChat Slack Telegram Twillio
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    htop

    htop

    htop - an interactive process viewer

    ...Unlike traditional command-line monitoring tools, htop offers an intuitive and user-friendly interface with mouse support, customizable views, and interactive controls. Users can easily search, sort, filter, and manage processes without needing to memorize process IDs or complex commands. The platform supports vertical and horizontal scrolling, allowing users to inspect full command lines and detailed process information with ease. As an open-source project written in C, htop is widely used by system administrators, developers, and power users for efficient system monitoring and troubleshooting.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 4

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    kubemon

    A console terminal-based monitoring tool for K8S cluster

    Just an old school style terminal-based console K8S monitoring tool: A: Sys/App - Auto refresh monitoring of Nodes, kube-system Pods and App Pods D: Desc - Describe selected Pod E: Evicted - Delete all Envicted Pods F: NS filter - Filter Pods listing by Namespace K: Non-Running - Delete all non-"Running' status Pods L: Logs - Auto capture essential logs and display logs for troubleshooting N:Toggle List - Toggle display of Nodes P: Pod logs - Show logs of selected Pod S: Toggle Sort - Toggle sorting of Pods by namespace, Pod name, Pod status, creation timestamp, Pod IP, Node name * Data is obtained from kubectl and journalctl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Pakmirrors

    Archlinux's pacman mirrors sorter

    A simple script to sort the fastest mirror list for pacman on a standard archlinux install. It is based upon rankmirrors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Process Hacker Plugins

    Process Hacker Plugins

    Process Hacker Plugins:- =-=-=-=-=-=-=-=-=-=-=-= "Check Files Page For More Plugins ( Sort By Date Desc ) ( https://sourceforge.net/projects/phplugins/files ) or ( http://sourceforge.net/projects/phplugins/files/Process%20Hacker%20Plugins/ )" More Information ( My Plugin ):- ------------------------------------- http://processhacker.sourceforge.net/forums/viewtopic.php?f=18&t=1302 For Commenting:- --------------------- http://processhacker.sourceforge.net/forums/posting.php?...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8

    tisift

    imap cleanup & command line tool

    Beta state! tisift: scaning folder and sort messages with given filter rules. tish: imap shell = imap command line tools. Example: # Set MsgId on Mails without one FOLDER="Archives" ; tils -I "$FOLDER" |grep "\{"|while read LINE ; do tish -x addheader "$FOLDER" "$LINE" "X-New-Header: true" ; done # Correct Date to second received header: tish date Archives PATTERN received2 # Import or export mbox tish exportmbox Archives >file.mbox tish importmbox Archives <file.mbox Written in ruby. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LogDistiller is a logfile merge and sort tool. Log content is classified according to rules configured in an XML file. Classification results go into reports, which are published : simply stored in a file, sent by mail, or even added to a news feed.
    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
  • 10

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Sort'EmUp

    A shell script to sort all your files.

    There are times, when it becomes hectic to manage files we download or take from friends. Its a burden to arrange them in a defined fashion. Sort'EmUp is a shell script that does it for you. Also, you can edit this as you want things to happen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Set of scripts, part of the official Samba project, able to manage POSIX accounts (users, groups, machines) for SAMBA, stored in a LDAP directory used as a (sort-of) SAM database. Edited by IDEALX in the OpenTrust suite (Cryptonit, IMC, IDX-PKI...)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    RootsTools is a Management System for EDP teams in bigger companies. It makes it easier for you to have the overview of calls, workstations, printers, todos, addresses and all the stuff you need to sort your chaos!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RSYNC Backup front-end with Web Interface, email reports with attached summary. Simple to use; back up servers with a single line, or your entire server farm from a single machine. Custom email tags sort responses in your MUA. Supports authentication.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    General-purpose machine-independent Perl functions and a sample MS-DOS/Windows batch file to efficiently sort arrays of strings by the numerical value of all embedded dotted-quad IPv4 addresses in each string
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This perl script will automatically download either the Level 1 or Level 2 Listings from spews.org. Then it will remove duplicate entries, sort them, and then generate firewall rulesets for ipchains, iptables, ipf, pf, or Cisco. It then will write out
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A bain of Systems Administration work is managing log files: system log messages (from syslogd), mail log messages (from sendmail), printer spooling error logs ... This is a configuration-based program to help manage recycle files of this sort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo