First things first !
sudo apt update
sudo apt upgradesudo apt-get install build-essential git| #include <stdio.h> | |
| #include <string.h> | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <sys/socket.h> | |
| #include <netinet/in.h> | |
| #include <arpa/inet.h> | |
| #include <unistd.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <sys/socket.h> | |
| #include <netinet/in.h> | |
| #include <arpa/inet.h> | |
| #include <unistd.h> | |
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "os" | |
| "path/filepath" | |
| ) |
| #!/usr/bin/env python | |
| #-*- coding:utf8 -*- | |
| import json | |
| import copy | |
| d1 = {"l1":{"l2":{"l3":{"tps":10,"success":10,"fail":0,"time":20}}}} | |
| d2 = {"l1":{"l2":{"l3":{"tps":20,"success":20,"fail":0,"time":20}}}} | |
| def merge(d, one): |