Try Chardet(https://pypi.python.org/pypi/chardet)
(Need to change font)
chcp 65001
Want to get back?
| // please leave this notice intact, otherwise do as you please :) | |
| // by hello@franciskim.co | |
| // get more info at http://franciskim.co/2015/07/22/how-to-create-a-weather-bot-for-slack-chat/ | |
| var express = require('express'); | |
| var app = express(); | |
| var http = require('http'); | |
| var Slackhook = require('slackhook'); | |
| var slack = new Slackhook({ | |
| domain: 'yoursubdomain', |
Try Chardet(https://pypi.python.org/pypi/chardet)
(Need to change font)
chcp 65001
Want to get back?
SSHPass is a tiny utility, which allows you to provide the ssh password without using the prompt. This will very helpful for scripting. SSHPass is not good to use in multi-user environment. If you use SSHPass on your development machine, it don't do anything evil.
apt-get install sshpass