-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-complete.json
91 lines (89 loc) · 4.04 KB
/
settings-complete.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"base":"/home/andrea/Documents/workspace-test",
"languages":[
{
"name":"java",
"command":"git",
"projects_folder":"",
"repositories": {
"it.unitn.disi.gef":"git@github.com:AndreaGhizzoni/it.unitn.disi.gef.git",
"it.disi.unitn.emf.model":"git@github.com:AndreaGhizzoni/it.disi.unitn.emf.model.git",
"it.disi.unitn.rcptest":"git@github.com:AndreaGhizzoni/it.disi.unitn.rcptest.git",
"it.unitn.disi.firstplugin":"git@github.com:AndreaGhizzoni/it.unitn.disi.firstplugin.git",
"graph":"git@github.com:AndreaGhizzoni/graph.git",
"tree":"git@github.com:AndreaGhizzoni/tree.git",
"sudoku":"git@github.com:AndreaGhizzoni/sudoku.git",
"subsetK":"git@github.com:AndreaGhizzoni/subsetK.git",
"JDrive":"git@github.com:AndreaGhizzoni/JDrive.git",
"TestEncryptSerializer":"git@github.com:AndreaGhizzoni/TestEncryptSerialize.git",
"ASDPlayGround":"git@github.com:AndreaGhizzoni/ASDPlayground.git",
"ApplicationUtil":"git@github.com:AndreaGhizzoni/ApplicationUtil.git",
"Network-Util":"git@github.com:AndreaGhizzoni/Network-Util.git",
"Simple-Logger":"git@github.com:AndreaGhizzoni/Simple-Logger.git",
"Monitoring":"git@github.com:AndreaGhizzoni/Monitoring.git",
"IOUtil":"git@github.com:AndreaGhizzoni/IOUtil.git",
"JXSwingPlus":"git@github.com:AndreaGhizzoni/JXSwingPlus.git",
"Client-Server":"git@bitbucket.org:andreaghizzoni/client-server.git",
"CommandLine":"git@bitbucket.org:andreaghizzoni/command-line.git",
"FRP":"git@bitbucket.org:andreaghizzoni/frp.git",
"NumeriPrimi":"git@bitbucket.org:andreaghizzoni/numeri-primi.git",
"SimpleDrawer":"git@bitbucket.org:andreaghizzoni/simpledrawer.git",
"SimpleFTPServer":"git@bitbucket.org:andreaghizzoni/simpleftpserver.git",
"TestGoogleAPI":"git@bitbucket.org:andreaghizzoni/test-google-api.git"
}
},
{
"name": "go",
"command": "go get",
"projects_folder": "/src/github.com/AndreaGhizzoni",
"repositories": {
"sentinel": "github.com/AndreaGhizzoni/sentinel",
"zenium": "github.com/AndreaGhizzoni/zenium",
"factorial": "github.com/AndreaGhizzoni/factorial",
"independent-set": "github.com/AndreaGhizzoni/independent-set",
"coins-change": "github.com/AndreaGhizzoni/coins-change",
"film-scan": "github.com/AndreaGhizzoni/film-scan",
"LCS": "github.com/AndreaGhizzoni/LCS",
"gin-app": "github.com/AndreaGhizzoni/gin-app",
"go-docker": "github.com/AndreaGhizzoni/go-docker",
"gos": "github.com/AndreaGhizzoni/gos",
"go-introduction": "github.com/AndreaGhizzoni/go-introduction"
}
},
{
"name":"uni",
"command":"git",
"projects_folder": "",
"repositories":{
"ASD_Course":"git@bitbucket.org:andreaghizzoni/asd_course.git",
"CPS_Course":"git@bitbucket.org:andreaghizzoni/cps_course.git",
"DB_Course":"git@bitbucket.org:andreaghizzoni/db_course.git",
"DIS1_Course":"git@bitbucket.org:andreaghizzoni/dis1_course.git",
"DIS2_Course":"git@bitbucket.org:andreaghizzoni/dis2_course.git",
"FP_Course":"git@bitbucket.org:andreaghizzoni/fp_course.git",
"LFC_Course":"git@bitbucket.org:andreaghizzoni/lfc_course.git",
"NETWORKS_Course":"git@bitbucket.org:andreaghizzoni/networks_course.git",
"Prog1":"git@bitbucket.org:andreaghizzoni/prog1.git",
"stage":"git@bitbucket.org:andreaghizzoni/stage.git"
}
},
{
"name":"latex",
"command":"git",
"projects_folder": "",
"repositories":{
"MyCV":"git@bitbucket.org:andreaghizzoni/my-cv.git",
"BusinessCard":"git@bitbucket.org:andreaghizzoni/business-card.git",
"templates":"git@bitbucket.org:andreaghizzoni/templates.git"
}
},
{
"name":"web",
"command":"git",
"projects_folder": "",
"repositories":{
"andreaghizzoni.github.io":"git@github.com:AndreaGhizzoni/andreaghizzoni.github.io.git"
}
}
]
}