Skip to content

Commit 3c49286

Browse files
committed
1 parent 141df6f commit 3c49286

19 files changed

+34
-34
lines changed

Computer.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Wayback Machine: https://web.archive.org/web/20220000000000*/${title}`
582582
subparticle.set("repoLink", subparticle.get("url"))
583583
})
584584
return `## Trending <a href="https://github.com/trending/${githubId}?since=monthly">${title} repos</a> on GitHub
585-
table
585+
datatable
586586
delimiter ,
587587
printTable
588588
data
@@ -604,7 +604,7 @@ table
604604
subparticle.set("titleLink", `https://www.semanticscholar.org/paper/${subparticle.get("paperId")}`)
605605
})
606606
return `## Publications about ${title} from Semantic Scholar
607-
table
607+
datatable
608608
delimiter |
609609
printTable
610610
data
@@ -629,7 +629,7 @@ table
629629
subparticle.set("titleLink", `https://isbndb.com/book/${subparticle.get("isbn13")}`)
630630
})
631631
return `## Books about ${title} from ISBNdb
632-
table
632+
datatable
633633
delimiter |
634634
printTable
635635
data
@@ -650,7 +650,7 @@ table
650650
)
651651
})
652652
return `## Books about ${title} on goodreads
653-
table
653+
datatable
654654
delimiter |
655655
printTable
656656
data
@@ -673,7 +673,7 @@ table
673673
)
674674
})
675675
return `## ${dblp.get("hits")} publications about ${title} on <a href="${this.get("dblp")}">DBLP</a>
676-
table
676+
datatable
677677
delimiter |
678678
printTable
679679
data
@@ -714,7 +714,7 @@ Token ${supported && tokenPath ? (this.get(tokenPath) ?? "") : ""}`
714714

715715
return `## Language <a href="../lists/features.html">features</a>
716716
717-
table
717+
datatable
718718
delimiter particles
719719
printTable
720720
data
@@ -737,7 +737,7 @@ table
737737
.trim()
738738
return `## HackerNews discussions of ${this.name}
739739
740-
table
740+
datatable
741741
delimiter |
742742
printTable
743743
data

blog/does-every-programming-language-have-a-central-package-repository.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ image images/packages-repos.png
6262
Here's my list of the main central package repositories for languages that have them. I cut the list a bit to only include CRs with more than 100 packages available. If you spot any omissions or mistakes, let me know on Twitter.
6363
https://x.com/breckyunits Twitter
6464

65-
table
65+
datatable
6666
delimiter |
6767
printTable
6868
data

blog/how-many-major-global-programming-competitions-are-there.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endSnippet
3737
Below is the up-to-date list. You can contribute to it on the GitHub.
3838
../lists/competitions.html list
3939

40-
table ../lists/competitions.tsv
40+
datatable ../lists/competitions.tsv
4141
printTable
4242

4343
***

blog/languages-of-the-year-1972-2022.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endSnippet
2222

2323
## Data used in this post:
2424

25-
table
25+
datatable
2626
delimiter ,
2727
printTable
2828
data

blog/print-debugging-in-over-300-languages.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You may notice there is a lack of representation of assembly languages in this l
4848
image images/printDebugging.png
4949
openGraph
5050

51-
table
51+
datatable
5252
delimiter ,
5353
printTable
5454
data

blog/the-one-letter-programming-languages.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endSnippet
2020

2121
## Data used in this post:
2222

23-
table
23+
datatable
2424
delimiter ,
2525
compose titleLink BASE_URL/concepts/{id}.html
2626
printTable

blog/what-are-the-best-programming-language-visualizations.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ image images/vis5.png
4545

4646
* Data used in this article as csv:
4747

48-
table
48+
datatable
4949
delimiter ,
5050
printTable
5151
data

blog/what-is-the-growth-in-programming-languages-over-time.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endSnippet
2929

3030
* Data used in this article as csv:
3131

32-
table
32+
datatable
3333
delimiter ,
3434
printTable
3535
data

blog/what-letter-should-your-language-start-with.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ image images/firstLetter-sorted.png
2121

2222
* Data used for these charts:
2323

24-
table
24+
datatable
2525
delimiter ,
2626
printTable
2727
data

blog/when-did-github-become-the-place-to-create-new-programming-languages.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endSnippet
2424

2525
* Data used for this chart:
2626

27-
table
27+
datatable
2828
delimiter ,
2929
printTable
3030
data

0 commit comments

Comments
 (0)