Skip to content

Instantly share code, notes, and snippets.

View sarmadsaleem's full-sized avatar
💻
Engineering Lead at BCG Digital Ventures

Sarmad Saleem sarmadsaleem

💻
Engineering Lead at BCG Digital Ventures
View GitHub Profile
tap "adoptopenjdk/openjdk"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "python"
brew "awscli"
brew "git"
brew "go"
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE
@sarmadsaleem
sarmadsaleem / index.html
Last active April 2, 2018 22:24
HTML Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title></title>
<meta name="description" content="">
<meta name="subject" content="">
algorithm recommender_algorithm_ALS is
input: my_ratings.txt
output: recommendations.txt
// 1. Load & Parse Data
my_ratings = rdd(parse(path/to/my_ratings))
ratings = rdd(parse(path/to/small-ratings.csv))
movies = rdd(parse(path/to/small-movies.csv))