This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const qna = [{"title":"ThΓ‘ch thα»©c cα»§a ngΓ’n hΓ ng khi chuyα»n Δα»i sα» lΓ gΓ¬?","ans":"2"},{"title":"Γ nΓ o KHΓNG phαΊ£i lΓ xu hΖ°α»ng cΓ΄ng nghα» trong chuyα»n Δα»i sα» ngΓ nh ngΓ’n hΓ ng?","ans":"3"},{"title":"ΔΓ’u KHΓNG phαΊ£i lΓ 1 giai ΔoαΊ‘n trong chuyα»n Δα»i sα» ngΓ’n hΓ ng?","ans":"4"},{"title":"Mα»t α»©ng dα»₯ng phα» biαΊΏn cα»§a trΓ tuα» nhΓ’n tαΊ‘o (AI) trong ngΓ’n hΓ ng lΓ gΓ¬?","ans":"3"},{"title":"Fintech cΓ³ vai trΓ² gΓ¬ trong chuyα»n Δα»i sα» ngΓ’n hΓ ng?","ans":"1"},{"title":"CΓ΄ng nghα» Blockchain giΓΊp ngΓ’n hΓ ng cαΊ£i thiα»n Δiα»u gΓ¬?","ans":"4"},{"title":"Chuyα»n Δα»i sα» trong ngΓ’n hΓ ng lΓ gΓ¬?","ans":"2"},{"title":"CΓ΄ng nghα» nΓ o ΔΓ³ng vai trΓ² quan trα»ng trong chuyα»n Δα»i sα» ngΓ’n hΓ ng?","ans":"4"},{"title":"MΓ‘y hα»c (Machine Learning) cΓ³ thα» giΓΊp ngΓ’n hΓ ng lΓ m gΓ¬?","ans":"4"},{"title":"ΔΓ’u lΓ mα»t biα»u hiα»n cα»§a Chuyα»n Δα»i sα» tαΊ‘i WBVN","ans":"4"},{"title":"Giao tiαΊΏp sα» KHΓNG bao gα»m hΓ¬nh thα»©c nΓ o sau ΔΓ’y?","ans":"3"},{"title":"Khi tham gia hα»p trα»±c tuyαΊΏn, hΓ nh vi nΓ o sau ΔΓ’y lΓ phΓΉ hợp?","ans":"2"},{"title":"Cα»ng Dα»ch vα»₯ cΓ΄ng Quα»c gia cΓ³ Δα»a chα» chΓnh thα»©c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Document</title> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script> | |
| <style> | |
| .playlist { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This function converts the string to lowercase, then perform the conversion | |
| function toLowerCaseNonAccentVietnamese(str) { | |
| str = str.toLowerCase(); | |
| // We can also use this instead of from line 11 to line 17 | |
| // str = str.replace(/\u00E0|\u00E1|\u1EA1|\u1EA3|\u00E3|\u00E2|\u1EA7|\u1EA5|\u1EAD|\u1EA9|\u1EAB|\u0103|\u1EB1|\u1EAF|\u1EB7|\u1EB3|\u1EB5/g, "a"); | |
| // str = str.replace(/\u00E8|\u00E9|\u1EB9|\u1EBB|\u1EBD|\u00EA|\u1EC1|\u1EBF|\u1EC7|\u1EC3|\u1EC5/g, "e"); | |
| // str = str.replace(/\u00EC|\u00ED|\u1ECB|\u1EC9|\u0129/g, "i"); | |
| // str = str.replace(/\u00F2|\u00F3|\u1ECD|\u1ECF|\u00F5|\u00F4|\u1ED3|\u1ED1|\u1ED9|\u1ED5|\u1ED7|\u01A1|\u1EDD|\u1EDB|\u1EE3|\u1EDF|\u1EE1/g, "o"); | |
| // str = str.replace(/\u00F9|\u00FA|\u1EE5|\u1EE7|\u0169|\u01B0|\u1EEB|\u1EE9|\u1EF1|\u1EED|\u1EEF/g, "u"); | |
| // str = str.replace(/\u1EF3|\u00FD|\u1EF5|\u1EF7|\u1EF9/g, "y"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| REPOS="$1" | |
| TXN="$2" | |
| MAVEN_HOME="/opt/apache-maven-3.6.3" | |
| # Change to your project's directory | |
| PROJECT_DIR="/home/tandv/Desktop/convention/demo" | |
| # Change to the project directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const OPERATORS = { | |
| plus: { | |
| text: 'PhΓ©p cα»ng', | |
| value: '+' | |
| }, | |
| minus: { | |
| text: 'PhΓ©p trα»«', | |
| value: '-' | |
| }, | |
| divide: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!bin/bash | |
| # Update your system package index and install the required dependencies | |
| sudo apt update | |
| sudo apt install apt-transport-https ca-certificates curl software-properties-common | |
| # Add the Docker GPG key and add the Docker repository to your system | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
| sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #############GIT ALIAS COMMAND################### | |
| #Basic | |
| alias gst='git status -s' | |
| alias gcl='git clone' | |
| alias gci='git commit' | |
| alias gco='git checkout' | |
| alias gbr='git branch' | |
| alias gr='git reset' | |
| alias gcp='git cherry-pick' | |
| alias ggr='git grep -Ii' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ['π','π','π','π','π','π','π','π','π','π','π','π'][((new Date()).getHours()%12)]; | |
| const getStatus = () => { | |
| const day = new Date(); | |
| const time = day.getHours(); | |
| if(time >= 22 && time <= 23 || time >= 0 && time < 6 ) { | |
| return 'ππ»'; | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import ROSLIB from "roslib"; | |
| const connectToRosBridgeWs = (rosBridgeWSUrl = undefined, cb) => { | |
| if (rosBridgeWSUrl) { | |
| const ros = new ROSLIB.Ros(); | |
| try { | |
| ros.connect(rosBridgeWSUrl); | |
| if(typeof cb === 'function') { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TypeScript 14 hrs 52 mins βββββββββββββββββββββ 90.0% | |
| HTML 1 hr 1 min βββββββββββββββββββββ 6.2% | |
| JSON 16 mins βββββββββββββββββββββ 1.7% | |
| Bash 11 mins βββββββββββββββββββββ 1.2% | |
| JavaScript 5 mins βββββββββββββββββββββ 0.5% |
NewerOlder