mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-11 07:10:58 +00:00
add assembly book, clojure doc + cleanup (#2850)
* add assembly book, clojure doc + cleanup * I'm guessing the linter treats '-' as a space
This commit is contained in:
parent
17534631f8
commit
8f6898a8c1
@ -89,7 +89,7 @@
|
|||||||
* [Node.js](#nodejs)
|
* [Node.js](#nodejs)
|
||||||
* [Om](#om)
|
* [Om](#om)
|
||||||
* [React](#react)
|
* [React](#react)
|
||||||
* [React Native](#reactnative)
|
* [React Native](#react-native)
|
||||||
* [Redux](#redux)
|
* [Redux](#redux)
|
||||||
* [Jenkins](#jenkins)
|
* [Jenkins](#jenkins)
|
||||||
* [Julia](#julia)
|
* [Julia](#julia)
|
||||||
@ -149,7 +149,6 @@
|
|||||||
* [OpenMP](#openmp)
|
* [OpenMP](#openmp)
|
||||||
* [OpenResty](#openresty)
|
* [OpenResty](#openresty)
|
||||||
* [OpenSCAD](#openscad)
|
* [OpenSCAD](#openscad)
|
||||||
* [PC-BSD](#pc-bsd)
|
|
||||||
* [Perl](#perl)
|
* [Perl](#perl)
|
||||||
* [Perl 6 / Rakudo](#perl-6--rakudo)
|
* [Perl 6 / Rakudo](#perl-6--rakudo)
|
||||||
* [PHP](#php)
|
* [PHP](#php)
|
||||||
@ -187,7 +186,6 @@
|
|||||||
* [Sed](#sed)
|
* [Sed](#sed)
|
||||||
* [Self](#self)
|
* [Self](#self)
|
||||||
* [Smalltalk](#smalltalk)
|
* [Smalltalk](#smalltalk)
|
||||||
* [Solidity](#solidity)
|
|
||||||
* [Spark](#spark)
|
* [Spark](#spark)
|
||||||
* [SQL (implementation agnostic)](#sql-implementation-agnostic)
|
* [SQL (implementation agnostic)](#sql-implementation-agnostic)
|
||||||
* [SQL Server](#sql-server)
|
* [SQL Server](#sql-server)
|
||||||
@ -812,8 +810,9 @@ Kerridge (PDF) (email address *requested*, not required)
|
|||||||
* [Professional Assembly Language](https://web.archive.org/web/20170329045538/http://blog.hit.edu.cn:80/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)
|
* [Professional Assembly Language](https://web.archive.org/web/20170329045538/http://blog.hit.edu.cn:80/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)
|
||||||
* [Programming from the Ground Up](http://mirror.unicorncloud.org/savannah-nongnu//pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF)
|
* [Programming from the Ground Up](http://mirror.unicorncloud.org/savannah-nongnu//pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF)
|
||||||
* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm)
|
* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm)
|
||||||
* [Software optimization resources](http://www.agner.org/optimize/) A. Fog
|
* [Software optimization resources](http://www.agner.org/optimize/) - A. Fog
|
||||||
* [Wizard Code](http://vendu.twodots.nl/wizardcode.html)
|
* [Wizard Code](http://vendu.twodots.nl/wizardcode.html)
|
||||||
|
* [x86-64 Assembly Language Programming with Ubuntu](http://www.egr.unlv.edu/~ed/x86.html) - Ed Jorgensen (PDF)
|
||||||
* [x86 Assembly](https://en.wikibooks.org/wiki/X86_Assembly)
|
* [x86 Assembly](https://en.wikibooks.org/wiki/X86_Assembly)
|
||||||
|
|
||||||
|
|
||||||
@ -970,6 +969,7 @@ Kerridge (PDF) (email address *requested*, not required)
|
|||||||
* [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) - R. Mark Volkmann
|
* [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) - R. Mark Volkmann
|
||||||
* [Clojure by Example](https://kimh.github.io/clojure-by-example/) - Hirokuni Kim
|
* [Clojure by Example](https://kimh.github.io/clojure-by-example/) - Hirokuni Kim
|
||||||
* [Clojure Cheat Sheet](http://clojure.org/cheatsheet)
|
* [Clojure Cheat Sheet](http://clojure.org/cheatsheet)
|
||||||
|
* [Clojure community-driven documentation](http://clojure-doc.org)
|
||||||
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
|
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
|
||||||
* [Clojure Distilled Beginner Guide](http://yogthos.github.io/ClojureDistilled.html)
|
* [Clojure Distilled Beginner Guide](http://yogthos.github.io/ClojureDistilled.html)
|
||||||
* [Clojure for the Brave and True](http://www.braveclojure.com)
|
* [Clojure for the Brave and True](http://www.braveclojure.com)
|
||||||
@ -1873,7 +1873,7 @@ Kerridge (PDF) (email address *requested*, not required)
|
|||||||
|
|
||||||
* [Perl 6 Introduction](http://perl6intro.com)
|
* [Perl 6 Introduction](http://perl6intro.com)
|
||||||
* [Perl 6 Programming](https://en.wikibooks.org/wiki/Perl_6_Programming)
|
* [Perl 6 Programming](https://en.wikibooks.org/wiki/Perl_6_Programming)
|
||||||
* [Think Perl 6](http://greenteapress.com/thinkperl6/thinkperl6.pdf) - Allen Downey (PDF)
|
* [Think Perl 6](http://greenteapress.com/thinkperl6/thinkperl6.pdf) - Laurent Rosenfeld, with Allen B. Downey (PDF)
|
||||||
* [Using Perl 6](https://github.com/perl6/book/) (:construction: *in process*)
|
* [Using Perl 6](https://github.com/perl6/book/) (:construction: *in process*)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user