Skip to content
View Fernando74lr's full-sized avatar
🤘
To be a rock and not to roll
🤘
To be a rock and not to roll

Highlights

  • Pro
Block or Report

Block or report Fernando74lr

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. Spotify-Statistics Spotify-Statistics Public

    Web application to view different statistics of your Spotify account.

    JavaScript 1

  2. Pomodoro-Timer Pomodoro-Timer Public

    This is a Pomodoro timer project that implements the Pomodoro Technique implemented by Francesco Cirillo. I also add a simple to-do list (without DB) to manage your tasks.

    CSS

  3. TeleoperativeAssistantRobot TeleoperativeAssistantRobot Public

    Python 1

  4. Simple Bubble Sort algorithm using J... Simple Bubble Sort algorithm using JavaScript
    1
    let nums = [54, 26, 93, 17, 77, 31, 44, 55, 20];
    2
    
                  
    3
    let temp = 0, count = 0;
    4
    while(count != nums.length) {
    5
        nums.forEach(function(num, i) {
  5. Proyecto-Final-Arquitectura-de-Computadoras Proyecto-Final-Arquitectura-de-Computadoras Public

    Python 1

  6. Donatello-Tracking-Drone Donatello-Tracking-Drone Public

    Python 2