I hereby claim:
- I am nathanchrs on github.
- I am nathanchrs (https://keybase.io/nathanchrs) on keybase.
- I have a public key ASDW4-LJe8iSqhgiM_QyB2AH7mDUA98aZhWCdNbrpalnTgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| C-Market | |
| ======== | |
| Selamat datang di C-Market! C-Market adalah chatbot e-commerce (jual-beli barang). Klik tombol [Shop Now] atau chat dengan C-Market untuk mencoba! | |
| Chatbot ini dibuat untuk tugas mata kuliah Interaksi Manusia dan Komputer IF3151 ITB tahun 2017, memanfaatkan FB Messenger dan ekstensi NLP-nya (wit.ai). | |
| Catatan: transaksi dan barang yang ada dalam chatbot ini hanya sampel, karena bot ini bersifat eksperimental. | |
| Chatbot ini dibuat oleh kelompok 3 K-01 (Jonathan C., M. Irfan Maulana, Marvin J., Nicholas T. dan Gianfranco F.) | |
| C-Market Usability Testing Introduction |
| #!/usr/bin/env bash | |
| # Disables proxy settings set by set-proxy. | |
| # By nathanchrs. | |
| # Set environment variables | |
| export http_proxy= | |
| export HTTP_PROXY= | |
| export https_proxy= |
| #!/usr/bin/env bash | |
| # Sets proxy settings. | |
| # Run using `source` command. apt-get proxy settings requires sudo privileges. | |
| # By nathanchrs. | |
| # Configuration | |
| # PROXY_HOST="" | |
| # PROXY_USER="" | |
| # PROXY_PASSWORD="" |