Skip to content

Commit 93d4a17

Browse files
leiosShadowMitia
andauthored
master -> main (#953)
* updating all masters to main Co-authored-by: Dimitri Belopopsky <[email protected]> Co-authored-by: Dimitri Belopopsky <[email protected]>
1 parent 5116769 commit 93d4a17

File tree

58 files changed

+57
-570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+57
-570
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
build-and-deploy:

Diff for: .github/workflows/publish_container.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Docker
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build:
88
runs-on: ubuntu-latest
@@ -15,4 +15,4 @@ jobs:
1515
name: algorithm-archivists/aaa-langs
1616
username: ${{ github.actor }}
1717
password: ${{ secrets.GITHUB_TOKEN }}
18-
registry: ghcr.io
18+
registry: ghcr.io

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -528,3 +528,6 @@ build/
528528
# Cargo artifacts
529529
Cargo.lock
530530
target/
531+
532+
*.out
533+
*.class

Diff for: .travis.yml

-29
This file was deleted.

Diff for: contents/IFS/IFS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
246246

247247
##### Code Examples
248248

249-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
249+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
250250

251251
##### Text
252252

Diff for: contents/affine_transformations/affine_transformations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
308308

309309
##### Code Examples
310310

311-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
311+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
312312

313313
##### Text
314314

Diff for: contents/approximate_counting/approximate_counting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
380380

381381
##### Code Examples
382382

383-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
383+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
384384

385385
##### Text
386386

Diff for: contents/backward_euler_method/backward_euler_method.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1313

1414
##### Code Examples
1515

16-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
16+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
1717

1818
##### Text
1919

Diff for: contents/barnes_hut_algorithm/barnes_hut_algorithm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1616

1717
##### Code Examples
1818

19-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
19+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
2020

2121
##### Text
2222

Diff for: contents/barnsley/barnsley.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
151151

152152
##### Code Examples
153153

154-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
154+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
155155

156156
##### Text
157157

Diff for: contents/bitlogic/bitlogic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
148148

149149
##### Code Examples
150150

151-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
151+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
152152

153153
##### Text
154154

Diff for: contents/cc/license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
##### Code Examples
55

6-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
6+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
77

88
##### Text
99

Diff for: contents/chans_algorithm/chans_algorithm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1010

1111
##### Code Examples
1212

13-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
13+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
1414

1515
##### Text
1616

Diff for: contents/choosing_a_language/choosing_a_language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Please let me know which languages you want to cover and I'll add them here!
7373

7474
##### Code Examples
7575

76-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
76+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
7777

7878
##### Text
7979

Diff for: contents/compiled_languages/compiled_languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ I just find it easier to avoid GUI's whenever possible.
3535

3636
##### Code Examples
3737

38-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
38+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
3939

4040
##### Text
4141

Diff for: contents/computational_geometry/computational_geometry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1212

1313
##### Code Examples
1414

15-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
15+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
1616

1717
##### Text
1818

Diff for: contents/computus/computus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
343343

344344
##### Code Examples
345345

346-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
346+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
347347

348348
##### Text
349349

Diff for: contents/convolutions/1d/1d.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
304304

305305
##### Code Examples
306306

307-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
307+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
308308

309309
##### Images/Graphics
310310
- The image "[Square Wave](../res/square_wave.png)" was created by [James Schloss](https://github.com/leios) and is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode).

Diff for: contents/convolutions/2d/2d.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
170170

171171
##### Code Examples
172172

173-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
173+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
174174

175175
##### Images/Graphics
176176
- The image "[8bit Heart](../res/heart_8bit.png)" was created by [James Schloss](https://github.com/leios) and is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode).

Diff for: contents/convolutions/convolutional_theorem/convolutional_theorem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
6262

6363
##### Code Examples
6464

65-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
65+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
6666

6767
##### Images/Graphics
6868

Diff for: contents/cooley_tukey/cooley_tukey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
265265

266266
##### Code Examples
267267

268-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
268+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
269269

270270
##### Text
271271

Diff for: contents/data_compression/data_compression.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
130130

131131
##### Code Examples
132132

133-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
133+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
134134

135135
##### Text
136136

Diff for: contents/data_structures/data_structures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The fundamental building blocks of algorithms are data structures, and thus as m
77

88
##### Code Examples
99

10-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
10+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
1111

1212
##### Text
1313

Diff for: contents/decision_problems/decision_problems.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1414

1515
##### Code Examples
1616

17-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
17+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
1818

1919
##### Text
2020

Diff for: contents/differential_equations/differential_equations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Here, we discuss many different methods to solve particular sets of differential
77

88
##### Code Examples
99

10-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
10+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
1111

1212
##### Text
1313

Diff for: contents/domain_coloring/domain_coloring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
190190

191191
##### Code Examples
192192

193-
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
193+
The code examples are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/main/LICENSE.md)).
194194

195195
##### Text
196196

0 commit comments

Comments
 (0)