home » dokk/data.git
ID: f72576e88b772baab32b71c1603cc9fe984f6259
747 lines — 30K — View raw


  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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
# This file is made available under the CC0 license

prefix : <dokk:library:>
prefix license: <dokk:license:>

:ProGit
    :title "Pro Git" ;
    :license license:CC-BY-NC-SA-3.0 ;
    :type "book" ;
    :author "Scott Chacon", "Ben Straub" ;
    :repo "https://github.com/progit/progit2" ;
    :site "https://git-scm.com/book/en/v2" .

:Discrete_Mathematics_An_Open_Introduction-Oscar_Levin-3rd_Edition
    :title "Discrete Mathematics. An Open Introduction, 3rd edition" ;
    :license license:CC-BY-SA-4.0 ;
    :type "book" ;
    :author "Oscar Levin" ;
    :isbn13 "978-1792901690" ;
    :repo "https://github.com/oscarlevin/discrete-book" ;
    :site "https://discrete.openmathbooks.org/dmoi3.html" .

:Basic_Algebra_With_Applications-Zaigralin
    :title "Basic Algebra With Applications" ;
    :license license:CC-BY-SA-4.0, license:GPL-3.0-or-later ;
    :type "book" ;
    :author "Ivan G. Zaigralin" ;
    :repo "https://git.albertleadata.org/melikamp/basic-algebra" ;
    :site "http://melikamp.com/basic-algebra.shtml" .

:What_is_Creative_Commons
    :title "What is Creative Commons" ;
    :license license:CC-BY-3.0 ;
    :author "Creative Commons" .

:Creativecommons_informational_flyer
    :title "Creative Commons informational flyer" ;
    :license license:CC-BY-3.0 ;
    :author "Creative Commons" .

:Creative_Commons_handout_kstate
    :title "Creative Commons - handout" ;
    :type "cheat sheet" ;
    :license license:CC0-1.0 .

:Creative_Commons_for_Educators_and_Librarians-2020
    :title "Creative Commons for Educators and Librarians" ;
    :license license:CC-BY-4.0 ;
    :site "https://certificates.creativecommons.org/about/certificate-resources-cc-by/" ;
    :author "American Library Association",
            "Creative Commons".

:Creative_commons_licensing_for_public_sector_information-Opportunities_and_pitfalls-2008
    :title "Creative commons licensing for public sector information - Opportunities and pitfalls" ;
    :license license:CC-BY-ND-3.0 ;
    :author "Mireille van Eechoud",
            "Brenda van der Wal" .

:ccREL-The_Creative_Commons_Rights_Expression_Language_v1.0
    :title "ccREL: The Creative Commons Rights Expression Language" ;
    :license license:CC-BY-3.0 ;
    :author "Hal Abelson", "Ben Adida", "Mike Linksvayer", "Nathan Yergler" ;
    :site "https://wiki.creativecommons.org/wiki/CC_REL" .

:Creative_Commons_and_the_New_Intermediaries_2005
    :title "Creative Commons and the New Intermediaries" ;
    :license license:CC-BY-NC-2.5 ;
    :author "Michael W. Carroll" ;
    :site "https://digitalcommons.law.villanova.edu/wps/art34/" .

:The_Danger_of_Ebooks_handout-Stallman
    :title "The Danger of Ebooks" ;
    :license license:CC-BY-3.0 ;
    :author "Richard M. Stallman" .

:Creative_Commons_licenses_options_for_Canadian_open_data_providers_CIPPIC_2012
    :title "Creative Commons licenses: options for Canadian open data providers" ;
    :license license:CC-BY-3.0 ;
    :author "Kent Mewhort" .

:Park_Design_Informed_by_Stated_Preference_Choice_Integrating_2022
    :title "Park Design Informed by Stated Preference Choice: Integrating User Perspectives into the Development of an Off-Road Vehicle Park in Michigan" ;
    :license license:CC-BY-4.0 ;
    :author "Dan McCole", "Tatiana A. Iretskaia", "Elizabeth E. Perry", "Jungho Suh", "John Noyes" .

:User_perspective_of_landscape_existence_in_healthcare_buildings
    :title "User’s perspective of landscape existence in healthcare buildings" ;
    :license license:CC-BY-4.0 ;
    :author "Asmaa Ramadan Elantary", "Alanoud Alansari", "Asma Alawirdhi" .

:The_Evidence-Based_Management_Guide_scrum_2020
    :title "The Evidence-Based Management Guide" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Scrum.org" ;
    :site "https://www.scrum.org/resources/evidence-based-management-guide" .

:An_economic_perspective_on_data_and_platform_market_power_JRC_2020
    :title "An economic perspective on data and platform market power" ;
    :license license:CC-BY-4.0 ;
    :author "Bertin Martens" .

:6_creative_commons_licenses-The_user_perspective
    :title "6 Creative Commons Licenses: The User’s Perspective" ;
    :license license:CC-BY-4.0 .

:Creative_Commons_Quick_Reference_Guide_UIdaho
    :title "Creative Commons - Quick Reference Guide" ;
    :license license:CC-BY-4.0 ;
    :author "University of Idaho" .

:Open_access_monographs_and_Creative_Commons_TOME_2018
    :title "Open access monographs and Creative Commons" ;
    :license license:CC-BY ;
    :author "Michael Carroll", "Meredith Jacob" .

:Creative_Commons_Licenses-max_planck_library
    :title "Creative Commons Licenses" ;
    :license license:CC-BY-4.0 ;
    :author "Max Planck Institut Library" .

:Creative_Commons_MERLOT
    :title "Creative Commons" ;
    :license license:CC-BY-3.0 ;
    :author "merlot.org" .

:Some_Rights_Reserved-Creative_Commons_in_Education_PittState_2015
    :title "Some Rights Reserved - Creative Commons in Education" ;
    :license license:CC-BY-4.0 ;
    :author "Rion Huffman", "Marisa Windisch" .

:Creative_Commons_Licenses_Explained_eCampusOntario
    :title "Creative Commons Licenses Explained" ;
    :license license:CC-BY-4.0 ;
    :author "eCampusOntario" .

:Creative_Commons_License_Flowchart_MState
    :title "Creative Commons License Flowchart" ;
    :license license:CC-BY-4.0 .

:How_to_attribute_Creative_Commons_licensed_materials_for_teachers_and_students
    :title "How to attribute Creative Commons licensed materials - For Teachers and Students" ;
    :license license:CC-BY-2.5 ;
    :author "ARC Centre of Excellence for Creative Industries and Innovation", "National Copyright Unit Australia", "Creative Commons Australia" .

:free_to_learn_Plotkin_2010
    :title "free to learn" ;
    :license license:CC-BY-3.0 ;
    :author "Hal Plotkin" .

:Creative_Commons_IP_management_practice_2015
    :title "Creative Commons IP management practice" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Government of Western Australia" .

:Made_With_Creative_Commons_2017
    :title "Made With Creative Commons" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Paul Stacey", "Sarah Hinchliff Pearson" .

:Microkernels_in_a_Bit_More_Depth_COMP9242_2008
    :title "Microkernels in a Bit More Depth" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Gernot Heiser" .

:SPDX_Specification_1.0
    :title "SPDX Specification 1.0" ;
    :license license:CC-BY-3.0 ;
    :author "Linux Foundation" .

:Installing_applications_on_Linux_Kenlon
    :title "Installing applications on Linux" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Seth Kenlon", "Chris Hermansen", "Patrick H. Mullins" .

:Open_content_a_practical_guide_to_using_Creative_Commons_licences_Kreutzer
    :title "Open Content - A Practical Guide to Using Creative Commons Licences" ;
    :license license:CC-BY-4.0 ;
    :author "Dr. Till Kreutzer" ;
    :site "https://meta.wikimedia.org/wiki/Open_Content_-_A_Practical_Guide_to_Using_Creative_Commons_Licences" .

:License_compliance_for_embedded_Linux_devices_with_Buildroot_FOSDEM_2020
    :title "License compliance for embedded Linux devices with Buildroot" ;
    :license license:CC-BY-SA-3.0 ;
    :author "Luca Ceresoli" .

:Containers_and_Pods_101
    :title "Containers and Pods 101" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Daniel J Walsh", "Seth Kenlon", "Chris Collins", "Nived Velayudhan" .

:Installing_and_using_the_Windows_Subsystem_for_Linux_Kunhardt_2021-02-07
    :title "Installing and Using the Windows Subsystem for Linux" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Owen Kunhardt" .

:Just_what_is_open_source_and_why_should_I_care
    :title "Just what is \"Open Source\"? (and why should I care)" ;
    :license license:CC-BY-3.0 ;
    :author "Jim Jagielski" .

:Free_and_Open_Source_licenses_software_development_and_distribution_Optaros_2005
    :title "Free and Open Source Licenses, Software Development, and Distribution" ;
    :license license:CC-BY-2.5 ;
    :author "Stephen Walli" .

:Safer_Linux_kernel_modules_using_the_D_programming_language_IEEE_2022
    :title "Safer Linux Kernel Modules Using the D Programming Language" ;
    :license license:CC-BY-4.0 ;
    :author "Constantin Eduard Staniloiu", "Alexandru Militaru", "Razvan Nitu", "Razvan Deaconescu" .

:Using_buildroot_for_building_embedded_Linux_systems_on_Raspberry_Pi_3_Model_B_Esquembri_2018
    :title "Using Buildroot for building Embedded Linux Systems on Raspberry Pi 3 Model B" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Sergio Esquembri" .

:Building_MapGuide_on_Linux_2006
    :title "Building MapGuide on Linux" ;
    :license license:CC-BY-SA-2.5 ;
    :author "Autodesk Inc." .

:The_automotive_grade_Linux_software_defined_connected_car_architecture_2018
    :title "The Automotive Grade Linux Software Defined Connected Car Architecture" ;
    :license license:CC-BY-4.0 ;
    :author "The Linux Foundation" .

:Securing_Linux_Containers_Hayden_2015
    :title "Securing Linux Containers" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Major Hayden" .

:Security_Accelerator_Low_Level_Driver_User_Guide_VP00102_Revision_D
    :title "Security Accelerator Low Level Driver - User Guide" ;
    :license license:CC-BY-ND-3.0 ;
    :author "Texas Instruments Inc." .

:Gentoo_Linux_for_Neuroscience_2017
    :title "Gentoo Linux for Neuroscience - a replicable, flexible, scalable, rolling-release environment that provides direct access to development software" ;
    :license license:CC-BY-4.0 ;
    :author "Horea-Ioan Ioanas", "Bechara John Saab", "Markus Rudin" .

:Advancing_open_source_safety_critical_systems_ELISA
    :title "Advancing Open Source Safety-Critical Systems" ;
    :license license:CC-BY-4.0 ;
    :author "Shuah Khan" .

:How_to_avoid_writing_device_drivers_for_embedded_Linux_2net_2016
    :title "How to avoid writing device drivers for embedded Linux" ;
    :license license:CC-BY-SA-3.0 ;
    :author "2net Ltd." .

:Software_Freedom_Day_2013_leaflets
    :title "Software Freedom Day 2013" ;
    :license license:CC-BY-SA-3.0 ;
    :author "Michael Dorrington" .

:Creative_Commons_VLIR_Franck
    :title "Creative Commons" ;
    :license license:CC-BY-4.0 ;
    :author "Gwen Franck" .

:Creative_Commons_and_OER_in_30_minutes_Walz_2017
    :title "Creative Commons and OER in 30 minutes" ;
    :license license:CC-BY-4.0 ;
    :author "Anita Walz" ;
    :site "https://vtechworks.lib.vt.edu/handle/10919/78393" .

:Ode_to_Creative_Commons_Barnett_2021
    :title "Ode to Creative Commons" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Timmy Barnett" .

:Creative_Commons_terms_and_licences_Murdoch
    :title "Creative Commons -­‐ terms and licences" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Murdoch University" .

:Serious_games_in_cultural_heritage_2009
    :title "Serious Games in Cultural Heritage" ;
    :license license:CC-BY-3.0 ;
    :author "Eike Falk Anderson", "Leigh McLoughlin", "Fotis Liarokapis", "Christopher Peters", "Panagiotis Petridis", "Sara de Freitas" .

:Copyright_in_the_time_of_COVID-19_an_australian_perspective_2021
    :title "Copyright in the time of COVID-19: an Australian perspective" ;
    :license license:CC-BY-4.0 ;
    :author "Amanda Bellenger", "Helen Balfour" .

:Delivering_unit_readings_and_other_learning_materials_2018_Murdoch
    :title "Delivering unit readings and other learning materials 2018" ;
    :license license:CC-BY-4.0 ;
    :author "Murdoch University" .

:Open_licensing_introduction_to_creative_commons_licenses
    :title "Open Licensing: Introduction to Creative Commons Licenses" ;
    :license license:CC-BY-4.0 ;
    :author "Christine Davidian", "Bret McCandless", "Shilpa Rele" .

:Anatomy_of_a_Creative_Commons_license_Florent
    :title "Anatomy of a Creative Commons (CC) license" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Janice Florent" .

:Defining_noncommercial_2009
    :title "Defining \"Noncommercial\" - A study of how the online population understands \"noncommercial use\"" ;
    :license license:CC-BY-3.0 ;
    :author "Netpop Research LLC" ;
    :site "https://wiki.creativecommons.org/wiki/Defining_Noncommercial" .

:Enhancing_a_theory_focused_course_through_the_Introduction_of_automatically_assessed_programming_exercises_lessons_learned_2020
    :title "Enhancing a Theory-Focused Course Through the Introduction of Automatically Assessed Programming Exercises – Lessons Learned" ;
    :license license:CC-BY-4.0 ;
    :author "Marcus Soll", "Louis Kobras", "Melf Johannsen", "Chris Biemann" .

:The_live_coding_of_slub_art_oriented_programming_as_media_critique
    :title "The live coding of slub - Art oriented programming as media critique" ;
    :license license:CC-BY-2.5 ;
    :author "Christian Ulrik Andersen" .

:GNU_Emacs_Manual_28.2
    :title "GNU Emacs Manual" ;
    :license license:GFDL-1.3-or-later ;
    :isbn13 "978-0-9831592-8-5" ;
    :site "https://www.gnu.org/software/emacs/manual/emacs.html" .

:GNU_Emacs_Reference_Card_28
    :title "GNU Emacs Reference Card" ;
    :license license:GPL-3.0-or-later ;
    :type "cheat sheet" ;
    :site "https://www.gnu.org/software/emacs/refcards" .

:Free_Software_Free_Society_Selected_Essays_of_Richard_M_Stallman-3rd_Edition
    :title "Free Software, Free Society: Selected Essays of Richard M. Stallman, 3rd edition" ;
    :isbn13 "978-0-9831592-5-4" ;
    :site "https://shop.fsf.org/books-docs/free-software-free-society-selected-essays-richard-m-stallman-3rd-edition" .

:Operating_Systems_and_Middleware_Supporting_Controlled_Interaction-1.3.1
    :title "Operating Systems and Middleware:Supporting Controlled Interaction" ;
    :license license:CC-BY-SA-3.0 ;
    :type "book" ;
    :author "Max Hailperin", "Gustavus Adolphus College" ;
    :repo "https://github.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction" ;
    :site "https://gustavus.edu/mcs/max/os-book/" .

:Programming_Persistent_Memory_A_Comprehensive_Guide_for_Developers
    :title "Programming Persistent Memory. A Comprehensive Guide for Developers" ;
    :license license:CC-BY-4.0 ;
    :type "book" ;
    :isbn13 "978-1-4842-4932-1" ;
    :author "Steve Scargall" ;
    :site "https://link.springer.com/book/10.1007/978-1-4842-4932-1" .

:Python_3_cheat_sheet_Pointal_english_v2.0.6
    :title "Python 3 Cheat Sheet" ;
    :license license:CC-BY-4.0 ;
    :type "cheat sheet" ;
    :author "Laurent Pointal" ;
    :site "https://perso.limsi.fr/pointal/python:memento" .

:Pylira_deconvolution_of_images_in_the_presence_of_Poisson_noise_SCIPY_2022
    :title "Pylira: deconvolution of images in the presence of Poisson noise" ;
    :license license:CC-BY-4.0 ;
    :author "Axel Donath", "Aneta Siemiginowska", "Vinay Kashyap", "Douglas Burke", "Karthik Reddy Solipuram", "David van Dyk" .

:Wine_Cup_with_a_Boy_Holding_a_Lyre_2011
    :title "Wine Cup with a Boy Holding a Lyre" ;
    :license license:CC-BY-4.0 ;
    :author "J. Paul Getty Trust" .

:Python_jump_start_Brown_2022
    :title "Python Jump Start" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Bob Brown" .

:Installing_Python_on_Windows_Kunhardt_2021
    :title "Installing Python on Windows" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Owen Kunhardt" .

:Red_Hat_virtualization_4.4_Python_SDK_guide_2023-02-07
    :title "Red Hat Virtualization 4.4 Python SDK Guide" ;
    :license license:CC-BY-SA-3.0 ;
    :author "Red Hat Inc." .

:writing_Python_2-3_compatible_code_Schofield_2015
    :title "Cheat Sheet: Writing Python 2-3 compatible code" ;
    :license license:CC-BY ;
    :author "Ed Schofield" .

:Proceedings_of_the_21st_Python_in_Science_Conference_2022
    :title "Proceedings of the 21st Python in Science Conference" ;
    :license license:CC-BY-3.0 ;
    :issn "2575-9752" ;
    :author "Meghann Agarwal", "Chris Calloway", "Dillon Niederhut", "David Shupe" .

:declare4py_a_python_library_for_declarative_process_mining_CEUR_2022
    :title "Declare4Py: A Python Library for Declarative Process Mining" ;
    :license license:CC-BY-4.0 ;
    :author "Ivan Donadello", "Francesco Riva", "Fabrizio Maria Maggi", "Aladdin Shikhizada" .

:Cellular_automata_musification_using_Python_and_Magenta_Franklin_2022
    :title "Cellular Automata Musification Using Python and Magenta" ;
    :license license:CC-BY-3.0 ;
    :author "Austin Franklin" .

:Debian_packaging_tutorial_Nussbaum_2021
    :title "Debian Packaging Tutorial" ;
    :license license:CC-BY-SA-3.0 ;
    :type "presentation" ;
    :author "Lucas Nussbaum" .

:Producing_Open_Source_Software_How_to_Run_a_Successful_Free_Software_Project-2nd_Edition
    :title "Producing Open Source Software: How to Run a Successful Free Software Project, 2nd Edition" ;
    :license license:CC-BY-SA-4.0 ;
    :type "book" ;
    :author "Karl Fogel" ;
    :repo "https://svn.red-bean.com/repos/producingoss/trunk/" ;
    :site "https://producingoss.com" .

:The_many_branches_of_the_Fediverse-3.0
    :title "The many branches of the Fediverse" ;
    :license license:CC-BY-SA-4.0 ;
    :type "cheat sheet" ;
    :author "Per Axbom" ;
    :site "https://axbom.com/fediverse/" .

:email_self_defense_infographic_FSF_2021
    :title "Email Self-Defense" ;
    :license license:CC-BY-4.0 ;
    :type "cheat sheet" ;
    :site "https://emailselfdefense.fsf.org/en/infographic.html" .

:Creative_Commons_integration_with_your_website
    :title "Creative Commons Integration With Your Website" ;
    :license license:CC-BY-3.0 ;
    :author "Creative Commons" .

:SICP_2nd_edition_1996
    :title "Structure and Interpretation of Computer Programs - Second Edition" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Harold Abelson", "Gerald Jay Sussman", "Julie Sussman" .

:JSExplain_a_double_debugger_for_javascript_2018
    :title "JSExplain: a Double Debugger for JavaScript" ;
    :license license:CC-BY-4.0 ;
    :author "Arthur Charguéraud", "Alan Schmitt", "Thomas Wood" .

:Optimization_coaching_for_javascript_2015
    :title "Optimization Coaching for JavaScript" ;
    :license license:CC-BY-3.0 ;
    :author "Vincent St-Amour", "Shu-yu Guo" .

:zero-javascript_stateful_user_interface_framework_2017
    :title "Zero-JavaScript Stateful User Interface Framework" ;
    :license license:CC-BY-4.0 ;
    :author "Matthew Steven Frisbie" .

:GNU_LibreJS_7.21_2022
    :title "GNU LibreJS for version 7.21" ;
    :license license:GFDL-1.3-or-later ;
    :author "Loic J. Duros", "Yuchen Pei" .

:The_Good_the_Bad_and_the_Ugly_-_An_empirical_study_of_implicit_type_conversions_in_javascript_ECOOP_2015
    :title "The Good, the Bad, and the Ugly: An Empirical Study of Implicit Type Conversions in JavaScript" ;
    :license license:CC-BY-3.0 ;
    :author "Michael Pradel", "Koushik Sen" .

:Adaptive_Context-sensitive_Analysis_for_JavaScript_ECOOP_2015
    :title "Adaptive Context-sensitive Analysis for JavaScript" ;
    :license license:CC-BY-3.0 ;
    :author "Shiyi Wei", "Barbara G. Ryder" .

:VoxLens_making_online_data_visualizations_accessible_with_an_interactive_javascript_plug-in_CHI_2022
    :title "VoxLens: Making Online Data Visualizations Accessible with an Interactive JavaScript Plug-In" ;
    :license license:CC-BY-4.0 ;
    :author "Ather Sharif", "Olivia H. Wang", "Alida T. Muongchan", "Katharina Reinecke", "Jacob O. Wobbrock" .

:Javascript_programs_obfuscation_detection_method_that_uses_artificial_neural_network_with_attention_mechanism_2019
    :title "JavaScript Programs Obfuscation Detection Method that Uses Artificial Neural Network with Attention Mechanism" ;
    :license license:CC-BY-4.0 ;
    :author "Grigory Ponomarenko", "Petr Klyucharev" .

:Red_Hat_AMQ_7.3_2019
    :title "Red Hat AMQ 7.3 - Using the AMQ JavaScript Client - For Use with AMQ Clients 2.4" ;
    :license license:CC-BY-SA-3.0 ;
    :author "Red Hat Inc." .

:Fission_secure_dynamic_code_splitting_for_javascript_SNAPL_2017
    :title "Fission: Secure Dynamic Code-Splitting for JavaScript" ;
    :license license:CC-BY-3.0 ;
    :author "Arjun Guha", "Jean-Baptiste Jeannin", "Rachit Nigam", "Rian Shambaugh", "Jane Tangen" .

:which_languages_are_best_for_web_development_Stone_2016
    :title "Which language(s) are best? (For Web Development)" ;
    :license license:CC-BY-4.0 ;
    :author "Jackson Stone" .

:Value_partitioning_-_A_lightweight_approach_to_relational_static_analysis_for_javascript_ECOOP_2020
    :title "Value Partitioning: A Lightweight Approach to Relational Static Analysis for JavaScript" ;
    :license license:CC-BY-3.0 ;
    :author "Benjamin Barslev Nielsen", "Anders Møller" .

:SCORM_2.0_break_up_make_easier_and_encourage_accessibility_2008
    :title "SCORM 2.0: Break it up, make it easier, and encourage accessibility." ;
    :license license:CC-BY-SA-3.0 ;
    :author "Philip Hutchison" .

:transparent_object_proxies_for_javascript_ECOOP_2015
    :title "Transparent Object Proxies for JavaScript" ;
    :license license:CC-BY-3.0 ;
    :author "Matthias Keil", "Sankha Narayan Guria", "Andreas Schlegel", "Manuel Geffken", "Peter Thiemann" .

:Sorting_visualizer_using_HTML_CSS_and_JavaScript_IJARCCE_2022
    :title "Sorting visualizer using HTML, CSS, and JavaScript" ;
    :license license:CC-BY-4.0 ;
    :author "Datta Sai Akash Patchipulusu", "Dr. A. Vijay Kumar" .

:JForce_forced_execution_on_javascript_IW3C2_2017
    :title "J-Force: Forced Execution on JavaScript" ;
    :license license:CC-BY-4.0 ;
    :author "Kyungtae Kim", "I Luk Kim", "Chung Hwan Kim", "Yonghwi Kwon", "Yunhui Zheng", "Xiangyu Zhang", "Dongyan Xu" .

:essential.js_javascript_library_for_music_and_audio_analysis_on_the_web_2020
    :title "essential.js: a JavaScript library for music and audio analysis on the web" ;
    :license license:CC-BY-4.0 ;
    :author "Albin Correya", "Dmitry Bogdanov", "Luis Joglar-Ongay", "Xavier Serra" .

:alfresco_developer_intro_to_the_web_script_framework_Potts_2007
    :title "Alfresco Developer: Intro to the Web Script Framework" ;
    :license license:CC-BY-SA-2.5 ;
    :author "Jeff Potts" .

:client_insourcing_bringing_ops_in-house_for_seamless_re-engineering_of_full_stack_javascript_applications_IW3C2_2020
    :title "Client Insourcing: Bringing Ops In-House for Seamless Re-engineering of Full-Stack JavaScript Applications" ;
    :license license:CC-BY-4.0 ;
    :author "Kijin An", "Eli Tilevich" .

:256-byte_creative_programs_2017
    :title "256-Byte Creative Programs" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Sofian Audry", "Angela Chang", "Chris Kerich", "Milton Läufer", "Nick Montfort" .

:javascript_the_first_20_years_2020
    :title "JavaScript: The First 20 Years" ;
    :license license:CC-BY-4.0 ;
    :author "Allen Wirfs-Brock", "Brendan Eich" .

:trees_binary_search_heaps_applications_Bourke_2015
    :title "Trees, Binary Search Trees, Heaps & Applications" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Dr. Chris Bourke" .

:computer_science_I_Bourke_draft_2020-11-12
    :title "Computer Science I [draft 2020/11/12]" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Dr. Chris Bourke" .

:computer_science_II_Bourke_draft_2019-08-15
    :title "Computer Science II [draft 2019/08/15]" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Dr. Chris Bourke" .

:computer_science_III_Bourke_2016-08-05
    :title "Computer Science III" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Dr. Chris Bourke" .

:a_stepper_for_a_functional_javascript_sublanguage_2021
    :title "A Stepper for a Functional JavaScript Sublanguage" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Martin Henz", "Thomas Tan", "Zachary Chua", "Peter Jung", "Yee-Jian Tan", "Xinyi Zhang", "Jingjing Zhao" .

:the_most_common_DOM_methods_at_a_glance_Heilmann
    :title "The most common DOM methods at a glance" ;
    :license license:CC-BY-3.0 ;
    :author "Christian Heilmann" .

:guix_system_and_libreboot_Gururajan_2019
    :title "GUIX system and Libreboot" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Raghav Gururajan" .

:exorcismo_de_BIOS_privativas_Oliva_2015_pt
    :title "Exorcismo de BIOS Privativas" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Alexandre Oliva" .

:exorcismo_de_BIOS_privativas_Oliva_2015_es
    :title "Exorcismo de BIOS Privativas" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Alexandre Oliva" .

:coreboot_the_free_firmware_2017
    :title "coreboot - the free firmware" ;
    :license license:CC-BY-4.0 ;
    :author "Beijing GNU/Linux User Group" .

:LibreRVAC_free_firmware_for_robotic_vacuum_cleaners_2016
    :title "LibreRVAC: free firmware for robotic vacuum cleaners" ;
    :license license:CC-BY-4.0 ;
    :author "Aleks-Daniel Jakimenko-Aleksejev" .

:measuring_the_evolving_internet_in_the_cloud_computing_era_Yeganeh_2019
    :title "Measuring the Evolving Internet in the Cloud Computing Era: Infrastructure, Connectivity, and Performance" ;
    :license license:CC-BY-4.0 ;
    :author "Bahador Yeganeh" .

:report_on_the_use_of_foss_in_the_OSM_foundation_2021
    :title "Report on the use of Free and Open Source Software in the OpenStreetMap Foundation" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Felix Delattre", "Danijel Schorlemmer", "Enock Seth Nyamador", "Tobias Knerr" .

:hosting_your_own_DNS_for_fun_and_zero_profit_Fleming_2023
    :title "Hosting your own DNS for fun and zero profit" ;
    :license license:CC-BY-4.0 ;
    :author "Kevin P. Fleming" .

:discovering_the_landscape_of_decentralized_online_social_networks_through_mastodon_CEUR_2022
    :title "Discovering the Landscape of Decentralized Online Social Networks through Mastodon" ;
    :license license:CC-BY-4.0 ;
    :author "Lucio La Cava", "Sergio Greco", "Andrea Tagarelli" .

:using_federated_social_networks_for_efficiently_distributing_CVE_information_2023
    :title "Using federated social networks for efficiently distributing CVE information" ;
    :license license:CC-BY-4.0 ;
    :author "Armijn Hemel" .

:federated_and_decentralized_metadata_system
    :title "Federated and decentralized metadata system." ;
    :license license:CC-BY-4.0 ;
    :author "Philippe Ombredanne" .

:weighted_directed_clustering_APS_2021
    :title "Weighted directed clustering: Interpretations and requirements for heterogeneous, inferred, and measured networks" ;
    :license license:CC-BY-4.0 ;
    :author "Tanguy Fardet", "Anna Levina" .

:the_internet_big_data_and_platforms_Zimmermann
    :title "The Internet, Big Data & Platforms" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Nils-Eyk Zimmermann" .

:community_rules_MEDLab_2021
    :title "Community Rules" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Media Enterprise Design Lab" .

:open_letter_from_mastodon_community_2020
    :title "An Open Letter from the Mastodon Community" ;
    :license license:CC0-1.0 ;
    :author "" .

:guarding_and_rescuing_the_FSF_titanic
    :title "Guarding and Rescuing the FSF Titanic" ;
    :license license:CC0-1.0 ;
    :author "Free Media Alliance" .

:adopting_agile_technology_in_learning_c_programming_2016
    :title "Adopting Agile Technology in Learning C Programming" ;
    :license license:CC-BY-4.0 ;
    :author "Amreen Kausar Gorvankolla", "Navya R", "Smitha G.R" .

:easycoding_methodology_to_support_programming_learning_ICPEC_2020
    :title "EasyCoding – Methodology to Support Programming Learning" ;
    :license license:CC-BY-3.0 ;
    :author "Marcela Viana P. Almeida", "Luís M. Alves", "Maria João Varanda Pereira", "Glívia Angélica R. Barbosa" .

:source_code_Di_Cosmo_2022
    :title "Source code" ;
    :license license:CC-BY-4.0 ;
    :author "Roberto Di Cosmo" .

:real-time_realizations_of_a_simple_programming_environment_Puckette_2012
    :title "Real-time realizations of a simple programming environment" ;
    :license license:CC-BY-SA ;
    :author "Miller Puckette" .

:so_you_think_you_know_c_Kaleniuk_2020
    :title "So You Think You Know C?" ;
    :license license:CC0-1.0 ;
    :author "Oleksandr Kaleniuk" .

:modular_electronics_learning_project_2022
    :title "Modular Electronics Learning (ModEL) project" ;
    :license license:CC-BY-4.0 ;
    :author "Tony R. Kuphaldt" .

:comparative_study_of_c-objectivec-cpp_2013
    :title "Comparative study of C, Objective C, C++ programming language" ;
    :license license:CC-BY-4.0 ;
    :author "Surbhi Gupta", "Puneet Bhalla" .

:improve_type_generic_programming_proposal_for_C23_2021
    :title "Improve type generic programming - proposal for C23" ;
    :license license:CC-BY-4.0 ;
    :author "Jens Gustedt" .

:CUDA_programming_Marzolla_2022
    :title "CUDA Programming" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Moreno Marzolla" .

:simulation_study_for_waiting_line_systems_by_c_programming_2020
    :title "A Simulation Study for Waiting Line Systems by C Programming" ;
    :license license:CC-BY-4.0 ;
    :author "Ozer Ozdemir" .

:looking_at_algorithm_visualization_through_the_eyes_of_pre-service_ict_teachers_2016
    :title "Looking at Algorithm Visualization through the Eyes of Pre-service ICT Teachers" ;
    :license license:CC-BY-4.0 ;
    :author "Fatih Saltan" .

:the_argo_software_perspective_2018
    :title "The Argo software perspective. A multicore programming exercise." ;
    :license license:CC-BY-SA-4.0 ;
    :author "Rasmus Bo Sørensen" .

:automated_code_tracing_exercises_for_CS1_2022
    :title "Automated Code Tracing Exercises for CS1" ;
    :license license:CC-BY-4.0 ;
    :author "Seán Russell" .

:programming_fundamentals_modular_structured_approach_using_cpp_Busbee_2008
    :title "Programming Fundamentals - A Modular Structured Approach using C++" ;
    :license license:CC-BY-2.0 ;
    :author "Kenneth Leroy Busbee" .

:einführung_in_die_numerik_Klein
    :title "Einführung in die Numerik" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Dr. Ole Klein" .

:modern_cpp_programming_techniques_for_scientific_computing_Klein_2020
    :title "Modern C++ Programming Techniques for Scientific Computing" ;
    :license license:CC-BY-SA-4.0 ;
    :author "Dr. Ole Klein" .

:Restore_Online_Freedom_libreplanet_2016
    :title "Restore Online Freedom!" ;
    :license license:CC-BY-SA-4.0 ;
    :type "presentation" ;
    :author "Mike Gerwitz" ;
    :site "https://gitlab.com/mikegerwitz/online-freedom" .

:ALWAYS_BOOTABLE_OPERATING_SYSTEM-Technical_Disclosure_Commons
    :title "ALWAYS BOOTABLE OPERATING SYSTEM" ;
    :license license:CC-BY-4.0 ;
    :author "HP INC" ;
    :site "https://www.tdcommons.org/dpubs_series/4490/" .