59 programs for "c-sharp" with 2 filters applied:

  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1

    Language-Aware String Extractor

    multi-encoding strings(1) replacement with language identification

    Enhanced version of the standard Unix strings(1) program which uses language models for automatic language identification and character-set identification, supporting over 1400 languages, dozens of character encodings, and 4800+ language/encoding pairs.
    Downloads: 3 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

    dualword-index

    Xapian index viewer

    Xapian index viewer Source code: http://github.com/dualword/dualword-index/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    searchmonkey

    searchmonkey

    Powerful desktop search app for Windows, Linux and Mac

    Power searching on your desktop without the pain. Perform powerful desktop searches without having to index your system using regular expressions. Graphical equivalent to find/grep. Available for Windows (JAVA) and Linux (Gnome & KDE) and easy to translate into your locale.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 5

    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: 3 This Week
    Last Update:
    See Project
  • 6

    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
  • 7
    OpenSearchServer Search Engine

    OpenSearchServer Search Engine

    An open source search engine with RESTFul API and crawlers

    OpenSearchServer is a powerful, enterprise-class, search engine program. Using the web user interface, the crawlers (web, file, database, etc.) and the client libraries (REST/API , Ruby, Rails, Node.js, PHP, Perl) you will be able to integrate quickly and easily advanced full-text search capabilities in your application: Full-text with basic semantic, join queries, boolean queries, facet and filter, document (PDF, Office, etc.) indexation, web scrapping,etc. OpenSearchServer runs on...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 8
    A catalog application for various media types - CD, DVD, NetDrives, USB flash keys, etc. It can import data from famous WhereIsIt Windows applicaion. In a word this is a try to make a WhereIsIt-like application for Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    mairix is a tool for indexing and searching email messages stored in Maildir, MH, or mbox folders.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • The Leading SaaS Returns Management System Icon
    The Leading SaaS Returns Management System

    ReverseLogix is the only end-to-end returns management system built for retailers, ecommerce, manufacturers and 3PLs.

    ReverseLogix is the only end-to-end return management system that lets you initiate returns, configure return processing, and even handle repairs. Your complex returns require nuanced solutions, but you can’t find a system that can handle the job.
  • 10
    sfbf-ui

    sfbf-ui

    UI frontend for sfbf, a useful application to search for largest files

    UI frontend for sfbf, a useful application to search for largest files on file systems It brings features such as : - Fast file search to locate largest files - Configurable search depth - Various export formats (txt, json, xml, html) - Regular expression matching This project is licensed under the WTFPL (Do What The Fuck You Want To Public License, Version 2) Copyright © 2017 spypunk spypunk@gmail.com This work is free. You can redistribute it and/or modify it under the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    sfbf

    sfbf

    Useful console application to search for largest files on file systems

    sfbf (Search For Big Files) is a useful console application to search for largest files on file systems. It brings features such as : - Fast file search to locate largest files - Configurable search depth - Various output formats (txt, json, xml, html, csv) - Regular expression matching This project is licensed under the WTFPL (Do What The Fuck You Want To Public License, Version 2) Copyright © 2017 spypunk spypunk@gmail.com This work is free. You can redistribute it and/or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13

    bnf2xml

    simple BNF parser makes xml markup of matches

    bnf2xml a simple BNF parser that takes text as input, searches according to a BNF query file, and outputs text marked up by the xml labels that show context. bnf2xml is as simple to use as any text binary ie, awk(1) grep(1). bnf2xml does not require C API because it outputs simple xml labeling. README is visible on file dl page. EXAMPLE: $ echo "hi" | bnf2xml patternfile <word><alph>h</alph><alph>i</alph></word> or <gas>hydrogen iodide</gas> patternfile says how to find...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Horace

    data organising system for arbitrary files

    Uses alternate data streams to provide arbitrary tagging and searching of files within NTFS and other modern file systems supporting alternate data streams. Customisable vocabulary provides searchable standardised tagging system of file associations. Unlike most other file archiving systems, no additional database is required, and the system is robust, and persists file attributes irrespective of renaming / moving / copying / modifying etc. I would appreciate your opinions and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    P objdump

    P objdump

    Tool to find symbols in Library or Executable

    This tool is handcrafted for developer to find symbols listed inside Library and Executables. Upgrading for demangling support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    eix can access Gentoo portage ebuild information and description very quickly (using a local cache). It can also be used to access information on installed packages, local settings, and local and external overlays, and informs about changes in the tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.
    Leader badge
    Downloads: 463 This Week
    Last Update:
    See Project
  • 20
    Tautomaton is a C++11 -template library for deterministic (DFA) and non-deterministic finite automata (NFA). It supports regular expressions and efficient input matching of multiple regexps simultaneously. The library comes with a somewhat grep-like command-line tool for showcasing these features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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: 0 This Week
    Last Update:
    See Project
  • 22
    QKeylink is an attempt to reimplement the freeware Windows launchpad Keylink (see www.strgwin.de) in Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A universal suite of utilities for large corpora processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Development and support of OCFA have been discontinued. the code has moved to these github repositories: https://github.com/DNPA/OcfaLib https://github.com/DNPA/OcfaArch https://github.com/DNPA/OcfaJavaLib https://github.com/DNPA/OcfaModules https://github.com/DNPA/OcfaDoc If you are interested in contributing to ongoing work on the creation of a community maintained OCFA inspired computer forensic framework, please join the Mattock/MattockFS community page on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    SearchMonkey Fork

    Fork of Search Monkey project

    Power searching without the pain. Perform powerful desktop searches without having to index your system using regular expressions. Graphical equivalent to grep. Fork have new features like displaying context of files and "Open With" menu in Linux with KDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next