Curl is a tool to transfer data from or to a server.
curl -X POST "name=you&code=0" http://localhost:9999
man section <name>
Sections are well defined:
- 1 is for shell commands
| import pandas as pd | |
| import time | |
| import requests | |
| import time | |
| import hmac | |
| from requests import Request | |
| import sys | |
| import json | |
| api_key = input("Enter api key:") |
| # overwrite master with contents of seotweaks branch (seotweaks > master) | |
| git checkout seotweaks # source name | |
| git merge -s ours master # target name | |
| git checkout master # target name | |
| git merge seotweaks # source name |
| install global babel-cli | |
| `npm install --global babel-cli` | |
| create .babelrc configuration file | |
| run the babel command |
| # HTTP Status Codes | |
| * 1xx Informational responses | |
| ** 100 Continue | |
| * 2xx Success | |
| * 3xx Redirection | |
| * 4xx Client errors | |
| * 5xx Server errors |
git remote add <old-remote-server-name> <old-remote-server-address>
git pull <old-remote-server-name> <remote-branch-name>
cmd-i and then click Copy Preferences to Profile.
reference link