Commit Graph

2744 Commits

Author SHA1 Message Date
Levi Bostian
705e40497d Merge pull request #948 from Laoujin/master
[CSharp/en]Some fixes and additions
2015-02-01 12:24:36 -06:00
Laoujin
031637455c [CSharp/en]Fixed typo 2015-02-01 19:01:47 +01:00
Graham Mueller
44e0d3a859 Update asymptotic-notation.html.markdown
Fixing newlines hopefully. Hard to tell in the editor.
2015-02-01 11:50:48 -06:00
Graham Mueller
a5283ebff1 Update asymptotic-notation.html.markdown
Fixing some grammar and incorrect usage of it's.
Replacing description of why not to use best case.
Changing some formatting to hopefully make it read a little easier.
2015-02-01 11:49:19 -06:00
Jake Prather
287133fc49 Added to 'why use worst case'. Formatting changes. 2015-02-01 11:27:32 -06:00
Jake Prather
26c7b45feb formatting - removed italics 2015-02-01 11:14:48 -06:00
Jake Prather
4380245292 formatting 2015-02-01 11:13:22 -06:00
Jake Prather
ef57fcd9a8 more grammar 2015-02-01 11:06:06 -06:00
Laoujin
564f1b20b8 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2015-02-01 06:06:59 +01:00
Laoujin
8911f368de [CSharp/en]extra details for using EntityFramework and namespaces 2015-02-01 06:01:01 +01:00
Levi Bostian
a89fb278ae Merge pull request #949 from karlwithak/master
[obj-c/en] Fix typos in objective-c doc
2015-01-31 22:25:24 -06:00
Jake Prather
b4b2eb2143 grammar 2015-01-31 21:22:30 -06:00
Nicholas Hrynuik
d406057dc7 Further fix of typos in objective-c doc 2015-01-31 22:18:02 -05:00
Jake Prather
eee42da220 asymptotic notation rough draft 2015-01-31 21:16:20 -06:00
Nicholas Hrynuik
df0dbef198 Fix typos in objective-c doc 2015-01-31 21:38:24 -05:00
Levi Bostian
4f8b687626 Merge pull request #947 from microamp/elixir-ranges
[elixir/en] Add ranges under 'Basic types'
2015-01-31 20:17:05 -06:00
Devin McGinty
9bf5a408f4 Merge pull request #1 from devinmcginty/devinmcginty-patch-1
Add more information on ranges in Haskell
2015-01-31 19:51:09 -05:00
Devin McGinty
5f45319d57 Add more information on ranges in Haskell 2015-01-31 19:40:55 -05:00
Laoujin
f5d0208178 [CSharp/en]Fixes for my own changes 2015-02-01 00:04:10 +01:00
Laoujin
90e8dac0b8 [CSharp/en]updated topics not covered + added myself :) 2015-01-31 23:52:19 +01:00
Laoujin
710f9fa03b [CSharp/en]Added exception handling 2015-01-31 23:14:58 +01:00
Laoujin
dc34af2b5d [CSharp/en]Added [Flags] 2015-01-31 22:34:42 +01:00
Laoujin
4f8b16f817 [CSharp/en]Added static property 2015-01-31 22:05:11 +01:00
Laoujin
0387b6dbf1 Merge branch 'master' of https://github.com/Laoujin/learnxinyminutes-docs 2015-01-31 21:59:47 +01:00
Laoujin
04c4433433 [CSharp/en]Added ref and out parameters 2015-01-31 21:45:13 +01:00
Laoujin
69e38974ae [CSharp/en]added casting to converting 2015-01-31 21:41:46 +01:00
Laoujin
495e386121 [CSharp/en]break and continue in loops 2015-01-31 21:40:21 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
6a41616617 Merge pull request #945 from TheDmitry/json-ru
[json/ru] Translating JSON guide into Russian
2015-01-31 22:12:27 +02:00
Laoujin
1d4bb253fd [CSharp/en]Constants are TitleCase, not SCREAMING_CAPS in C# (as done everywhere in the .NET framework, encouraged by the MS .NET framework guidelines and StackOverflow: http://stackoverflow.com/a/242549/540352) 2015-01-31 20:56:56 +01:00
Laoujin
012a4a8e90 [CSharp/en]Fixed compilation and ef errors 2015-01-31 20:42:27 +01:00
Laoujin
937e6dad51 [CSharp/en]namespaces can have multiple levels with dots 2015-01-31 20:21:52 +01:00
Laoujin
928b8404aa [CSharp/en]XML Comments can be used for external doc generation and for help within the IDE 2015-01-31 20:20:24 +01:00
TheDmitry
0f8a1a19e5 Fix typo 2015-01-31 21:36:07 +03:00
TheDmitry
955e5faf4a Merge remote-tracking branch 'upstream/master' into json-ru 2015-01-31 21:33:57 +03:00
james sangho nah
5720c56026 Add ranges under 'Basic types' 2015-02-01 01:32:21 +13:00
Geoff Liu
bfac539c9f Merge pull request #946 from devinmcginty/patch-1
Change explanation of unsigned types
2015-01-30 15:00:16 -07:00
Devin McGinty
21fa7d7e39 Change explanation of unsigned types 2015-01-30 16:42:35 -05:00
Levi Bostian
177adaa5a5 Merge pull request #944 from acganesh/patch-1
[r/en] Add definition of parakeet variable
2015-01-29 09:21:28 -06:00
TheDmitry
e4e96d25b5 Typo 2015-01-29 14:55:47 +03:00
TheDmitry
8231809500 Merge remote-tracking branch 'upstream/master' into json-ru 2015-01-29 14:47:42 +03:00
TheDmitry
4740936d52 json guide is done. 2015-01-29 14:46:49 +03:00
acganesh
2f8765033f Add definition of parakeet in r.html.markdown
Added a definition of the `parakeet` variable.  It's currently never defined, but referenced.
2015-01-28 23:27:09 -06:00
Geoff Liu
13c90fce6d Merge pull request #943 from ikr0m/patch-1
Update scala.html.markdown
2015-01-28 21:08:18 -07:00
Ikrom
73025e65c3 Update scala.html.markdown
Removed typo (unnecessary double quote in patternFunc)
2015-01-29 09:03:36 +05:00
ven
b3cd2ae903 Merge pull request #942 from geoffliu/master
[swift/pt-br] Remove an extra comma
2015-01-28 23:40:44 +01:00
Geoff Liu
758b219509 Merge pull request #940 from TheDmitry/master
[swift/en,cn,ru]Updating the getting started guide weblink.
2015-01-28 11:59:25 -07:00
Geoff Liu
178e3822e6 Remove an extra comma 2015-01-28 11:57:37 -07:00
TheDmitry
d83a7a56c3 [swift/pt-br] Updating the getting started guide weblink 2015-01-28 15:43:03 +03:00
TheDmitry
f74fd2657a [swift/en,cn,ru]Updating the getting started guide weblink. 2015-01-28 11:24:31 +03:00
TheDmitry
856e19731f Fix 2015-01-28 11:18:36 +03:00