From 23cc8a7577dac42ef0c95a8a88662631d9f747ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ignacio=20L=C3=B3pez=20Quintero?= Date: Sat, 22 Apr 2017 14:17:49 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9346403..89873916 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ This is a compilation of my personal code I consider useful. Feel free (as in freedom and as in free of charge) to use, change and share my code. Thanks for using it! -### Learn to code in different programming languages +## Learn -The same line of code but in different languages. +### Programming languages + +Learn to code in different programming languages. The same line of code but in different languages: 1. **Variables** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/01/01.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/01/01.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/01/01.py)**). 2. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/02/02.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/02/02.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/02/02.py)**). @@ -18,6 +20,14 @@ The same line of code but in different languages. I use it only for didactic purposes, it does not cover all the characteristics of each language. +### X + +### Y + +## Templates + +### XHTML 5.2 + CSS 3 + ### Scripts You can find **[here](scripts)** my personal scripts, including the popular **[_install-opencv.sh_](scripts/bash/install-opencv.sh)**.