Note
This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.
Install squid & update
sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Cumulative Sum</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
<script src="./suite.js"></script> | |
</head> | |
<body> | |
<h1>Open the console to view the results</h1> |
Stage Name | Full Name | Korean Name | K. Stage Name | Date of Birth | Group | Country | Birthplace | Other Group | Gender | |
---|---|---|---|---|---|---|---|---|---|---|
A.M | Seong Hyunwoo | 성현우 | 에이엠 | 1996-12-31 | Limitless | South Korea | M | |||
Ace | Jang Wooyoung | 장우영 | 에이스 | 1992-08-28 | VAV | South Korea | M | |||
Aeji | Kwon Aeji | 권애지 | 애지 | 1999-10-25 | Hashtag | South Korea | Daegu | F | ||
AhIn | Lee Ahin | 이아인 | 아인 | 1999-09-27 | MOMOLAND | South Korea | Wonju | F | ||
Ahra | Go Ahra | 고아라 | 아라 | 2001-02-21 | Favorite | South Korea | Yeosu | F | ||
Ahyoung | Cho Jayoung | 조자영 | 아영 | 1991-05-26 | Dal Shabet | South Korea | Seoul | F | ||
Ahyung | Kang Ahyoung | 강아형 | 아형 | 1996-08-27 | P.O.P | South Korea | Pohang | F | ||
Ailee | Lee Yejin | 이예진 | 에일리 | 1989-05-30 | South Korea | Denver | F | |||
Aini | Kim Heejung | 김희정 | 아이니 | 1991-07-13 | Pink Fantasy | South Korea | F |
This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.
sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: