| Commit message (Collapse) | Author | Age | Lines |
... | |
| | |_|_|/ / / / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Cleaned up mixed tabs/spaces
Wrapped lines at 80 characters
Fixed incorrect comment regarding property name
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[racket/en] Add detailed explanation of eq?, eqv?, and equal?
|
|/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
References:
1. http://docs.racket-lang.org/reference/booleans.html
2. http://docs.racket-lang.org/reference/eval-model.html
3. https://groups.google.com/forum/#!topic/plt-scheme/T1k49HMl450
4. http://stackoverflow.com/questions/16299246/what-is-the-difference-between-eq-eqv-equal-and-in-scheme
5. http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html
|
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
Closes #1000
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
Update xml.html.markdown
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
[tcl/en] Fix typos
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[javascript/zh] Translation tracking
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
add missing translation
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
[swift/ru] Updating Swift guide
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[Ruby/en] Add logical operators to Ruby tutorial
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
Renamed Big-Oh to more prevalent name, Big-O.
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
[git/en] Added the handy -a switch
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add two swift feature and make a full translation for swift to zh-cn
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fixed spelling
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Perl6, minor change in comments
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | | |
It seems "when" should be replace by "given" at the end of the comment.
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
Moved explanation of indexing into a list earlier
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | | |
This way, it is clear what [1..] !! 999 means later on.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix Nim a bit
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Update perl6.html.markdown
|
|/ / / / / / /
| | | | | | |
| | | | | | | |
typo, wrong sub name in comment : mod => x-store
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Update java.html.markdown
|
| | |_|/ / / /
| |/| | | | |
| | | | | | | |
Added "Thinking In Java" by Bruce Eckel to the book list. It's the best Java book I've ever read.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[Javascript/en] Add semicolon to maximine consistency.
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added a semicolon to conform with statement at top of guide:
// Because those cases can cause unexpected results, we'll keep on using
// semicolons in this guide.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
fixed some typos on C++
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
fixed typo, little polishing
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[hack/en] Fix link to other learnxinyminutes article
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I had assumed a relative link to another markdown file in this project
would work, but it renders as:
http://learnxinyminutes.com/docs/hack/php.html.markdown
instead of the desired:
http://learnxinyminutes.com/docs/php/
I've replaced this relative link with an absolute link to where the target
page is located on the published site.
This commit also fixes a typo in markdown syntax at the end of the document.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[lua/ru] a probable solution #957
|