- Google Chrome: https://www.google.com/chrome/
- Sublime Text: https://www.sublimetext.com/docs/3/linux_repositories.html#apt
Createsublime
shortcut:sudo ln -s /opt/sublime_text/sublime_text /usr/local/bin/sublime
- Webstorm:
Download: https://www.jetbrains.com/webstorm/download/#section=linux
Setup: https://www.jetbrains.com/help/webstorm/install-and-set-up-product.html - VSCode: https://code.visualstudio.com/download
- Slack: https://slack.com/downloads/linux
- Skype: https://www.skype.com/en/get-skype/
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
[ | |
{ | |
"domain": ".lynda.com", | |
"expirationDate": 1605685626, | |
"hostOnly": false, | |
"httpOnly": false, | |
"name": "_ga", | |
"path": "/", | |
"sameSite": "no_restriction", | |
"secure": false, |
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
[ | |
{ | |
"domain": ".lynda.com", | |
"expirationDate": 1602405564, | |
"hostOnly": false, | |
"httpOnly": false, | |
"name": "_ga", | |
"path": "/", | |
"sameSite": "no_restriction", | |
"secure": false, |
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
<div class="fb-send-to-messenger" page_id="568015096933xxx" messenger_app_id="402876686862xxx" color="blue" size="xlarge" enforce_login="false" data-ref="123456" cta_text="SUBSCRIBE_TO_UPDATES"></div> |
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
<div class="fb-send-to-messenger fb_iframe_widget" page_id="568015096933xxx" messenger_app_id="402876686862xxx" color="blue" size="xlarge" enforce_login="false" data-ref="pCBkBjiK6L7KQFSqM" cta_text="SUBSCRIBE_TO_UPDATES" fb-xfbml-state="rendered" fb-iframe-plugin-query="app_id=&color=blue&container_width=532&cta_text=SUBSCRIBE_TO_UPDATES&enforce_login=false&locale=en_US&messenger_app_id=402876686862xxx&page_id=568015096933xxx&ref=123456&sdk=joey&size=xlarge"><span style="vertical-align: bottom; width: 256px; height: 68px;"><iframe name="f3769e54c3c93e8" width="1000px" height="1000px" frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" allow="encrypted-media" title="fb:send_to_messenger Facebook Social Plugin" src="https://www.facebook.com/v2.12/plugins/send_to_messenger.php?app_id=&channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FxaOI6zd9HW9.js%3Fversion%3D42%23cb%3Dfab5aacb255238%26domain%3Dlocalhost%26origin%3Dhtt |
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
[ | |
{ | |
"domain": ".bongdaf.tv", | |
"expirationDate": 1535097055.020417, | |
"hostOnly": false, | |
"httpOnly": true, | |
"name": "__cfduid", | |
"path": "/", | |
"sameSite": "no_restriction", | |
"secure": false, |
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
function replaceAt(string, index, replace) { | |
return string.substring(0, index) + replace + string.substring(index + 1); | |
} |
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 notVNchars = '[^a-zA-Z0-9_\'ếààáãạảăắằẳẵặâấầẩẫậèéẹẻẽêềếểễệđìíĩỉịòóõọỏôốồổỗộơớờởỡợùúũụủưứừửữựỳỵỷỹýÀÁÃẠẢĂẮẰẲẴẶÂẤẦẨẪẬÈÉẸẺẼÊỀẾỂỄỆĐÌÍĨỈỊÒÓÕỌỎÔỐỒỔỖỘƠỚỜỞỠỢÙÚŨỤỦƯỨỪỬỮỰỲỴỶỸÝ]'; | |
const VNchars = '[a-zA-Z0-9_ếààáãạảăắằẳẵặâấầẩẫậèéẹẻẽêềếểễệđìíĩỉịòóõọỏôốồổỗộơớờởỡợùúũụủưứừửữựỳỵỷỹýÀÁÃẠẢĂẮẰẲẴẶÂẤẦẨẪẬÈÉẸẺẼÊỀẾỂỄỆĐÌÍĨỈỊÒÓÕỌỎÔỐỒỔỖỘƠỚỜỞỠỢÙÚŨỤỦƯỨỪỬỮỰỲỴỶỸÝ]'; | |
this.startWithoutVNchars = `(^|${notVNchars})`; | |
this.endWithoutVNchars = `(?!${VNchars})`; |
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 is the first line | |
This is the second line | |
This is the third line | |
This is the fourth line | |
This is the second line | |
This is the fourth line | |
This is the third line | |
This is the first line |