Skip to content
View acdev1508's full-sized avatar
Developing
Developing

Block or report acdev1508

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
acdev1508/README.md

About me

Typing SVG

class acdev1508 {
	public social: Record<string, string>;
	public favLangs: string[];
	public nation: string;
	public website: string;
	public areasOfKnowledge: string[];
	public constructor() {
		this.social = {
			Github: 'acdev1508',
			Discord: 'acdev1508',
			StackOverflow: 'ac.dev',
		};
		this.areasOfKnowledge = ['C++', 'JavaScript', 'TypeScript', 'Node', 'Python'];
		this.favLangs = ['TypeScript', 'C++'];
		this.nation = 'Viet Nam';
		this.website = 'acgaming.is-a.dev';
	}
}

Social

Discord Card

Statistics

Stats

Popular repositories Loading

  1. acdev1508.github.io acdev1508.github.io Public

    ac.dev's portfolio website

    HTML 4 1

  2. acdev1508 acdev1508 Public

    User's profile

    3

  3. discord.js-template discord.js-template Public template

    An advanced discord.js bot template

    JavaScript 3

  4. DiskCleaner DiskCleaner Public

    Clean all unnecessary/temporary files in your local disk.

    Batchfile 2

  5. Template.ts Template.ts Public archive

    Typescript template for discord.js v14 with Sapphire framework

    TypeScript 1 2

  6. free-domain free-domain Public

    Forked from Olivr/free-domain

    Get a cluster.ws & wip.la domain for free and instantly

    HCL