Skip to content

Instantly share code, notes, and snippets.

View lmancilla's full-sized avatar

Luis Mancilla Avila lmancilla

View GitHub Profile
@lmancilla
lmancilla / picking.md
Last active July 2, 2021 04:20 — forked from luctus/picking.md
The picking problem

The Context

Every article is identified by a token (for example 246311). For every article we have a JSON file that contains many recommendations for that article, based on 3 different algorithms: logs, content, and myad

  • The logs algorithm finds articles visited by users that also visited the current article.
  • The content algorithm finds articles that contains similar text to the current article.
  • The myad algorithm finds articles that have been bookmarked within the same folder that the current article.

The Problem

@lmancilla
lmancilla / gh-dl-release
Created December 26, 2016 18:22 — forked from maxim/gh-dl-release
Download assets from private Github releases
#!/usr/bin/env bash
#
# gh-dl-release! It works!
#
# This script downloads an asset from latest or specific Github release of a
# private repo. Feel free to extract more of the variables into command line
# parameters.
#
# PREREQUISITES
#