Skip to content
View NeFaWaltPint's full-sized avatar
  • Yopal
  • 16:33 (UTC -05:00)
Block or Report

Block or report NeFaWaltPint

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
NeFaWaltPint/README.md
package main

import (
	"fmt"

	"github.com/NeFaWaltPint/xd"
)

func main() {
	person := xd.PersonData{
		Name:       "Neider Fabian Walteros Pinto",
		Origin:     "Yopal, Colombia",
		Profession: "Electronic Engineer",
		ProgrammingLanguages: []string{
			"C", "TypeScript", "Go", "Bash", "Python", "PHP", "Ladder", "CNC",
		},
		Software: []string{
			"Labview", "Matlab", "SolidWorks", "Proteus Design", "NI Multisim", "OnShape",
			"CorelDraw", "Photoshop",
		},
		Projects: []string{
			"Home automation using IoT devices and web implementations from scratch", 
			"Acquisition and digital processing of myoelectric signals",
		},
		Interests: []string{
			"Cycling", "Photography", "GNU/Linux enthusiast",
			"Listening and explore music (rock, metal, postrock, shoegaze, postpunk, synth pop...)",
			"Watching movies and series (cult classics, thriller, sci-fi...)",
			"Space exploration, physics and scientific dissemination...",
		},
	}

	fmt.Printf("Hello, my name is %s, I'm from %s. I'm a %s.\n", person.Name, person.Origin,
		person.Profession)

	fmt.Println("I have skills in the following programming languages:")
	xd.PrintList(person.ProgrammingLanguages)

	fmt.Println("I'm also proficient in using the following software:")
	xd.PrintList(person.Software)

	fmt.Println("Projects or ideas I've worked on:")
	xd.PrintList(person.Projects)

	fmt.Println("In my free time, I enjoy:")
	xd.PrintList(person.Interests)
}

Popular repositories Loading

  1. DSP-Module-for-EMG-Signals DSP-Module-for-EMG-Signals Public

    Manual de usuario Módulo DSP para señales EMG

  2. lineamientos_oas lineamientos_oas Public

    Forked from udistrital/lineamientos_oas

    📒 Learn: Repositorio de buenas prácticas y lineamientos para la codificación de software OAS

  3. Python-para-sistemas-embebidos Python-para-sistemas-embebidos Public

    Repositorio público con información de guía para el desarrollo de prácticas de programación de micropython en sistemas embebidos (esp32)

  4. NeFaWaltPint NeFaWaltPint Public

    Me