Skip to content

Instantly share code, notes, and snippets.

@priyanshujain
priyanshujain / datasharing.md
Created April 17, 2019 18:00
Data Sharing

How to share data with a statistician

This is a guide for anyone who needs to share data with a statistician or data scientist. The target audiences I have in mind are:

  • Collaborators who need statisticians or data scientists to analyze data for them
  • Students or postdocs in various disciplines looking for consulting advice
  • Junior statistics students whose job it is to collate/clean/wrangle data sets

The goals of this guide are to provide some instruction on the best way to share data to avoid the most common pitfalls

Container Port Mapping

We will now learn to:

  • forward traffic from a port on the docker host to a port inside a container's network namespace
  • define ports to automatically expose in a Dockerfile

Port Mapping at runtime

  1. Run an nginx container with no special port mapping:
@azu
azu / Anti-tracking.md
Last active August 17, 2019 20:04
Firefoxのトラッキングブロックについてのメモ
@bradtraversy
bradtraversy / docker-help.md
Last active April 26, 2025 18:27
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@kjenney
kjenney / eks.yml
Created July 18, 2018 20:13
CloudFormation EKS
# kubernetes
#
#
# author: kjenney
# Deploys an EKS cluster with required role and security group
AWSTemplateFormatVersion: 2010-09-09
Description: Deploys an EKS cluster with required role and security group
Parameters:
@bradtraversy
bradtraversy / webdev_online_resources.md
Last active April 7, 2025 16:27
Online Resources For Web Developers (No Downloading)
@cecilemuller
cecilemuller / 2019-https-localhost.md
Last active April 26, 2025 10:48
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
## login
docker login
## update base
docker build -f dockerfile/base.dockerfile -t jeff1evesque/ml-base:0.8 .
docker push jeff1evesque/ml-base:0.8
## update mongodb
docker build -f dockerfile/mongodb.dockerfile -t jeff1evesque/ml-mongodb:0.8 .
docker push jeff1evesque/ml-mongodb:0.8
@Himujjal
Himujjal / guide-to-freelancing.md
Last active May 3, 2021 15:34
This guide intends to provide the process of learning Programming (Web and mobile) so that anyone willing to start with freelancing can get started