Skip to content
View JoseJunior-L4's full-sized avatar

Block or report JoseJunior-L4

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

type Me struct {
	Name   string
	Job    string
	Code   string
	Skills string
}

func main() {
	me := &Me{
		Name:   "JoseJunior-L4",
		Job:    "Software Engineer",
		Code:   "Go, Python, PHP, Dart",
		Skills: "Software Development and Auditing",
	}
	_ = me
}

Popular repositories Loading

  1. flask_starter flask_starter Public

    CSS 1

  2. VideoSlicer VideoSlicer Public

    Video Cutter is a Python script that allows you to cut a long video into smaller segments based on specified timestamps. It's a useful tool for splitting videos into separate clips based on differe…

    1

  3. Romana-em-Inteiro. Romana-em-Inteiro. Public

    Conversão de numeração romana em Inteiro.

    JavaScript

  4. chat_light chat_light Public

    Dart

  5. JoseJunior-L4 JoseJunior-L4 Public

    Config files for my GitHub profile.

  6. Login-e-Registo-Basico Login-e-Registo-Basico Public

    Apenas um login e registo simples com validações

    Java