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:
Alex Gorelov 2018-05-23 19:12:31 +03:00 committed by eshellman
parent 17534631f8
commit 8f6898a8c1
1 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@
* [Node.js](#nodejs)
* [Om](#om)
* [React](#react)
* [React Native](#reactnative)
* [React Native](#react-native)
* [Redux](#redux)
* [Jenkins](#jenkins)
* [Julia](#julia)
@ -149,7 +149,6 @@
* [OpenMP](#openmp)
* [OpenResty](#openresty)
* [OpenSCAD](#openscad)
* [PC-BSD](#pc-bsd)
* [Perl](#perl)
* [Perl 6 / Rakudo](#perl-6--rakudo)
* [PHP](#php)
@ -187,7 +186,6 @@
* [Sed](#sed)
* [Self](#self)
* [Smalltalk](#smalltalk)
* [Solidity](#solidity)
* [Spark](#spark)
* [SQL (implementation agnostic)](#sql-implementation-agnostic)
* [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)
* [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)
* [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)
* [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)
@ -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 by Example](https://kimh.github.io/clojure-by-example/) - Hirokuni Kim
* [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 Distilled Beginner Guide](http://yogthos.github.io/ClojureDistilled.html)
* [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 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*)