Skip to content

Instantly share code, notes, and snippets.

@myisjon
myisjon / docker-compose.yml
Created June 29, 2017 15:44 — forked from cboettig/docker-compose.yml
debugging NGINX configuration for Jupyter
jupyter:
image: jupyter/datascience-notebook
environment:
- PASSWORD=${PASSWORD}
nginx:
image: nginx
links:
- jupyter
#pragma warning(disable:4996)
#include "winsock2.h"
#include <iostream>
#include <string>
#pragma comment(lib,"WS2_32.lib")
using namespace std;
int Client_Port(char * ip)
# include "stdafx.h"
# include "iostream"
using namespace std
typedef int DataType
typedef struct Node
{
DataType data