Skip to content
View DaniSagan's full-sized avatar

Block or report DaniSagan

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 Loading

  1. Game_13w33 Game_13w33 Public

    City building game. Demo video:

    C++ 6 1

  2. html-builder html-builder Public

    A python library to quickly generate simple static html pages

    Python 1

  3. PyCalc PyCalc Public

    Command line RPN calculator written in python with its own stack-based programming language that enables to easily extend its functionality.

    Python 1

  4. youbot_monitor youbot_monitor Public

    A ROS package with small tools for controlling and monitoring both the arm and the base of a YouBot robot.

    Python 1

  5. Utilidades para SigPac Utilidades para SigPac
    1
    package com.danisagan.sigpacvisor.utils;
    2
    
                  
    3
    import java.awt.image.BufferedImage;
    4
    import java.io.File;
    5
    import java.io.IOException;
  6. RpnTex RpnTex Public

    RpnTeX is a tool for making easier to create LaTeX equations using Reverse Polish Notation. It also functions as an RPN calculator as it can perform numerical evaluation of the typed expressions.

    JavaScript