Showing 12 open source projects for "luci-app-sfe"

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.
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • 1
    Basic Blind Chess

    Basic Blind Chess

    Blind Chess using Taiwan rule

    Blind Chess also known as "Dark Chess" (暗棋) or "Banqi" or Half Chess , is a two-player Chinese board game played on a 4x8 grid, or half of the xiangqi (Chinese Chess) board. This application is using Taiwan rule. AI is using basic minimax tree structure and some rules. Advanced algorithm such as Upper Confidence bounds applied to Trees and Monte Carlo Tree Search are NOT used. This app is single player vs computer only. For English user, Christakis Giorgios made Software Requirements...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 2

    Hi-Q Game

    This is a computer program that solves the Hi-Q peg board game.

    Hi-Q is a peg board game that you jump over pegs and remove them. The solution ends with one peg left. This is a C++ computer program that finds the solution to the game using an exhaustive search. In 1974 in college, I wrote a Fortran program to try and solve the problem, but the mainframe was not fast enough to find a solution. A peg jumps over another peg and the jumped over peg is removed. A perfect solution ends with one peg left. The program ignores reflections and rotations for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    lichess.org

    lichess.org

    The forever free, ad-free and open source chess server

    lichess.org (also known as Lila - lichess in Scala) is a free and open source chess server written in Scala 2.13 that focuses on real time gameplay and ease of use. It’s where countless chess players and chess enthusiasts can gather and watch or play from a selection of over a million games every day, analyze games, learn and improve their playing. lichess is equipped with a search engine, computer analysis, tournaments, exhibitions, a mobile app, a shared analysis board, and so much more...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 4
    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...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5

    PyBawo

    A Multiplayer Bao (Bawo) App for GNU

    PyBawo is a multiplayer implementation of the East African board game, Bao (Bawo) in Python. PyBawo largely implements Bao (Bawo) as played in Malawi with additional rules that eliminate the possibility of infinite moves. PyBawo currently supports local two player games against another human or the computer.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    desqchess3

    simple chess app

    2020: MOVED TO https://github.com/peterjtracey/desqchess -- because it's 2020... Version 3 fork of desqchess. DESQChess will be an easy to use, easy to add on to, easy to animate chess system. Useful for apps, tablets apps, and desktop systems. Plans for other plugins include: - Add plugin to connect to animation system (web GL) - Connect to other open-source software such as Blender, illustrator, GIMP, and Vector graphic manipulation programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RuzzleSolver

    RuzzleSolver

    Takes in a ruzzle input and solves it

    What does it do ? 1. Takes in a Ruzzle grid as input and finds all words that can be formed. 2. An automatic swiper that in conjunction with Bluestacks lets you swipe every possible word thereby getting an insanely high score ! How does it work ? 1. Runs a DFS on the Ruzzle grid and at each instance checks if the word formed is a valid one. 2. Since the size of a grid is just 4 x 4, optimizations (such as using a suffix tree) aren't that important. 3. The total list of possible words is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    InterFace

    InterFace

    Chat Messenger - Open Source Social Network - Online Chess Game

    ... defined (whitelisted) friends are allowed to post into the mailbox. InterFace is the communication suite as well including a Forum Function like a Bulletin Board. InterFace is based on Qt and c++ and can easily be used as a Plugin-Tab in any Qt Frame Host or other Qt App. It is based and a clone of Lib RetroShare Messenger. Currently this Friendslist is used in the Qt Browser Dooble as a Tab. See http://dooble.sf.net for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tyrannus

    Tyrannus

    Tyrannus is a Chess GUI and Engine built in Java.

    ... send me a message and we can see about that. Latest Update: The Engine beats me easily now, and I have pre-programmed 4 different difficulties into the release of version 2.0. The idea is that 1.0 was a chess app, and 2.0 is a chess engine. Hope you enjoy playing against the engine! Good luck.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 10
    Tic Tac Toe is a simple game written in Java. It features a Computer AI, Internationalization and an Undo function. It is my first complete app so don't expect too much.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    simple Java console app for controlling a human-vs-human Chess game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sudokulib is a small C++ library for generating and solving sudoku puzzles. The projects also contains a small sudoku app for Linux and Windows systems. The subproject MobileSudoku is a J2ME-Version. It should run on all recent mobile phones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next