@@ -600,11 +600,13 @@ Books on general-purpose programming that don't focus on a specific language are
600
600
### COBOL
601
601
602
602
* [ COBOL Programming Fundamental] ( http://yusman.staff.gunadarma.ac.id/Downloads/files/33460/COBOL_Programming_Fundamental.pdf ) (PDF)
603
+ * [ COBOL Programming Standards] ( https://www.tonymarston.net/cobol/cobolstandards.html ) - A J Marston (HTML)
603
604
* [ Enterprise COBOL for z/OS documentation library] ( http://www-01.ibm.com/support/docview.wss?uid=swg27036733 )
604
605
* [ GNU COBOL Programmers Guide] ( https://edoras.sdsu.edu/doc/GNU_Cobol_Programmers_Guide_2.1.pdf ) - Gary L. Cutler (PDF)
605
606
* [ ILE COBOL Programmer's Guide] ( https://www.ibm.com/docs/de/ssw_ibm_i_74/pdf/sc092539.pdf ) (PDF)
606
607
* [ Micro Focus: OO Programming with Object COBOL for UNIX (1999)] ( https://www.microfocus.com/documentation/object-cobol/oc41books/oppubb.htm ) - MERANT International Ltd. (HTML)
607
608
* [ OpenCOBOL 1.1 - Programmer's Guide] ( http://open-cobol.sourceforge.net/guides/OpenCOBOL%20Programmers%20Guide.pdf ) (PDF)
609
+ * [ Visual COBOL: A Developer's Guide to Modern COBOL] ( https://www.microfocus.com/media/ebook/visual_cobol_ebook.pdf ) - Paul Kelly (PDF)
608
610
609
611
610
612
### CoffeeScript
@@ -686,6 +688,7 @@ Books on general-purpose programming that don't focus on a specific language are
686
688
* [ Essential Pascal Version 1 and 2] ( http://www.marcocantu.com/epascal/ ) - M. Cantù
687
689
* [ Expert Delphi] ( https://www.packtpub.com/free-ebooks/expert-delphi ) - Paweł Głowacki (Packt account * required* )
688
690
* [ Modern Object Pascal Introduction for Programmers] ( https://github.com/michaliskambi/modern-pascal-introduction ) - Michalis Kamburelis ([ AsciiDoc] ( https://github.com/michaliskambi/modern-pascal-introduction/blob/master/modern_pascal_introduction.adoc#logical-relational-and-bit-wise-operators ) , [ HTML] ( https://castle-engine.io/modern_pascal_introduction.html ) , [ PDF] ( https://castle-engine.io/modern_pascal_introduction.pdf ) )
691
+ * [ Start Programming using Object Pascal] ( https://code.sd/startprog/StartProgUsingPascal.pdf ) - Motaz Abdel Azeem (PDF)
689
692
690
693
691
694
### DTrace
@@ -949,6 +952,7 @@ Books on general-purpose programming that don't focus on a specific language are
949
952
* [ CSS Transition vs CSS animation] ( https://www.freecodecamp.org/news/css-transition-vs-css-animation-handbook/ ) - Oluwatobi Sofela
950
953
* [ Dive Into HTML5] ( http://diveinto.html5doctor.com ) - Mark Pilgrim ([ PDF] ( http://mislav.net/2011/10/dive-into-html5/ ) )
951
954
* [ DOM Enlightenment] ( http://domenlightenment.com ) - Cody Lindley (HTML)
955
+ * [ Enduring CSS] ( https://ecss.benfrain.com/preface.html ) - Ben Frain (HTML)
952
956
* [ Essential CSS] ( https://www.programming-books.io/essential/css/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
953
957
* [ Essential HTML] ( https://www.programming-books.io/essential/html/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
954
958
* [ Essential HTML Canvas] ( https://www.programming-books.io/essential/htmlcanvas/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
0 commit comments