Author
|
zPlus <zplus@peers.community>
2023-05-07 07:27:40
|
Committer
|
zPlus <zplus@peers.community>
2023-05-07 07:27:40
|
Commit
|
249cb53
(patch)
|
Tree
|
1bd9a64
|
Parent(s)
|
|
Fix broken URIs.
These links didn't validate with "riot".
commits diff:
cb75a96..249cb53
2 files changed,
4 insertions,
4 deletions
—
download
Diffstat
Diff options
+2/-2
M data/blob.ttl
1880
|
1880
|
|
:type "PDF" .
|
1881
|
1881
|
|
|
1882
|
1882
|
|
<dokk:blob:pdf/open_data_structures_java_0.1∆.pdf>
|
1883
|
|
- |
:library library:open_data_structures_java_0.1∆ ;
|
|
1883
|
+ |
:library <dokk:library:open_data_structures_java_0.1∆> ;
|
1884
|
1884
|
|
:primary_source "https://opendatastructures.org/versions/edition-0.1d/ods-java.pdf" ;
|
1885
|
1885
|
|
:primary_source_retrieved "2023-04-30" ;
|
1886
|
1886
|
|
:type "PDF" .
|
1887
|
1887
|
|
|
1888
|
1888
|
|
<dokk:blob:pdf/open_data_structures_cpp_0.1∆.pdf>
|
1889
|
|
- |
:library library:open_data_structures_cpp_0.1∆ ;
|
|
1889
|
+ |
:library <dokk:library:open_data_structures_cpp_0.1∆> ;
|
1890
|
1890
|
|
:primary_source "https://opendatastructures.org/versions/edition-0.1d/ods-cpp.pdf" ;
|
1891
|
1891
|
|
:primary_source_retrieved "2023-04-30" ;
|
1892
|
1892
|
|
:type "PDF" .
|
+2/-2
M data/library.ttl
1632
|
1632
|
|
:author "Pat Morin" ;
|
1633
|
1633
|
|
:site "https://opendatastructures.org" .
|
1634
|
1634
|
|
|
1635
|
|
- |
:open_data_structures_java_0.1∆
|
|
1635
|
+ |
<dokk:library:open_data_structures_java_0.1∆>
|
1636
|
1636
|
|
:title "Open Data Structures (in Java) Edition 0.1∆" ;
|
1637
|
1637
|
|
:license license:CC-BY-2.5 ;
|
1638
|
1638
|
|
:author "Pat Morin" ;
|
1639
|
1639
|
|
:site "https://opendatastructures.org" .
|
1640
|
1640
|
|
|
1641
|
|
- |
:open_data_structures_cpp_0.1∆
|
|
1641
|
+ |
<dokk:library:open_data_structures_cpp_0.1∆>
|
1642
|
1642
|
|
:title "Open Data Structures (in C++) Edition 0.1∆" ;
|
1643
|
1643
|
|
:license license:CC-BY-2.5 ;
|
1644
|
1644
|
|
:author "Pat Morin" ;
|