Skip to content
View phuctvt's full-sized avatar

Block or report phuctvt

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. angular-chrome-extension-scaffold angular-chrome-extension-scaffold Public

    Chrome Extension Scaffold using Angular

    TypeScript

  2. typescript-chrome-extension-scaffold typescript-chrome-extension-scaffold Public

    Chrome Extension Scaffold using Typescript language

    JavaScript

  3. try-it try-it Public

    C#

  4. VideoBrowsingSystemContentBased VideoBrowsingSystemContentBased Public

    Video Browsing System Semantic Concept Based And Sketch Based.

    C#

  5. VideoBrowsingSystemContentBased-1 VideoBrowsingSystemContentBased-1 Public

    Forked from nghiaiosdev/VideoBrowsingSystemContentBased

    Video Browsing System Semantic Concept Based And Sketch Based.

    C#

  6. Fireworks 2.0 (add target to each fi... Fireworks 2.0 (add target to each firework)
    1
    class Firework {
    2
    	constructor() {
    3
    		this.color = Hsl.random();
    4
    		this.color.s = 100;
    5
    		this.color.l = 70;