Skip to content
View NantipatSoftEn's full-sized avatar
:octocat:
(=ↀωↀ=) ^ↀᴥↀ^ (^・ェ・^) 🧶🧶
:octocat:
(=ↀωↀ=) ^ↀᴥↀ^ (^・ェ・^) 🧶🧶
  • Thailand

Organizations

@SprintLog
Block or Report

Block or report NantipatSoftEn

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

🎓🎓🎓 Software Engineer, Prince of Songkla University Phuket Campus

🏦 I’m currently working on Fintech company

solve problem graph algorithm on URIOnnlineJudge

🎀 My blog 🎀

NantipatSoftEnStat

Top Langs

Languages and Tools:

Pinned

  1. FunctionalPrograming FunctionalPrograming Public

    FunctionalPrograming For React

    TypeScript 1

  2. Compettive-Programing Compettive-Programing Public

    💫 I love Compettive Programing 💘

    C++ 1

  3. Apriori Apriori Public

    Apriori Data mining ⚡ https://nantipatsoften.github.io/Apriori

    JavaScript 1

  4. Top screen youtube Top screen youtube
    1
    await document.getElementsByTagName('video') [0].requestPictureInPicture()
  5. git commit template and short word git commit template and short word
    1
    [filter "lfs"]
    2
    	process = git-lfs filter-process
    3
    	required = true
    4
    	clean = git-lfs clean -- %f
    5
    	smudge = git-lfs smudge -- %f
  6. ⚙️ install software require when cr... ⚙️ install software require when create new server 🖍 sh install.sh
    1
    #!/bin/bash
    2
    sudo apt update
    3
    sudo apt install git
    4
    sudo apt install nodejs
    5
    sudo apt install npm