Skip to content
View j-peralva's full-sized avatar
🐍
Pythoning
🐍
Pythoning
Block or Report

Block or report j-peralva

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. PGI PGI Public

    This repository is for sharing solutions of old homeworks of Programming with Graphical Interfaces discipline of CEDERJ

    Python 1

  2. StartCoding StartCoding Public

    This repository is used for sharing code from tutorials that I have created in streaming plattaforms

    Jupyter Notebook

  3. A music box to deal with game events... A music box to deal with game events in Unity
    1
    using UnityEngine;
    2
    
                  
    3
    namespace Audio.Scripts
    4
    {
    5
        public class EventSound : MonoBehaviour
  4. AdventOfCode AdventOfCode Public

    Solution of chalenges from Advent of Code

    Python