Skip to content

Instantly share code, notes, and snippets.

View PhanDungTri's full-sized avatar
🤚
IT'S REFACTOR TIME!!!!!

Phan Dung Tri PhanDungTri

🤚
IT'S REFACTOR TIME!!!!!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am phandungtri on github.
  • I am phandungtri99 (https://keybase.io/phandungtri99) on keybase.
  • I have a public key ASAAi9xfPDyKY60x6IfcGB3l16M-u5tILG40d2kND8WJJQo

To claim this, I am signing this object:

export GTK_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx
export QT4_IM_MODULE=fcitx
//add these lines in ~/.xprofile
const create = async e => {
e.preventDefault();
const form = e.target;
const formData = new FormData(form);
formData.append("image", form.elements["CarImage"].files[0]);
await axios.post("api/car", formData);
form.reset();
onSubmit();
};

Keybase proof

I hereby claim:

  • I am mysbeario on github.
  • I am phandungtri (https://keybase.io/phandungtri) on keybase.
  • I have a public key ASATWlUteq7bSKaToSiNzQFHhZX0Qr5tRu5k9vEgshiiPgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am phandungtri on github.

  • I am phandungtri (https://keybase.io/phandungtri) on keybase.

  • I have a public key ASATWlUteq7bSKaToSiNzQFHhZX0Qr5tRu5k9vEgshiiPgo

,### Keybase proof

I hereby claim:

  • I am phandungtri on github.

  • I am phandungtri (https://keybase.io/phandungtri) on keybase.

  • I have a public key ASATWlUteq7bSKaToSiNzQFHhZX0Qr5tRu5k9vEgshiiPgo

import React, { useState } from "react";
import MarkdownEditor from "../MarkdownEditor";
import CodeEditor from "../CodeEditor";
import TipCard from "../Card/TipCard";
import InputCard from "../Card/InputCard";
import HashTagIcon from "../SVG/HashTagIcon";
import style from "./style";
import TagInput from "../Input/TagInput";
import { colors } from "../../styles";
import BugariumIcon from "../SVG/BugariumIcon";
const thanosEasterEgg = () => {
const COUNT = 32;
let info;
const thanosGauntlet = document.getElementById("thanos-gauntlet");
let status = false;
let arr = [];
const doSnap = () => {
info = document.getElementsByClassName("info");
thanosGauntlet.classList.remove("thanos-time");
@PhanDungTri
PhanDungTri / README-Template.md
Created January 29, 2019 15:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a