- Python 3
- Pip 3
$ brew install python3First, you'll need NodeJS and NPM:
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
nodejs -v
v8.4.0
| async login({ request, auth, response }) { | |
| try { | |
| const { email, password } = request.all() | |
| const attemptLogin = await auth.attempt(email, password) | |
| if (attemptLogin) { | |
| const user = await User.query().where({ email: email, isDeleted: false }).first() | |
| //add the user token cred to the user object |
| Industry | ||
|---|---|---|
| Accounting | ||
| Airlines/Aviation | ||
| Alternative Dispute Resolution | ||
| Alternative Medicine | ||
| Animation | ||
| Apparel/Fashion | ||
| Architecture/Planning | ||
| Arts/Crafts | ||
| Automotive |
#IRC Reference
Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.
##The Basics
/join #channel
/part #channel
| {"lastUpload":"2021-11-14T21:23:12.015Z","extensionVersion":"v3.4.3"} |