| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Update mouse option and remove old window-status-content options for
tmux 2.1 compability
* Add contribution and update timestamp
|
| | | |
| | | |
| | | |
| | | | |
The link is a PDF elaborated by teachers of the course "Programación 3" (Algorithms and Data Structures) with examples about calculating the order of an algorithm and other topics in the context of asymptotic notation.
This material is publicly listed here: https://eva.fing.edu.uy/pluginfile.php/95278/mod_resource/content/0/Apuntes%20sobre%20An%C3%A1lisis%20de%20Algoritmos.pdf but I uploaded it to Scribd because I know that the link could eventually change since it's hosted in a moodle platform and now and then the teachers change the location of the files.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* [html/en] adding a translation of html/fr.
* [html/en] small changes and 1 bug fix.
* [html/fr] small bug fix.
* [html/en] small bug fix.
|
| | | |
| | | |
| | | |
| | | | |
The previous version of this file had the original Dive Into Python, which was written with Python 2 in mind.
It has come to my attention that the author of the original has published an updated version designed for Python 3, so I added this version back in.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Init support for TOML
* Add scalar types section
* Move comment to key value
* Improve introduction
* Move int comment to int key value
* Add array support
* Add version warning
* Add support for table
* Add inline table part
* Add support array of table part
* Fix bugs/typos to follow the review
* Improve sub tables example
* Fix wrong quotes on multiLineLiteralString
* Fix letter case for coherence
* Remove old comment
* Move from variety to color
Thanks @robochat
|
| | | |
| | | |
| | | | |
There were several resources here that teach Python 2, but not Python 3. I removed them so that a reader will only see resources that apply to Python 3.
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
[vim/zh-cn] translation
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| |/ /
|/| | |
Fix typo on vim page
|
|/ / |
|
|\ \
| | |
| | | |
Sync with the English version & minor tweaks
|
| | | |
|
|\ \ \
| | | |
| | | | |
added missing js examples for czech translation
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
[perl/de] translate perl to german
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| | | | | |
|
| |_|/ /
|/| | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Translate Brainfuck to German and minor other changes
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix inconsistencies and add resource links
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
go: [zh-cn] fix a typo.
|
|/ / / / / / |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Initial pass at a fr translation of Rust tutorial
* Clean up formatting
* Add GFM rust modifer to code black
* Final pre-PR fixes
* Edit YAML front-matter
* Grammar and typo fixes
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
latest English version) (#2325)
* progress in translating to spanish the powershell guide
* traducido todo
* fixed reported issues in powershell spanish file
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* [fsharp/en] Explain the cons pattern, and introduce recursion keyword
Was confused when reading the sieve function and thought it could be explained a little more. I got some help from http://hestia.typepad.com/flatlander/2010/07/f-pattern-matching-for-beginners-part-4-lists-and-recursion.html
* Forgot the word 'notation'
|