Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sderaco on github.
  • I am sderaco (https://keybase.io/sderaco) on keybase.
  • I have a public key ASCMjf-tSqSYeY-xzAegnhEQEbu054z8X4rt0YlA40833go

To claim this, I am signing this object:

@sderaco
sderaco / 1-scm-background.txt
Created April 7, 2020 14:14 — forked from rvanbruggen/1-scm-background.txt
Supply Chain Management Example in Neo4j
// Found article on https://or.stackexchange.com/questions/529/supply-chain-public-data-repository
// https://pubsonline.informs.org/doi/suppl/10.1287/msom.1070.0176
// https://pubsonline.informs.org/doi/suppl/10.1287/msom.1070.0176/suppl_file/msom.1070.0176-sm-datainexcel.zip
//Article by Sean P. Willems: https://pdfs.semanticscholar.org/232c/451fcf58dbcc1527de6d02cd6e76aea9e871.pdf?_ga=2.33151675.429569592.1581427039-1552162479.1581427039
Table 2 Classifications Used to Label Every Stage in the Chains
Classifications label Activity
Dist_ A stage that distributes an item
Manuf_ A stage that manufactures or assembles an item
Part_ A stage that procures an item
@sderaco
sderaco / bora.py
Created July 2, 2017 23:35 — forked from chrishein/bora.py
BORA (Boletín Oficial de la Republica Argentina) Crawler implemented using Scrapy.
# -*- coding: utf-8 -*-
import datetime
import json
import re
import urllib
import scrapy
from bs4 import BeautifulSoup
from datetime import date
@sderaco
sderaco / .bash_prompt.sh
Created October 24, 2016 15:09 — forked from miki725/.bash_prompt.sh
Custom bash prompt which displays: (virtualenv) user:/path (git-branch)
#!/bin/bash
#
# DESCRIPTION:
#
# Set the bash prompt according to:
# * the active virtualenv
# * the branch of the current git/mercurial repository
# * the return value of the previous command
# * the fact you just came from Windows and are used to having newlines in
# your prompts.