Commit Graph

7528 Commits

Author SHA1 Message Date
Adam Bard
d1e222727a Merge pull request #33 from esneider/patch-1
Fix precision typo with C integer types
2013-06-28 19:55:34 -07:00
Adam Bard
58d8059fce Merge pull request #32 from kaimallea/master
Modifications to comments and example addition to pointers section
2013-06-28 19:50:29 -07:00
Ricky Stewart
aac6cb65c1 style changes, made many of the comments more precise, corrected incorrect facts about type sizes 2013-06-28 22:49:08 -04:00
Dario Sneidermanis
30e0d68cd9 Fix precision typo with C integer types 2013-06-28 23:19:25 -03:00
Kai Mallea
db168d11be Update comment 2013-06-28 21:54:28 -04:00
Kai Mallea
86885dab5c Update pointer examples and comments 2013-06-28 21:47:31 -04:00
Adam
86273dec2f Updates 2013-06-28 17:21:24 -07:00
Adam Bard
8af9965751 Merge pull request #27 from lodin/master
Adding contact for feedback =]
2013-06-28 17:21:00 -07:00
Adam Bard
823f5d2ab8 Merge pull request #30 from jeffcarp/master
Reverse "Omit the beginning" and "Omit the end" examples
2013-06-28 17:15:43 -07:00
Jeff Carpenter
e2fe947b79 Reverse "omit the beginning|end"
While reading I thought this might be a mistake (or I'm just going crazy).
2013-06-28 17:11:32 -07:00
Aditya Bhargava
be8f92d804 fixes 2013-06-28 17:09:34 -07:00
Aditya Bhargava
301e021fb6 adding haskell 2013-06-28 17:01:58 -07:00
Brian Rue
cf98f74d61 Use consistent example for demonstrating integer vs. float division 2013-06-28 16:56:42 -07:00
Louie Dinh
199e037682 Add contact info to python doc 2013-06-28 16:32:26 -07:00
Louie Dinh
a87a1ea3fd Merge remote-tracking branch 'upstream/master' 2013-06-28 16:29:46 -07:00
Scott Wlaschin
6c4de9853c Added F# examples. 2013-06-29 00:26:34 +01:00
Adam Bard
3301f77062 Merge pull request #24 from djv/patch-1
Added clojure dependency version
2013-06-28 16:08:08 -07:00
Daniel Velkov
89d8d8a84e Added clojure dependency version
(take 4 (range)) doesn't work in versions < 1.2. Added a comment pointing that out.
2013-06-28 15:56:52 -07:00
Brian Rue
6f255a5e62 Use consistent example for demonstrating integer vs. float division
I had to do a decent amount of mental math to figure out the old example (11 / 4 => 2).

This one (5 / 2 => 2) is easier, and makes the difference vs. float division (5.0 / 2.0 => 2.5) easier to spot.
2013-06-28 15:55:23 -07:00
Nick Presta
6cfb00d106 Removing the bit about commas and exceptions. 2013-06-28 18:34:30 -04:00
Adam Bard
0c0117a138 Merge pull request #20 from mlloreda/patch-2
Fixed misspellings
2013-06-28 14:17:55 -07:00
Miguel Lloreda
8167fcd187 Fixed misspellings 2013-06-28 17:15:49 -04:00
Adam Bard
63b8f04c57 Merge pull request #17 from mrshankly/patch-1
Corrected the last element of li in the lists explanation
2013-06-28 14:02:45 -07:00
Adam Bard
16199fe04c Merge pull request #19 from partkyle/dictionary-clarification
Added some clarification on the default value for dictionary.get
2013-06-28 14:02:13 -07:00
Kyle Partridge
fe5f72d868 added some clarification on the default value for dictionary.get 2013-06-28 13:55:16 -07:00
mrshankly
f7352567f4 Corrected the last element of li in the lists explanation. 2013-06-28 21:29:03 +01:00
Adam
2e805c8c02 Updates 2013-06-28 12:59:45 -07:00
David Underwood
8de5c352bc Initial WIP commit for ruby 2013-06-28 15:57:57 -04:00
Adam
b34908e050 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-06-28 08:58:14 -07:00
Adam Bard
c0fcff3cab Merge pull request #11 from liteye/master
Few supplementary codes to Python
2013-06-28 08:54:01 -07:00
Liteye
9e17e87885 add conditional expressions, get and setdefault for dictionary and a little tip about fuction calling.
Signed-off-by: Liteye <yelite958@gmail.com>
2013-06-28 22:59:25 +08:00
Adam
6634622d54 Fixed c thing 2013-06-28 02:01:53 -07:00
Adam
ddcab09ff8 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-06-28 01:33:11 -07:00
Adam Bard
9b217bc769 Merge pull request #9 from jssevestre/master
Inequality, compare and chained
2013-06-28 01:32:59 -07:00
Adam
e601006381 Took a run at C 2013-06-28 01:31:09 -07:00
js.sevestre
ff14723ee6 Add inequality and chained comparisons 2013-06-28 09:52:39 +02:00
Adam
e37b1745a7 Fixed a typo 2013-06-27 18:27:14 -07:00
Adam
1fed90cba6 Fixed any syntax errors 2013-06-27 18:22:30 -07:00
Adam
d164d5a56e Minor fixes to python doc 2013-06-27 18:18:05 -07:00
Adam
aa18e7301c edits 2013-06-27 18:13:02 -07:00
Adam
dd3b8b3436 Merged emarref's changes 2013-06-27 18:10:45 -07:00
Malcolm Fell
caae7d9696 Use sinlge line breaks for clarity 2013-06-28 09:21:09 +12:00
Malcolm Fell
23e822bcc1 Correct syntax error declaring final method 2013-06-28 09:20:17 +12:00
Malcolm Fell
c8800bff13 Replace tabs with spaces 2013-06-28 09:17:37 +12:00
Malcolm Fell
e051d0ec65 Clarify anonymous functions as callbacks as arguments 2013-06-28 09:15:50 +12:00
Malcolm Fell
be46dc081a Add example of currying 2013-06-28 09:11:27 +12:00
Malcolm Fell
91957c7cc2 Make comparisons clearer when type juggling 2013-06-28 09:03:08 +12:00
Malcolm Fell
c5fca52d14 Make if statement result clearer 2013-06-28 08:57:52 +12:00
Malcolm Fell
c3cc11f2a8 Add description of typecasting 2013-06-28 08:57:25 +12:00
Malcolm Fell
34852cc8be Move reference operator to site next to variable, as per docs 2013-06-28 08:56:52 +12:00