Skip to content

Instantly share code, notes, and snippets.

View gifhuppp's full-sized avatar

Hazmee Evolutioan.ai gifhuppp

View GitHub Profile
# My name Hazmee Ming I'am from Thailand I don't have a girlfriend. I'm still single. hehehehe
![Modern cheatsheet](https://scontent.fbkk22-3.fna.fbcdn.net/v/t1.6435-9/75500990_2623678261059485_1724401391927033856_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=174925&_nc_eui2=AeHakdNxWAWBE1U6dj0xVvKAJB1e7UWqP_ckHV7tRao_93SRCeV-SifqaEv3kZAkk5bCqLEe4oqsXUb0GfNK1QBZ&_nc_ohc=xoOHj4m8-YYAX-pOZUe&_nc_ht=scontent.fbkk22-3.fna&oh=f2f5e18476df782744fbd7cd7ce42c9e&oe=6123B819)
I've only been learning Github for a month now. I want to lerning I want everyone to suggest things I've done wrong or new things I haven't done yet. Thank you evry body
@robertohuertasm
robertohuertasm / .licrc
Last active April 9, 2024 15:59
Simple .licrc config file for Licensebat
# IMPORTANT!: ALL SECTIONS ARE MANDATORY
[licenses]
# This indicates which are the only licenses that Licensebat will accept.
# The rest will be flagged as not allowed.
accepted = ["MIT", "MSC", "BSD"]
# This will indicate which licenses are not accepted.
# The rest will be accepted, except for the unknown licenses or dependencies without licenses.
# unaccepted = ["LGPL"]
# Note that only one of the previous options can be enabled at once.
# If both of them are informed, only accepted will be considered.