Showing 44 open source projects for "c-sharp"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1

    HSTR

    Shell history suggest box - easily view, navigate, search your history

    Are you looking for a command that you used recently? Do you want to avoid the need to write long commands over and over again despite you used them recently? Are you looking for a tool that is able to manage your favorite commands? HSTR is a command line utility that brings improved Bash command completion from the history. It aims to make completion easier and more efficient than Ctrl-r. Apart to the completion, history can be managed (you can remove commands that e.g. contain...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Shapes

    Graphical programming. Includes n-dimensional sorting.

    Write programs as graphical dataflow charts instead of text. Compile them to any programming language you want. Besides this project includes the most efficient tree-based sorting algorithm that is possible. Originally developed on a CTOS Color NGEN, at first in Pascal, later ported to C, finally - 20 years later - ported to Linux. Currently it's still not really system independent. But it's intended that further releases will cure this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    FTimes

    A forensic system baselining, searching, and evidence collection tool

    FTimes is a forensic system baselining, searching, and evidence collection tool. Its primary purpose is to gather and/or develop topographical information and attributes about specified directories and files in a manner conducive to intrusion and forensic analysis.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    ftdetector

    File type detector library

    This project is a tool to detect file types by signatures and mime types. It uses hash tables to make the detection of a file type as fast as possible. The signature and mime types lists are stored at simple user-friendly files. This file type detector supports a lot of formats (image, archive, text, documents, audio, video, fonts and others). It also includes Microsoft OLE compound file types. The detector's algorythm has special features to detect text file types like (HTML, XML, JSON,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    mairix is a tool for indexing and searching email messages stored in Maildir, MH, or mbox folders.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    This tool enables users to search their NTFS formatted harddrives within seconds. It uses the MFT( master file table) of NTFS to search for files very fast. Ermöglicht eine extrem schnelle Dateisuche auf NTFS formatierten Festplatten.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7

    Primes

    Calculate primes by using extremely fast sorting

    This project considers the problem of calculating primes as a sorting problem. It includes the most efficient tree-based sorting algorithm that is possible and shows that finding a new prime can be done by sorting the differences between the previous primes in the right way. Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    mimescan

    Searches for a file within another file

    Searches for a file within another file using the MIME database. Works similarly to the *nix command 'file', but instead of searching only the header, it advances byte by byte looking for the second file type. This program uses the libmagic library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    sameseek

    sameseek

    Simple fast and lightweight identical/duplicate files searching tool

    Simple fast and lightweight identical/duplicate files searching tool with graphical interface (GTK+ 3).
    Downloads: 3 This Week
    Last Update:
    See Project
  • Empower decisions with IBM SPSS Statistics. Icon
    Empower decisions with IBM SPSS Statistics.

    For companies that need a powerful data platform

    IBM SPSS Statistics software is used by a variety of customers to solve industry-specific business issues to drive quality decision-making. Advanced statistical procedures and visualization can provide a robust, user friendly and an integrated platform to understand your data and solve complex business and research problems
    Learn More
  • 10

    hidupli

    fast linux duplicate finder

    fast linux duplicate finder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A universal suite of utilities for large corpora processing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    symlookup

    object symbol lookup utility

    This program searches for both dynamic and static libraries, looking those ones which provide given object symbols. It will assist you in undefined symbol errors eliminating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A simple full text search tool that finds files matching a search expression in a directory tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Unix "which" equivalent for MS Windows. Displays the full path to executable files on Windows by examining "Path" and "PathExt" environment variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    c实现了常用的容器,如果rbtree,hashtable,list,vector,deque,heap,map,以及定时器,os api,应用开发框架。 实现了一个基于btree索引算法的文件数据库,提供了断电保护,以及事务提交与回滚等接口
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A high-performance implementation of bloom filters, a lightweight duplicate detection algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DFA library is a regular expression library capable of the classic RE syntax (i.e. - without any perl extension). Unlike many other libraries with similar functionality, a deterministic finite automata (DFA) is used. DFA was formerly called npcre, wh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lux is a simple, fast and extendible full-text search engine. It works as a library for now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sgrep (sorted grep) is a much faster alternative to traditional Unix grep when searching large files, because sgrep searches sorted input files using a fast binary search to find matching lines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Lucino is a C-library with some support for reading and writing Apache Lucene-indices. It currently comes with PHP- and Python bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bible Concordance generator and viewer for UNIX/Linux/Cygwin, written in C. Supports multiple word searches using boolean operators and Reverse Polish notation. Unlike printed concordances, shows complete verse, and in context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Finddupe is a VERY FAST command line C program to catalog very large archives, identifying duplicate files even when offline. It has many features. You can easily grep a catalog to find what you have, and locate where it is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    In the wake of many program launchers, for windows ... this is my own program launcher for windows. It mainly funcations by using the startmenu shortcuts and program file shortcuts. It uses C heavily ( in fact completely except for the batch files) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Exostar LDAP Proxy is a specialized LDAP proxy used to look up X.509 encryption certificates for prospective recipients in secure e-mail applications. It can be used to fetch other types of end user certificates, CA certificates and CRLs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    It's Windows version of WordNet 3.0 (not provided on author's site) with c code source for compiling with visual studio
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next