Showing 1607 open source projects for "drcom-for-linux"

View related business solutions
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
    Learn More
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
    Learn More
  • 1
    Anywhere Board Games
    Anywhere Board Games (ABG) allows users to play board and card games on the web in real time on multiple machines (PC, Linux, iPhone, iPad, and Android). ABG runs as a stand-alone PHP app. Unlike other gaming environments, we had a peculiar vision: projecting the main board on our table and using laptops or tablets to control our hands (with other friends joining in remotely). ABG runs on PHP 5 and Apache (which is provided with the Windows installer). It supports flipping, stacking...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Junes
    Junes is a board game of student life and career. It is not a perfect remake, but is very much in the spirit of the legendary Sierra's game Jones in the Fast Lane.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PacmaniaQt

    PacmaniaQt

    Classic pac-man on Qt with pure C++.

    It is based on the "Pacman_Qt" project (https://sourceforge.net/projects/pacmanlike/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Gambit

    Gambit

    A cross-platform chess game.

    Gambit is a cross-platform chess game. There are binaries for Windows users. Users of Unix-like operating systems can check the web site for build instructions (it should be easy to follow).
    Downloads: 2 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
    Learn More
  • 5
    XR3TicTacToe

    XR3TicTacToe

    Wonderful Java Tic Tac Toe game

    Comments: A Tic Tac Toe game made in Java using Swing Library. GitHub Repository : https://github.com/goxr3plus/XR3TicTacToe ### PS Java 1.8.0_141 ++ Required ! Download Java 8 here : ( https://www.java.com/en/ )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    absens

    game of nil or eternity

    Simple or complex game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Path Finder Qt

    finds the sortest path on the square board. GUI is implemented in Qt.

    The program demonstrates the usage of the A* algorithm to find the shortest path. It searches the shortest path between source piece and target piece on the rectangular board. On the board the obstacles (wall) can be constructed. In addition to the algorithm, the GUI is provided. The GUI is written in Qt. Using the GUI, one can construct and move interactively the obstacles on the board. For every modification of the board, the shortest path is calculated automatically. Some statistics...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    jChecs is an open source Java chess program, designed to introduce the basics of computer chess programming concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Conan RPG 2D20 Spreadsheet
    Fan made Conan RPG 2d20 by Modiphius Spreadsheet. If you are a skilled Excel programmer and you are interrested in helping with the project do not hesitate to contact me at ulothar1980@gmail.com .
    Downloads: 0 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.
    Learn More
  • 10
    Scripted Roulette

    Scripted Roulette

    Simulation tool for the casino game Roulette

    Scripted Roulette is an original application which helps you to develop and analyze new betting strategies for the casino game Roulette. Learn and understand more about the chances you really have to win.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Peg Solitaire
    Peg solitaire is a board game for one player involving movement of pegs on a board with holes. The program includes over 330 solitaire problems. The program looks for new solutions and it is possible to raise new problems.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Online preference

    Online preference

    Unfinished on-line preferance.

    Preference is a card game with bribes. It became widespread in the Russian Empire in the middle of the 19th century. Unfinished attempt to make an online version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Atomic Research
    Atomic Research is a Battleships variant. The player is a scientist who wants to discover the postion of some atoms on the game board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    A star

    it is an implementation of A* algorithm with examples of its usage.

    A start (A*) is the algorithm for searching the shortest path in the weighted graphs. My implementation is provided with various interesting applications, i.e. 15 puzzle. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/shortest-path-graph-a-star/ For detail of A* algorithm see wiki page: https://en.wikipedia.org/wiki/A*_search_algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    chess777

    chess777

    Basic console interface for 3 player chess in a 7x7x7 cube.

    Allows for selection of pieces and highlighting of possible moves. If the player whose turn it is selects one of his own pieces, he may move it to a legal space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    I-Go is a oriental strategic board game for two players.(See detail at: http://en.wikipedia.org/wiki/Go_(board_game)) Now extend Go's 2D board to 3D gridding cube, that's Trigo. Our project 'K.L.'s Trigo' is a platform for Trigo game play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    board2D.js

    board2D.js

    A JavaScript game library to quickly develop board games for the web

    Board2D.js is a JavaScript library that allows you to quickly develop 2D board games for the web. It is extremely easy to use and contains a very rich API. Download the ZIP, and extract it to a folder. Inside it, the "lib" folder contains the javascript library file. You can include it in your projects as-is. For an example of how to use the library, you can find two mini samples of tic-tac-toe and chess in the examples directory. There is no API manual currently, but if you use an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TChess is an extended chess played on a Torus (donut) It includes a computer player (KI) with 3 strength levels and multiplayer support. -- Please post your questions in the Help-Forum!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    TicTacToe

    TicTacToe

    Naive AI Enabled Tic-Tac-Toe Game

    It is a simple Tic-Tac-Toe game and you can play with the computer too! The computer has two AI-Players, having two levels of smartness. It is almost impossible to beat the hard level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ChessShell for PC/Mac/Linux

    ChessShell for PC/Mac/Linux

    Chess Database application

    A GUI frontend for the ChessShell API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    2048-js-ai

    2048 game and AI on JavaScript

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    OpenQuest

    OpenQuest is a computer game conversion of the board game HeroQuest.

    OpenQuest is a computer game conversion of the board game HeroQuest. The play supports Multiplayer as well as Singleplayer. The representation takes place in a isometric view (like e.g. Transport Tycoon, UFO - Enemy Unknown, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ChessbrainVB

    EXCEL VBA chess engine with chess board

    VBA chess engine for EXCEL / WORD / POWERPOINT ( level: 2200 ELO ) with chess board GUI. Full EXCEL install needed (no viewers or OpenOffice) also: VisualBasic 6 compile for winboard (2750 ELO), needs a chess GUI like ARENA latest version here: https://github.com/RZulu54/ChessBrainVB/releases
    Downloads: 2 This Week
    Last Update:
    See Project