Skip to content
View alexandreelise's full-sized avatar
💡
Augmented Game Ideas
💡
Augmented Game Ideas

Block or report alexandreelise

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alexandreelise/README.md

JouerCloud : Augmented Game Ideas

      __  __     ____         _____                          ______                              
   / / / /__  / / /___     / ___/__  ______  ___  _____   / ____/___ _____ ___  ___  __________
  / /_/ / _ \/ / / __ \    \__ \/ / / / __ \/ _ \/ ___/  / / __/ __ `/ __ `__ \/ _ \/ ___/ ___/
 / __  /  __/ / / /_/ /   ___/ / /_/ / /_/ /  __/ /     / /_/ / /_/ / / / / / /  __/ /  (__  ) 
/_/ /_/\___/_/_/\____/   /____/\__,_/ .___/\___/_/      \____/\__,_/_/ /_/ /_/\___/_/  /____/  
                                   /_/                                                         
  

Tip

Don't let technical problems KILL your AMBITIONS...

visitor badge GitHub followers YouTube Channel Views

Let's connect

Pinned Loading

  1. JouerCloud/puissance4-php Public template

    An automated supervised learning algorithm that maximise the chances of player 2 to win in a minimum of plies the connect 4 game

    PHP 1

  2. chess-lab/chess Public template

    Learn by doing your own chess engine in a one self-contained html file

    HTML 3

  3. velvet Public template

    Realtime video processing purely in javascript as a side project to learn javascript seriously

    JavaScript

  4. percentage-repartition Public template

    Compute a percentage repartition based on possibly fixed percentage values in a dataset

    JavaScript 1

  5. How to create a diff of Docker image...
    1
    #!/bin/bash
    2
    
                  
    3
    set -eux
    4
    
                  
    5
    diff -u <(docker image history yourrepo/yourimage1:yourtag)  <(docker image history yourrepo/yourimage2:yourtag)
  6. install-gcc Public template

    Optimized Dockerfile to install gcc on any Ubuntu LTS version since Ubuntu 14.04 LTS latest available on each platform at the time of writing.

    Dockerfile 1