Showing 634 open source projects for "sort"

View related business solutions
  • 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
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Start Free
  • 1

    GaussianSort

    sorts normally distributed dataset

    This library implements bucket sorting for a normally distributed dataset. Data is bucketed by cumulative probability. Advantage is that sorting is now multi-thread. The sort method in Java Collections class is single-thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A Wee Tiny Blog

    A Wee Tiny Blog

    A small PHP class to add a blog to an existing website

    A Wee Tiny Blog is a little script that you can use as a building block for your site or as a way to add a blog to an existing site. Instead of being a complete website template or system, it's just a little class instance that can be neatly inserted into an existing design.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    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: 1 This Week
    Last Update:
    See Project
  • 4
    Business-Gift-Voucher-Template

    Business-Gift-Voucher-Template

    Business gift voucher is most frequently used to record transaction

    Business gift voucher template is most frequently used to record the transaction receipt of any sort. Another purpose of this type of template is to provide a certain track record of a specific receipt.
    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.
    Start Free
  • 5

    Stome

    A web link tagging and management application

    Stome is a stand-alone web link tagging application, which is similar to bookmarks, but better. Being a pure Java application, it works on Windows or Linux. Unlike the web-app Delicious, Stome doesn't store any data on a remote server. All data is stored in a local Sqlite3 database file, which has obvious privacy advantages. Savvy users may even choose to store data in multiple database files, which makes it easy to share tagged links with friends or associates. You can use a pendrive or a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JSnake 2015

    Snake written in Java, utilizing reflection and linked lists.

    A final project for a computer science class, this is the classic game Snake written in Java (JRE 1.7) demonstrating reflection, linked lists and a simple bubble sort. Fully commented with JavaDocs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Ginors Sort

    sorting algorithm for binary keys

    in-place sorting algorithm with O(n*log(k)) time komplexity. The data have to be the structure: struct { unsigned (char/short/int/long); [...] }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Saro

    Optimization of files placement in solid archives

    Program sort files by minimal compressed size, placing similar files near each other. Another attempt to use assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    cvastroalign

    cvastroalign

    video align tool for astrophotography

    cvastroalign is a program that loads a video sequence, aligns and stacks the selected frames obtaining an image as result of this process..
    Downloads: 4 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 10

    ssh watch

    Ban IPs based on #failed login attempts

    Scan ssh log file for failed login attempts in a given period. Add iptables rules to ban offenders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP driven HTML objects for forming syntatically correct HTML pages. HTMLObjects are designed to be easy to impliment, simple and extensible. Designed for PHP5
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    WinDbgTool

    Simplify managed dumps analysis.

    ...Tool is intended to automate such analysis for managed application dumps. WinDbgTool is also able to parse some WinDbg commands output and display results not using plain text but via grid control which can filter and sort data.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13

    SimpleFileSorter

    A simple file sorter to help organize files and folders.

    NOTE: This project is in beta stages. However, I plan to develop this into a bigger, and easier to use program. SimpleFileSorter has a simple concept of searching a user specified folder to sort all of the files into subfolders based on extension or user specified locations. We are committed to keeping this program simple and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ILNumerics.Net
    math lib for .NET. n-dim arrays, complex numbers, linear algebra, FFT, sorting, cells- and logical arrays as well as 3D plotting classes help developing algorithms on every platform supporting .NET. Sources from SVN, binaries: http://ilnumerics.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Joomla! Template Toolbar

    Joomla! Template Toolbar

    Joomla! Template Toolbar

    Joomla! Template Toolbar is developed to be a simple utility for Joomla! template developers. Main goal was to make a sort of stand-alone replacement for various extensions and plug-ins designed especially for more complex and commercial web editors. Thus, this program can be used with any program that can open, edit and save plain text. This project is abandoned for some time now. The code has been written in the shortest possible time and hence does not follow best and/or recommended programing practices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    ChanDown - 4chan Image Downloader

    ChanDown - 4chan Image Downloader

    Auto Rescanning - Search Terms - Regularly Updated With New Features

    ...Coming Soon: - Wiki, explaining in depth how to use it more quickly (although its already pretty simple to use) - Ability to download the whole thread, not just images - Better multithreading - Ability to use proxies - Sort images download from searches into folders - Keep original image names - More responsive gui Be sure to let me know if you want any other features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Web Logbook is an electronic web-based logbook. Main features include single GUI, multi-language, attachments, archives, simple users management, sort, user defined banners, search, import/export, trends and statistics. Good for small to medium teams.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Sort5 C# Library

    Sort5 C# Library

    A C# Class Library that helps you to sort collections in a lot of ways

    Sort5 is a small C# Class Library with a lot of functions sorting collections of strings, numbers and DateTime variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sort Movies

    Sort Movies

    Collection of movies in the hard disk in a simple way

    Sort films in order to facilitate its access
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ClAnSort

    Cluster-Analysis and Sort

    The ClAnSort (Cluster-Analysis and Sort) - program was written to simplify the analysis of Next Generation Sequencing (NGS) data obtained with Ion Torrent™ Technology using the BIOMED-2 Concerted Action BMH4-CT98-3936 primer sets (IGH, IGK, TRB, TRG and TRD) for amplification [van Dongen, J.J. et al., 2003].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ImageThumbViewer

    ImageThumbViewer

    Image thumb Viewer

    Image Thumb Viewer showing image thumbnails including archives
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    DBF converter (unicode support)

    DBF loading and converting, Supporting Persian and Arabic unicodes

    there are several small applications in C# for importing and or exporting DBF (foxpro database) files. none of them supports for FARSI or ARABIC unicodes, so i completed their application to involve it. it has one drow-back i know : it cant convert farsi unicodes to DBF version as well as needed. whole project is written in C# and solution is attached here, so you can change and modify it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    USPS Bulk Mail Sorter

    Sorts bulk mailings according to USPS standards.

    ...One of the most tedious standards is pre-sorting every address according to Area Distribution Centers (ADC) which becomes even more tedious when working with "Flats" as defined by the post office. I work for a non-profit who used to manually sort through every address manually. So I designed a program for them that would speed up the process considerably. I'd like to continue to improve the program by receiving input and ideas.
    Downloads: 0 This Week
    Last Update:
    See Project