Showing 401 open source projects for "open source game"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    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: 61 This Week
    Last Update:
    See Project
  • 2

    Summa

    Lucene/Solr based search engine and workflow system

    Important: This project has been moved to https://github.com/statsbiblioteket/summa/ Lucens (and Solr) based search engine with very flexible setup and workflow system. It supports incremental updates, hierarchical faceting and index lookup with low memory overhead. Note: Although Summa is open source, the focus is on features used at Statsbiblioteket. No explicit resources has been allocated for support of external users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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: 2 This Week
    Last Update:
    See Project
  • 4
    Recent Document Tracker (RecDocTracker)

    Recent Document Tracker (RecDocTracker)

    Track and Search your recent documents and folders, customizable

    Recent Document Tracker Implements a similar function to Windows 7 Jumplists by tracking recent documents and folders, then by using document type icons in the taskbar tray you can pop-up a menu of recent documents sorted by last access time (like Jumplists) allowing you to quickly search for the files/folders you need. You can also pin/exclude documents as well indicate which documents are open is MS Office applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5
    Aperture is a Java framework for extracting and querying full-text content and metadata from various information systems (file systems, web sites, mail boxes, ...) and the file formats (documents, images, ...) occurring in these systems.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    TinyScan
    A Java-based powerful disk usage utility. It outputs a table and a tree (both can be sorted). TinyScan is able to export the result to Excel, Access, MySQL and it can also scan remote computers. It is free and open source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    mairix is a tool for indexing and searching email messages stored in Maildir, MH, or mbox folders.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8
    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: 27 This Week
    Last Update:
    See Project
  • 9
    recoll-firefox-extension

    recoll-firefox-extension

    Index the web pages you visit with the Recoll text search tool

    Please note that this extension is superceded by a new one based on the WebExtensions API for Firefox 57 and later: https://addons.mozilla.org/en-US/firefox/addon/recoll-we/ The source for the new version is here: https://opensourceprojects.eu/p/recollwe/code/ This Firefox extension allows you to include the web pages that you visit in Firefox in the index built by the Recoll text search tool. The extension has been reviewed and should now be directly installed from the Mozilla addons...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 10
    JarOMine

    JarOMine

    Quickly Search THOUSANDS of Archives!

    If you have ever tried to locate files, classes, and resources buried amongst an ever shifting locus of ZIP and / or JAR files, we feel your pain! After spending far too much time searching hundreds of archives for moving targets, I decided to write JarOMine. Originally designed for locating Java classes, JarOMine works equally well with ZIP archives, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MagicalRecord

    MagicalRecord

    Easy Fetching for Core Data!

    In software engineering, the active record pattern is a design pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his book Patterns of Enterprise Application Architecture. The interface to such an object would include functions such as Insert, Update, and Delete, plus properties that correspond more-or-less directly to the columns in the underlying database table. Active record is an approach to accessing data in a database. A database...
    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 needle in...
    Downloads: 0 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 suggestions...
    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, as the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Reggata

    Reggata

    Tagging system for local files

    Reggata is a tagging system for managing local files on a computer. Use it for organizing your huge collections of music, ebooks and photos (or any other files) with tags. TESTERS NEEDED! Help the project: submit BUGS and request NEW FEATURES here https://github.com/vlkv/reggata/issues Send me your FEEDBACK vitvlkv@gmail.com !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Xd has moved to GitHub, and can now be reached at https://fbb-git.github.io/xd/ Please refer to github's location for the latest archive and releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Torrent Search Engine (WinApp)

    Torrent Search Engine (WinApp)

    Fast and powerful search engine

    Torrent Search Engine: TorrentSearch is a framework and script language for searching Bit Torrent websites and search engines for torrents.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    SurfFind
    SURF FIND is a simple and fast grep-like text search software, which keeps the previous search results as separate tabs. It also implements file caching mechanism so that the subsequent searches for the same set of files will be completed faster. Each tab has the list of found files and lines on the left, and the text viewer on the right to show the selected line on the list. On the text viewer, user can select a new keyword and start a new search instantly. On the list view, external...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Torrent Search Engine

    Torrent Search Engine

    A fast cross-platform TorrentSearch client

    Torrent Search Engine: TorrentSearch is a framework and script language for searching Bit Torrent websites and search engines for torrents.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    MARKOS Project

    MARKOS Project

    The MARKet for Open Source

    MARKOS developed a prototype of a service and an interactive application providing an integrated view on the Open Source projects available the on web, focusing on functional, structural and licenses aspects of software code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FileQ

    FileQ

    Simple effective file browser and transfer app.

    Description pending...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pdfgrep is a tool to search text in PDF files. It works similar to grep.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The goal of this project is to provide a Content Provider plugin to RSS Feeds for iQser GIN Semantic Middleware (www.iqser.com). It is an easy way to integrate news sources for smart mashups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    https://sourceforge.net/p/anuenue/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project