-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathprojects.json
More file actions
155 lines (155 loc) · 4.66 KB
/
projects.json
File metadata and controls
155 lines (155 loc) · 4.66 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
[
{
"title":"yang-explorer",
"desc":"An open-source Yang Browser and RPC Builder Application",
"githubUrl":"https://github.com/CiscoDevNet/yang-explorer",
"forks":51,
"stars":158,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"botkit-template",
"desc":"Botkit templates to create flexible conversational bots for Cisco Webex",
"githubUrl":"https://github.com/CiscoDevNet/botkit-template",
"forks":151,
"stars":9,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"webexteamsapi",
"desc":"Simple, lightweight, scalable Python API wrapper for the Cisco Webex APIs",
"githubUrl":"https://github.com/CiscoDevNet/webexteamssdk",
"forks":115,
"stars":187,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"ydk-py",
"desc":"Python SDK generated from YANG data models.",
"githubUrl":"https://github.com/CiscoDevNet/ydk-py",
"forks":30,
"stars":84,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"ydk-gen",
"desc":"Generate model-driven APIs from YANG models",
"githubUrl":"https://github.com/CiscoDevNet/ydk-gen",
"forks":35,
"stars":61,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"awesome-webex",
"desc":"A curated list of Webex resources for developers",
"githubUrl":"https://github.com/CiscoDevNet/awesome-webex",
"forks":20,
"stars":82,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"netprog_basics",
"desc":"Code, Examples, and Resources for the Network Programmability Basics Video Course",
"githubUrl":"https://github.com/CiscoDevNet/netprog_basics",
"forks":23,
"stars":57,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"ncc",
"desc":"ncclient scripts and helpers",
"githubUrl":"https://github.com/CiscoDevNet/ncc",
"forks":12,
"stars":24,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"ydk-go",
"desc":"Go SDK generated from YANG data models.",
"githubUrl":"https://github.com/CiscoDevNet/ydk-go",
"forks":2,
"stars":10,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"learning_lab_vagrant_netprog",
"desc":"Vagrant Up for Network Engineers Learning Labs",
"githubUrl":"https://github.com/CiscoDevNet/learning_lab_vagrant_netprog",
"forks":4,
"stars":0,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"iox-app-template",
"desc":"Application templates for IOx",
"githubUrl":"https://github.com/CiscoDevNet/iox-app-template",
"forks":2,
"stars":4,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"ydk-cpp",
"desc":"C++ SDK generated from YANG data models.",
"githubUrl":"https://github.com/CiscoDevNet/ydk-cpp",
"forks":3,
"stars":4,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"labs-xapi",
"desc":"Learning Labs for xAPI",
"githubUrl":"https://github.com/CiscoDevNet/labs-xapi",
"forks":2,
"stars":3,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"NX-SDK",
"desc":"NX-OS SDK",
"githubUrl":"https://github.com/CiscoDevNet/NX-SDK",
"forks":1,
"stars":9,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"stealthwatch-data-exporter",
"desc":"Reference implementation of a Stealthwatch Data Exporter",
"githubUrl":"https://github.com/CiscoDevNet/stealthwatch-data-exporter",
"forks":0,
"stars":4,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"meraki-location-scanning-app",
"desc":"Simple Ruby web app that leverages Meraki's location scanning api",
"githubUrl":"https://github.com/CiscoDevNet/meraki-location-scanning-app",
"forks":1,
"stars":2,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"devvie",
"desc":"Code for Devvie the DevNet Bot",
"githubUrl":"https://github.com/CiscoDevNet/devvie",
"forks":1,
"stars":0,
"org":"CiscoDevNet",
"orgUrl":"https://github.com/CiscoDevNet"
}
]