Skip to content

Commit 319e137

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents c4d5f5f + b0d1a0b commit 319e137

16 files changed

Lines changed: 168 additions & 6 deletions

File tree

docs/links/database.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,30 @@
9696
"probability"
9797
]
9898
},
99+
"https://circleci.com/": {
100+
"id": "circleci",
101+
"description": "A continuous integration platform for Linux and MacOS.",
102+
"short": "",
103+
"keywords": [
104+
"continuous",
105+
"integration",
106+
"ci",
107+
"build",
108+
"linux",
109+
"macos",
110+
"mac"
111+
]
112+
},
113+
"https://en.wikipedia.org/wiki/AWK": {
114+
"id": "awk",
115+
"description": "Wikipedia for the AWK programming language.",
116+
"short": "",
117+
"keywords": [
118+
"awk",
119+
"data processing",
120+
"command-line"
121+
]
122+
},
99123
"https://en.wikipedia.org/wiki/Marginal_distribution": {
100124
"id": "marginal-distribution",
101125
"description": "Wikipedia entry describing marginal distributions.",
@@ -215,6 +239,20 @@
215239
"text"
216240
]
217241
},
242+
"https://github.com/substack/node-browserify": {
243+
"id": "browserify",
244+
"description": "GitHub repository for browserify, a bundler for requiring Node.js modules in browser environments.",
245+
"short": "",
246+
"keywords": [
247+
"browserify",
248+
"bundler",
249+
"browser",
250+
"require",
251+
"nodejs",
252+
"node.js",
253+
"node-js"
254+
]
255+
},
218256
"https://nodejs.org/api/addons.html": {
219257
"id": "node-js-add-ons",
220258
"description": "Node.js documentation for native add-ons.",
@@ -242,6 +280,33 @@
242280
"manager"
243281
]
244282
},
283+
"https://travis-ci.org/": {
284+
"id": "travis-ci",
285+
"description": "A continuous integration service for GitHub projects.",
286+
"short": "",
287+
"keywords": [
288+
"continuous",
289+
"integration",
290+
"ci",
291+
"build",
292+
"github",
293+
"linux",
294+
"macos",
295+
"mac"
296+
]
297+
},
298+
"https://www.appveyor.com/": {
299+
"id": "appveyor",
300+
"description": "A continuous integration service for Windows.",
301+
"short": "",
302+
"keywords": [
303+
"ci",
304+
"continuous",
305+
"integration",
306+
"windows",
307+
"build"
308+
]
309+
},
245310
"https://www.sublimetext.com/": {
246311
"id": "sublime-text",
247312
"description": "Sublime Text text editor. Official website.",
@@ -263,4 +328,4 @@
263328
"graphics"
264329
]
265330
}
266-
}
331+
}

tools/awk/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AWK
2+
3+
> [AWK][awk] scripts.
4+
5+
The [AWK][awk] programming is a data-driven scripting language consisting of a set of actions to be performed against streams of textual data.
6+
7+
This directory is intended as a common location for storing [AWK][awk] scripts which are used in project tooling. Scripts may be used for a variety of data processing tasks, including the computation of simple statistics over text streams.
8+
9+
10+
<section class="links">
11+
12+
[awk]: https://en.wikipedia.org/wiki/AWK
13+
14+
</section>
15+
16+
<!-- /.links -->

tools/benchmarks/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Benchmarks
2+
3+
> Benchmark tooling.
4+
5+
This directory contains utilities which explicitly target benchmark files.

tools/benchmarks/scripts/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Scripts
2+
3+
> Scripts targeting benchmark files.
4+
5+
This directory contains scripts which explicitly target benchmark files.

tools/bib/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Bibliography
2+
3+
> Bibliography tooling.
4+
5+
This directory contains utilities for managing and maintaining the project bibliography.

tools/bin/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# bin
2+
3+
> Executables.
4+
5+
This directory contains tools which are explicitly executables.

tools/browserify/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Browserify
2+
3+
> [Browserify][browserify] tools.
4+
5+
This directory contains utilities for using [browserify][browserify].
6+
7+
8+
<section class="links">
9+
10+
[browserify]: https://github.com/substack/node-browserify
11+
12+
</section>
13+
14+
<!-- /.links -->

tools/ci/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CI
2+
3+
> Continuous integration tools.
4+
5+
This directory contains utilities and scripts for continuous integration environments.

tools/ci/appveyor/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Appveyor
2+
3+
> [Appveyor][appveyor] scripts.
4+
5+
This directory contains scripts for managing the build lifecycle on [Appveyor][appveyor], a continuous integration service for Windows.
6+
7+
8+
<section class="links">
9+
10+
[appveyor]: https://www.appveyor.com/
11+
12+
</section>
13+
14+
<!-- /.links -->

tools/ci/circle/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CircleCI
2+
3+
> [CircleCI][circleci] scripts.
4+
5+
This directory contains scripts for managing the build lifecycle on [CircleCI][circleci].
6+
7+
8+
<section class="links">
9+
10+
[circleci]: https://circleci.com/
11+
12+
</section>
13+
14+
<!-- /.links -->

0 commit comments

Comments
 (0)