This is a simple code with webkitspeechapi that can answer your questions
A Pen by Iago Caldeira on CodePen.
# LABEL maintainer="Iago Caldeira <[email protected]>" | |
FROM openjdk:8u201-jdk-alpine3.9 as openjdk | |
# Link javac installation | |
RUN ln -s /usr/lib/jvm/java-1.8-openjdk/bin/javac /usr/bin/javac | |
# Node Installation | |
RUN apk add nodejs-current-npm bash && rm -rf /var/cache/apk/* | |
# ENV NPM_CONFIG_PREFIX=/home/node/.npm-global \ |
var _ = require('lodash'); | |
/** | |
* Instructions: | |
* | |
* Write a solution in Node.JS that: | |
* | |
* Given an representation of a binary tree deserialized as string and a number, create a binary tree | |
* and return every path in the tree with sum of the nodes that is equals the given number. | |
* A path can start from any node and end at any node, i.e. they need not be root node and leaf node. |
This is a simple code with webkitspeechapi that can answer your questions
A Pen by Iago Caldeira on CodePen.
O Waterlock é uma biblioteca criada para o Sails que implementa autenticação e JSON Web Token
Sails.js - https://github.com/balderdashy/sails
Waterlock - https://github.com/waterlock/waterlock
Waterlock-auth-local - https://github.com/waterlock/waterlock-local-auth