Skip to content
View safhac's full-sized avatar
🐍
🐍
Block or Report

Block or report safhac

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

Pinned

  1. elm-tictactoe elm-tictactoe Public

    a short example of a tic tac toe game in elm

    Elm

  2. elm-facebook-login elm-facebook-login Public

    A basic Elm 0.18 app for logging in with facebook authorization

    JavaScript 3 2

  3. find shortest path in graph find shortest path in graph
    1
    import deque
    2
    
                  
    3
    graph2 = {
    4
        'Dov Aharon': ['Debbie Ben Zaken', 'Yaron Baberman'],
    5
        'Debbie Ben Zaken': [],
  4. send-receive send-receive Public

    containers send and receive to/from rabbitmq

    Python

  5. elm-app-demo elm-app-demo Public

    elm app demo with webpack, routing and mock http server

    Elm

  6. RenderingEngine RenderingEngine Public

    python composition of various media types using moviepy

    Python