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
| Chào người mới, ở tại đây hiện đang có nhiều channel hoạt động với nhiều mục đích khác nhau, xin giới thiệu một vòng cái channel tiêu biểu: | |
| #intellij-scala *Đây là channel truyền thống lâu đời nhất, “cha đẻ” của slack này luôn.* Đây là nơi tập trung các dev đỉnh cao, và thường thảo luận tùm lum vấn đề, gần như vô cùng vô tận. Muốn gia nhập room truyền thuyết này cần 5 bún chả confirms. | |
| #banmuonhenho bạn đang độc thân và muốn hẹn hò? bạn đã xây dựng tổ ấm thành công và muốn chia sẻ kinh nghiệm cho anh em FA? tư vấn tình cảm, mai mối, cầu duyên, tất tần tật liên quan hoặc không liên quan đều có thể thảo luận ở đây | |
| #4am-6am Đây là channel cho những người có *quyết tâm mạnh*, dậy sớm lúc 4h sáng. Phương châm tiêu biểu là _Khi mọi người chưa thức giấc, thế giới thuộc về những người dậy sớm, từng phút một_. | |
| #general Channel này welcome người mới và nói linh tinh, muốn nói gì thì nói. Cùng với #random là channel còn linh tinh hơn, dùng để chia sẻ link thoải mái. 2 Channel này tồn tại để làm tiền đề phát kiến ra |
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
| @Minh-Triet Pham Tran | |
| Chào người mới, ở tại đây hiện đang có nhiều channel hoạt động với nhiều mục đích khác nhau, xin giới thiệu một vòng cái channel tiêu biểu: | |
| #intellij-scala *Đây là channel truyền thống lâu đời nhất, “cha đẻ” của slack này luôn.* Đây là nơi tập trung các dev đỉnh cao, và thường thảo luận tùm lum vấn đề, gần như vô cùng vô tận. Muốn gia nhập room truyền thuyết này cần 5 bún chả confirms. | |
| #banmuonhenho bạn đang độc thân và muốn hẹn hò? bạn đã xây dựng tổ ấm thành công và muốn chia sẻ kinh nghiệm cho anh em FA? tư vấn tình cảm, mai mối, cầu duyên, tất tần tật liên quan hoặc không liên quan đều có thể thảo luận ở đây | |
| #4am-6am Đây là channel cho những người có *quyết tâm mạnh*, dậy sớm lúc 4h sáng. Phương châm tiêu biểu là _Khi mọi người chưa thức giấc, thế giới thuộc về những người dậy sớm, từng phút một_. |
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
| # edit vi.po | |
| # /usr/lib/python3/dist-packages/odoo/addons/website_sale/i18n | |
| DELETE FROM ir_translation WHERE lang = 'vi_VN'; | |
| # load tranlastation again |
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
| # edit vi.po | |
| # /usr/lib/python3/dist-packages/odoo/addons/website_sale/i18n | |
| DELETE FROM ir_translation WHERE lang = 'vi_VN'; | |
| # load tranlastation again |
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
| # Translation of Odoo Server. | |
| # This file contains the translation of the following modules: | |
| # * website_sale | |
| # | |
| # Translators: | |
| # Martin Trigaux, 2017 | |
| # fanha99 <[email protected]>, 2017 | |
| # Duy BQ <[email protected]>, 2017 | |
| # sao sang <[email protected]>, 2017 | |
| # Phạm Lân <[email protected]>, 2017 |
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
| [ | |
| { | |
| "constant": false, | |
| "inputs": [ | |
| { | |
| "name": "_newQNTBAddress", | |
| "type": "address" | |
| } | |
| ], | |
| "name": "changeQNTBAddress", |
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
| var lineReader = require('readline').createInterface({ | |
| input: require('fs').createReadStream('QNT-KYC.csv') | |
| }); | |
| var request = require('sync-request'); | |
| lineReader.on('line', function (line) { | |
| // console.log('Line from file:', line); | |
| var list = line.split(",") |
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
| var lineReader = require('readline').createInterface({ | |
| input: require('fs').createReadStream('QNT-KYC.csv') | |
| }); | |
| var request = require('sync-request'); | |
| lineReader.on('line', function (line) { | |
| // console.log('Line from file:', line); | |
| var list = line.split(",") |
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
| BTC-CLAM | |
| BTC-GNO | |
| BTC-BNT | |
| BTC-ANT | |
| BTC-ZCL | |
| BTC-AMP | |
| BTC-OMNI | |
| BTC-BTCD | |
| BTC-DCT | |
| BTC-MANA |
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
| https://censys.io | |
| https://www.zoomeye.org | |
| https://thingful.net | |
| https://www.shodan.io |