create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
#include <stdio.h> | |
#define _WINSOCK_DEPRECATED_NO_WARNINGS | |
#include <winsock2.h> | |
#include <ws2tcpip.h> | |
#pragma comment(lib, "ws2_32") | |
//Hàm kiểm tra tên miền |
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:orientation="vertical" | |
tools:context=".MainActivity"> | |
#include <stdio.h> | |
#include<iostream> | |
#define _WINSOCK_DEPRECATED_NO_WARNINGS | |
#include <winsock2.h> | |
#include <ws2tcpip.h> | |
#pragma comment(lib, "ws2_32") | |
using namespace std; |
#include <iostream> | |
#include <windows.h> | |
CRITICAL_SECTION cs; | |
using namespace std; | |
static long num_steps = 1000000; | |
double step, pi; | |
double sum = 0.0; |
// tuan32b1_chatserver.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
// | |
#include <stdio.h> | |
#include <winsock2.h> | |
#include<iostream> | |
#include<string> | |
#include<map> | |
using namespace std; |
// tuan32b1_chatserver.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
// | |
#include <stdio.h> | |
#include <winsock2.h> | |
#include<iostream> | |
#include<string> | |
#include<map> | |
using namespace std; |
// ChatServer.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
// | |
#include <stdio.h> | |
#include <winsock2.h> | |
#include <iostream> | |
#include<string> | |
#include<vector> | |
#include <stdio.h> | |
#define _WINSOCK_DEPRECATED_NO_WARNINGS | |
#include <winsock2.h> | |
#include<iostream> | |
#include<string> | |
#include<map> | |
#define WM_SOCKET WM_USER + 1 |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"