Showing 20 open source projects for "rubiks cube solver"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    Pussel3D

    Pussel3D

    Rubiks cube simulator for different cubes

    Rubiks cube simulator for small cube, rubiks cube, rubiks revanche, professor cube and big cubes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    A fast Rubik's cube solver with a Qt-frontend. This is a port from H. Kociemba's Two-Phase-Algorithm to C++ which can solve cubes with an average of 20 moves. Needs Qt 4 (<=cubesolver-0.1.1) or Qt 5 (>=cubesolver-0.2.1).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    magiccube3

    magiccube3

    Magic cube visualisation and play

    With the MagicCube program you can visualize the movements of a magic cube in 3D. You can command movements in the usual notation interactively and load sequences of movements. You can store the state of the actual cube and the performed movements. You can also randomly disturb the cube and reset or solve it. The cube can be in three modes (for Rubiks and CT mode see references in readme!): 0 = the classic, Rubiks mode with colours, 1 = the CT mode with characters...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5

    Happy Cube Solver

    Design and Display Happy Cube solutions

    The Happy Cube Solver is an interactive interface for designing and building cubes and other designs from the Happy Cube 3D puzzles. It integrates a graphic engine for creating and viewing designs and a simple engine for solving them. Online version: http://shooshx.github.io/happysolver/emscripten/index.html Maintainance of this project moved to: https://github.com/shooshx/happysolver This program is indented to support you while playing live with the Happy Cube©® Puzzles...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    An attempt to bring my old RCX to life and build a cube solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CubeScribe

    CubeScribe

    Render Rubiks Cube OLL and PLL Algorithm Diagrams with HTML5 & JS

    A simple JavaScript class that utilizes the HTML 5 canvas element to render the face diagrams often used to document Rubik's Cube algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Cube Solver

    Automatic Solver for a cube thinking game of real world

    Imaging following situation: You have 9 cubes and all of them have a hole in it. Through all these holes there is a string. And now your turn is to combine everything so that it becomes a big cube. (look at the pictures to understand :) Cube Solver should now take a input of the small cubes and how they are connected and then it should give you instructions how to do it. Needed inputs: - cube data* - target size of cube (x,y,z) - start point for solving (x, y, z) - startdirection...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    Simple Rubik's Cube Timer
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Brute Force Search Cube Solver
    BFS-CS uses a brute force search to solve a given rubiks cube. It aims at finding the shortest solve possible. The tool provides a cube editor using OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SCIG is a PHP (currently being rewritten in Ruby) script which allows to create static representations of Rubiks Cube and similar puzzles. It is highly customizable and has many useful features like caching and drawing many cubes on one image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Trinkets for hackers. Currently: Rubik cube move series inventor. Go solver for tiny boards. Jokes converted into lateral puzzles. Turing machine enumeration Things coming: sci-fi ideas/stories, chess (endgame), etc... License GPL+GFDL
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    This is a two-dimensional sequential move puzzle inspired by the Rubiks cube. Among 3x3 tiles, you can rotate any 2x2 block by 90 degrees, clockwise or counter-clockwise. The objective is to restore the initial state from a scrambled state.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Mcube is designed to solve 4x4x4 Rubiks Cubes (AKA, Rubiks Revenge, AKA, Master Cube). It is multiplatform, and has both console and graphical support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    CGI Rubik's Cube Solver - written in C++. Fast, detailed, distributable, expandable, documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cube is a 4 dimensional hypercube (Tesseract) game that behaves like Rubiks Cube�.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Happy Cube Solver

    Solves the given cubes puzzles and prints the solution

    Solves the given cubes puzzles and prints the solution 1. You may download code: git clone git://git.code.sf.net/p/happycubesolver/code happycubesolver-code 2. Build: mvn clean install assembly:assembly -DskipTests -Dmaven.test.skip=true -DdownloadSources=true -Dcheckstyle.skip=true 3. Run: java -jar target/cubes-1.0-fat.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Its a windows Dialog based application written in Visual C++/MFC that solves a scrambled Rubik's cube, showing the steps. A Rubik's cube configuration can be entered into the program using the 2D view. The 3D view was written using OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    YAMCS

    Yet Another Mini-Cube Solver

    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next