Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milq authored Apr 22, 2017
1 parent cc1ac17 commit 23cc8a7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**).
Expand All @@ -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)**.

0 comments on commit 23cc8a7

Please sign in to comment.