Skip to content

Instantly share code, notes, and snippets.

View sanjaydatasciencedojo's full-sized avatar
😀
Verified

Sanjay sanjaydatasciencedojo

😀
Verified
View GitHub Profile
$ curl --help
Usage: curl [options...] <url>
--abstract-unix-socket <path> Connect via abstract Unix domain socket
--alt-svc <file name> Enable alt-svc with this cache file
--anyauth Pick any authentication method
-a, --append Append to target file when uploading
--basic Use HTTP Basic Authentication
--cacert <file> CA certificate to verify peer against
--capath <dir> CA directory to verify peer against
-E, --cert <certificate[:password]> Client certificate file and password
@sanjaydatasciencedojo
sanjaydatasciencedojo / Dockerfile
Created December 17, 2019 14:58 — forked from dirkcgrunwald/Dockerfile
Jupyterhub notebook Dockerfile for University of Colorado Coding lab
ARG BASE_CONTAINER=jupyter/datascience-notebook:1386e2046833
FROM $BASE_CONTAINER
LABEL MAINTAINER="CSEL Ops <admin@cs.colorado.edu>"
#############################################################################
## CU specific
#############################################################################
USER root
@sanjaydatasciencedojo
sanjaydatasciencedojo / multiauthenticator.py
Created August 6, 2019 19:48 — forked from danizen/multiauthenticator.py
MultiAuthenticator for jupyterhub
from urllib.parse import urlsplit
from tornado import gen
from tornado.escape import url_escape
from tornado.httputil import url_concat
from traitlets import (
Unicode, Integer, Dict, TraitError, List, Bool, Any,
Type, Set, Instance, Bytes, Float,
observe, default,
@sanjaydatasciencedojo
sanjaydatasciencedojo / server-vars.yml
Created June 22, 2018 18:45 — forked from dangtrinhnt/server-vars.yml
Open edX server-vars.yml variables
# variables common to the lms role, automatically loaded
# when the role is included
---
# These are variables that default to a localhost
# setup and are meant to be overwritten for
# different environments.
#
# Variables in all caps are environment specific
# Lowercase variables are internal to the role