Skip to content

Instantly share code, notes, and snippets.

View morria's full-sized avatar
✌️

Andrew Morrison morria

✌️
View GitHub Profile
@morria
morria / SearchEngineer.md
Last active July 17, 2021 22:11
Search Engineer

Search Relevance Engineer

Working with the Search team, you'll be applying your background in Information Retrieval, Machine Learning or Data Mining to run experiments and develop products that have a provable impact on the Etsy marketplace. You'll be analyzing data, understanding language, developing new algorithms and building large-scale distributed systems.

Our team is responsible for creating and optimizing the best experiences for buyers and getting the best performance for sellers. Our work focuses on improvements to search ranking, query understanding, spelling correction, auto completion and query intent recognition.

Requirements

  • Strong background in Machine Learning, Statistics, Information Retrieval
@morria
morria / 8 letter words
Created November 12, 2019 22:52
cat /usr/share/dict/words| grep "^[sS]........y$"
sabulosity
saccharify
sacrectomy
sagittally
saintology
salability
salivatory
salutarily
salutatory
sanability
@morria
morria / Nine letter words
Created November 12, 2019 22:52
cat /usr/share/dict/words| grep "^[sS].........y$"
saddeningly
sagaciously
salaciously
salinometry
salmonberry
salvability
sanctionary
sarangousty
sartorially
satanically
@morria
morria / alpha.txt
Created November 12, 2019 22:49
cat /usr/share/dict/words| grep "^[sS].*y$"
Sabbatary
Sabbathly
Sabbatically
sably
sabulosity
saccharify
saccharimetry
saccharinely
saccharinity
saccharometry
define(["jquery", "google-analytics"], function (Eventbus, ga) {
var self = {};
self.trackPageView = function (uri) {
// @todo check active ga/connection before each event
ga('send', 'event', 'pageView', uri);
};
self.trackAction = function (type, description) {
Abelian Abelia
abnet abet
abranchian abrachia
Acacian Acacia
Acadian Acadia
Achillean Achillea
acne ace
Acolhuan Acolhua
acorn acor
acroanesthesia acroaesthesia
a
ability
able
about
above
accept
according
account
across
act
module.exports = function(controller) {
controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) {
bot.createConversation(message, function(err, convo) {
if (!err) {
convo.say('I cant hear or see, but you said ' + message.event.text);
// console.log(message);
convo.activate();
}
module.exports = function(controller) {
controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) {
bot.createConversation(message, function(err, convo) {
if (!err) {
convo.say('I cant hear or see, but you said ' + message.event.text);
// console.log(message);
package main
// sudo yum install golang golang-github-kr-pty-devel
import (
"fmt"
// "log"
// "syscall"
"os/exec"
"os"