Преглед на файлове

Added "Learn Regex The Hard Way"

Alexander Fefelov преди 12 години
родител
ревизия
9d9894d823
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      free-programming-books.md

+ 5 - 0
free-programming-books.md

@@ -11,6 +11,7 @@
     * [Compiler Design](#compiler-design)
     * [Programming Paradigms](#programming-paradigms)
     * [Parallel Programming](#parallel-programming)
+    * [Regular Expressions](#regular-expressions)
     * [Software Architecture](#software-architecture)
     * [Open Source Ecosystem](#open-source-ecosystem)
     * [Information Retrieval](#information-retrieval)
@@ -281,6 +282,10 @@
 * [Introduction to Parallel Computing](https://computing.llnl.gov/tutorials/parallel_comp/) - Blaise Barney
 * [Programming on Parallel Machines; GPU, Multicore, Clusters and More](http://heather.cs.ucdavis.edu/parprocbook) - Norm Matloff
 
+####Regular Expressions
+* [Learn Regex The Hard Way](http://regex.learncodethehardway.org/book/) - Zed. A. Shaw
+
+
 ####Software Architecture
 * [Seamless Object-Oriented Software Architecture](http://www.bon-method.com/book_print_a4.pdf) (PDF)
 * [How to write Unmaintainable Code](http://mindprod.com/jgloss/unmain.html)