create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| //Copyright (c) 2011 ashelly.myopenid.com under <http://www.opensource.org/licenses/mit-license> | |
| #include <stdlib.h> | |
| //Customize for your data Item type | |
| typedef int Item; | |
| #define ItemLess(a,b) ((a)<(b)) | |
| #define ItemMean(a,b) (((a)+(b))/2) | |
| typedef struct Mediator_t |