-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·331 lines (289 loc) · 12.3 KB
/
index.html
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Source Software from SAS</title>
<meta name="description" content="A gallery of open source software projects from SAS Institute, Inc.">
<meta name="author" content="SAS Institute, Inc.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/s-mark.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/sassoftware.css">
<link rel="preload" href="https://www.sas.com/includes/fonts/sas/Anova-Regular.woff2" as="font" type="font/woff2" crossorigin/>
<link rel="preload" href="https://www.sas.com/includes/fonts/sas/Anova-Bold.woff2" as="font" type="font/woff2" crossorigin/>
<link rel="preload" href="https://www.sas.com/includes/fonts/sas/Anova-Light.woff2" as="font" type="font/woff2" crossorigin/>
</head>
<!-- Primary page layout -->
<body>
<!-- Hero section -->
<div class="grid-container full">
<div class="hero">
<img class="u-img-hero" src="images/sas-colors.png">
<h1>Open source software from SAS</h1>
<p>From data to insights. Faster. Help build the future of AI and analytics with open source tools from SAS.</p>
</div>
</div>
<!-- Body section -->
<div class="grid-container halves">
<div>
<img class="u-img-border" src="images/vs-code.png">
</div>
<div>
<h2>SAS extension for VS Code</h2>
<p>The SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.</p>
<p><a class="button button-classic" href="https://github.com/sassoftware/vscode-sas-extension" title="vscode-sas-extension">Install</a>
<a href="https://sassoftware.github.io/vscode-sas-extension/">Read more → </a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container full" style="margin-bottom:2.5rem;">
<div>
<h2>Featured projects</h2>
<p>Notable <a href="https://github.com/sassoftware" title="SAS Software organization on GitHub">open source projects</a> from SAS. <a href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Contributions welcome</a>.</p>
</div>
</div>
<div class="grid-container thirds">
<div class="boxed">
<h6>kubethor</h6>
<p>A Kubernetes management web application built using Go and React, providing a user-friendly interface to manage and monitor Kubernetes clusters efficiently.</p>
<p><a href="https://github.com/sassoftware/kubethor" title="kubethor">Contribute →</a></p>
</div>
<div class="boxed">
<h6>sas-copilot</h6>
<p>Issues tracker and feedback project for the SAS coding assistant.</p>
<p><a href="https://github.com/sassoftware/sas-copilot" title="sas-copilot">Contribute →</a></p>
</div>
<div class="boxed">
<h6>relic</h6>
<p>A service and a tool for adding digital signatures to operating system packages for Linux and Windows.</p>
<p><a href="https://github.com/sassoftware/relic" title="relic">Contribute →</a></p>
</div>
<div class="boxed">
<h6>viya4-orders-cli</h6>
<p>A CLI that calls the appropriate SAS Viya Orders API endpoint to obtain the requested Viya software order assets for the given order.
<p><a href="https://github.com/sassoftware/viya4-orders-cli" title="viya4-orders-cli">Contribute →</a></p>
</div>
<div class="boxed">
<h6>postgrest-client</h6>
<p>General purpose type-safe TypeScript client for PostgREST. Supports select, insert, update, upsert, delete queries with composite joins, resource embedding, full JSON column data handling and typing.
<p><a href="https://github.com/sassoftware/postgrest-client" title="postgrest-client">Contribute →</a></p>
</div>
<div class="inverted">
<h3>Read the guide</h3>
<p>The SAS Open Source Contributor Handbook is your guide to contributing to SAS projects.</p>
<a class="button button-inverted" href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Read now</a>
</div>
</div>
<!-- Banded section -->
<div class="band transparent-band">
<div>
<h2>SAS® Studio custom steps</h2>
<p class="u-embiggen">Create custom interfaces for SAS® Studio on SAS® Viya®. Customize, save, and share with other users at your site.</p>
<p><a class="button button-classic" href="https://github.com/sassoftware/sas-studio-custom-steps" title="sas-studio-custom-steps">Create now</a></p>
</div>
</div>
<!-- Body section -->
<div class="grid-container quarters">
<div>
<h2>SAS + Python = 😍</h2>
<p>Unite the Python language with the analytic power of SAS.</p>
<a href="https://developer.sas.com/open-source/python" title="Integrate SAS with Python">Learn more →</a>
<hr>
<img src="images/sas-python.png">
</div>
<div class="boxed">
<h6>saspy</h6>
<p>A Python interface module to the SAS System. It works with Linux, Windows, and Mainframe SAS as well as with SAS in Viya®.</p>
<p><a href="https://github.com/sassoftware/saspy" title="saspy">Explore →</a></p>
</div>
<div class="boxed">
<h6>python-swat</h6>
<p>A Python client to SAS Cloud Analytic Services (CAS). Execute CAS actions and process the results—all from Python.</p>
<p><a href="https://github.com/sassoftware/python-swat" title="python-swat">Explore →</a></p>
</div>
<div class="boxed">
<h6>python-sasctl</h6>
<p>Python package and CLI for user-friendly integration with SAS® Viya®.</p>
<p><a href="https://github.com/sassoftware/python-sasctl" title="python-sasctl">Explore →</a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container halves">
<div>
<h2>Meet SAS® Viya® Workbench</h2>
<p>Purpose-built for developers and modelers, <a href="https://www.sas.com/en_us/software/viya/workbench.html" title="Viya Workbench">Viya Workbench</a> is a self-service, on-demand compute environment for analytical development, including building AI and machine learning models for better data analysis.</p>
<p><a class="button button-classic" href="https://github.com/sassoftware/sas-viya-workbench-examples" title="sas-viya-workbench-examples">Download examples </a> <a href="https://github.com/sassoftware/sas-viya-workbench-demos" title="sas-viya-workbench-demos">Run demos →</a></p>
</div>
<div>
<img class="u-img-border" src="images/sas-viya-workbench.png">
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container halves" style="margin-bottom:2.5rem;">
<div>
<h2>Get more from SAS® Viya®</h2>
<p><a href="https://www.sas.com/en_us/software/viya.html" title="Meet SAS® Viya®">SAS® Viya®</a> puts your data to work, helping you make better decisions faster. Use these open source tools to get the most from this end-to-end platform.</p>
</div>
</div>
<div class="grid-container thirds">
<div>
<h3>Learn</h3>
<hr>
<h4>SAS® Viya® quick start</h4>
<p>Accelerate your learning with examples and tutorials as you watch the SAS® Viya® <a href="https://video.sas.com/category/videos/sas-viya-quick-start" title="SAS® Viya® Quick Start">Quick Start video series</a>.</p>
<p><a href="https://github.com/sassoftware/sas-viya-quick-start" title="sas-viya-quick-start">Get started →</a></p>
<h4>SAS® Viya® programming</h4>
<p>Learn how to access SAS® Viya® services by writing programs in Python and other languages.</p>
<p><a href="https://github.com/sassoftware/sas-viya-programming" title="sas-viya-programming">Get started →</a></p>
</div>
<div>
<h3>Administer</h3>
<hr>
<h4>SAS® Viya® 4 administration resource kit</h4>
<p>Access tools and utilities for running SAS® Viya® in containers.</p>
<p><a href="https://github.com/sassoftware/viya4-ark" title="viya4-ark">Get started →</a></p>
<h4>SAS® Viya® 4 admin checklist</h4>
<p>Keep your SAS® Viya® deployment operating at its best.</p>
<p><a href="https://github.com/sassoftware/viya4-admin-checklist" title="viya4-admin-checklist">Get started →</a></p>
</div>
<div class="inverted">
<h3>SAS® Viya® cloud deployment. Automated.</h3>
<p>Open source Terraform configuration files for provisioning SAS® Viya® resources on public clouds.</p>
<h4>Deploy now</h4>
<ul>
<li><a href="https://github.com/sassoftware/viya4-iac-gcp" title="viya4-iac-gcp">Google Cloud</a></li>
<li><a href="https://github.com/sassoftware/viya4-iac-azure" title="viya4-iac-azure">Microsoft Azure Cloud</a></li>
<li><a href="https://github.com/sassoftware/viya4-iac-aws" title="viya4-iac-aws">Amazon Web Services</a></li>
</ul>
</div>
</div>
<!-- Banded section -->
<div class="band transparent-band">
<div>
<h2>SAS education resources</h2>
<p class="u-embiggen">A collection of hands-on instructions, examples, data, and tutorials to support your SAS training journey.</p>
<p><a class="button button-classic" href="https://github.com/sassoftware/sas-education">Start learning</a><p>
</div>
</div>
<!-- Body section -->
<div class="grid-container full" style="margin-bottom:2.5rem;">
<div>
<h2>Open source projects from SAS</h2>
<p>Browse the <a href="https://github.com/sassoftware" title="SAS Software organization on GitHub">SAS Software organization on GitHub</a>. Read the <a href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">SAS Open Source Contributor Handbook</a> to get started.</p>
</div>
</div>
<div class="grid-container thirds">
<div id="just-launched">
<h4>Just launched</h4>
</div>
<div id="recently-updated">
<h4>Recently updated</h4>
</div>
<div id="most-forked">
<h4>Most forked</h4>
</div>
</div>
<script type="text/javascript" src="js/data.js"></script>
<script type="text/javascript">
function renderRepos(arr, tag, count) {
const list = document.getElementById(tag);
function makeElem(arrItem, arrIndex) {
let p = document.createElement('p');
let name = arrItem['name'];
let description = arrItem['description'];
/*<p><a href="PROJECT_URL" title="PROJECT_NAME">PROJECT_NAME</a><br />PROJECT_DESCRPTION</p>*/
p.innerHTML = `<p><a href="https://github.com/sassoftware/${name}" title="${name}">${name}</a><br />${description}</p>`;
console.log(arrItem);
return p;
}
let i = 0;
arr.forEach((item, index) => {
if (i < count){
try {
const listElement = makeElem(item, index);
list.append(listElement);
console.log("*");
} catch (Error) {
console.log(Error);
}}
i += 1;
});
}
data.sort(function(a,b){
if ( a['created_at'] < b['created_at'] )
{
return 1;
}
return -1;
});
renderRepos(data, "just-launched", 4);
data.sort(function(a,b){
if ( a['pushed_at'] < b['pushed_at'] )
{
return 1;
}
return -1;
});
renderRepos(data, "recently-updated", 4);
data.sort(function(a,b){
if ( a['forks_count'] < b['forks_count'] )
{
return 1;
}
return -1;
});
renderRepos(data, "most-forked", 4);
</script>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container halves">
<div>
<img src="images/sas-developers-logo-brackets-2color.png">
</div>
<div>
<h2>For SAS programmers</h2>
<p>Build applications that integrate the SAS AI and analytics platform with open source tools and frameworks.</p>
<p><a class="button button-classic" href="https://developer.sas.com/" title="developer.sas.com">Get started</a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Footer section -->
<div class="footer">
<p>©2024 <a href="https://www.sas.com/" title="sas.com">SAS Institute Inc.</a> All Rights Reserved.</p>
<ul>
<li><a href="https://github.com/sassoftware/sassoftware.github.io" title="sasssoftware.github.io">Site Code</a></li>
<li><a href="https://github.com/sassoftware" title="github.com/sassoftware">SAS on GitHub</a></li>
<li><a href="https://www.sas.com/en_us/company-information/why-sas.html" title="sas.com">About SAS</a></li>
</ul>
</div>
<!-- Document end-->
</body>
</html>