Adam Bard
40c839654a
Merge pull request #123 from voila/master
...
Racket
2013-07-15 08:07:57 -07:00
Manu
13604e7932
corrections and suggestions
2013-07-15 14:44:48 +12:00
Anna Harren
feceda02b2
Added link to Javascript Garden
2013-07-15 01:06:33 +01:00
Manu
150b232b9b
added struct, quote
2013-07-14 23:59:16 +12:00
Manu
930d12e98f
added sets, hashes and objects
2013-07-14 00:37:49 +12:00
Adam Bard
44e9e4f44b
Merge pull request #120 from equiet/master
...
JavaScript: s/self/this
2013-07-12 14:04:17 -07:00
Jakub Jurových
94ef913f98
s/self/this in JavaScript
2013-07-12 21:14:52 +02:00
Manu
fb2c8aa765
added macros, conditionals. fixed some errors
2013-07-12 23:33:34 +12:00
Manu
80c2a00bc5
fix errors
2013-07-12 00:01:33 +12:00
Manu
340e552822
started on Racket
2013-07-11 23:45:38 +12:00
Eugene Yagrushkin
3f814e58e9
Update objvectiv-C.html.markdown
2013-07-10 14:20:46 -04:00
Adam Bard
50444ed21f
Merge pull request #118 from tt/fix-typo-in-ruby
...
Fix typo in Ruby
2013-07-10 11:12:43 -07:00
Troels Thomsen
8c1300ba63
Remove end-of-line colon
2013-07-10 19:22:07 +02:00
Adam Bard
7d01c38204
Merge pull request #117 from lubomir/patch-1
...
Add link to Real World Haskell
2013-07-09 10:34:49 -07:00
Lubomír Sedlář
2ad7cacc62
Add link to Real World Haskell
2013-07-09 16:42:37 +02:00
Adam Bard
cd388529e2
Merge pull request #116 from AlbertMoscow/master
...
Fixed typos
2013-07-09 00:29:44 -07:00
AlbertMoscow
26adba17e1
Fixed typos
2013-07-08 23:37:41 -07:00
Adam Bard
7555578053
Merge pull request #113 from muratyuksel/master
...
Small math bug
2013-07-08 15:57:09 -07:00
Murat Yüksel
c88262d9d1
Update php.html.markdown
...
octal 019 and few syntax edits
2013-07-09 01:39:12 +03:00
Adam Bard
0fb7f0077e
Merge pull request #112 from Trismegiste/master
...
Interface can be extended
2013-07-08 12:41:38 -07:00
Florent
ace46b17f2
adding a missing feature in PHP OOP
2013-07-08 12:41:14 +02:00
Adam Bard
f698fb6fbb
Merge pull request #110 from noahlz/master
...
Minor fixes to ruby.html
2013-07-07 23:32:20 -07:00
Adam Bard
cbcf45743a
Merge pull request #108 from davefp/patch-3
...
Get rid of nasty infinite loop in while example
2013-07-07 23:31:53 -07:00
Adam
4936dcf810
Edited back java updates a bit
2013-07-07 21:11:29 -07:00
Adam Bard
86395dd83d
Merge pull request #111 from P7h/master
...
Fixed Java language docs and added few missing features from the document.
2013-07-07 21:05:18 -07:00
Adam Bard
5e1d66c5b7
Merge pull request #106 from alco/patch-1
...
Ruby: nil != false
2013-07-07 21:00:32 -07:00
noahlz
d1f9b74644
case statement needs end. Also added else
2013-07-07 18:50:18 -04:00
Prashanth Babu
8245d1dda3
Fixed few mistakes. Added few missing features.
...
1. Added JavaDoc comments.
2. Mentioned and used tab character by giving an example on escape
character for Tab.
3. Fixed the condition evaluation to true or false instead of 1 or 0.
4. Added switch case statement example for Strings.
5. Added default access level modifier to the Java class.
6. Added Java Tutorial trail to links for further research.
7. Added link for OOP Concepts for Java and have put all the
corresponding links as a children to this.
8. Fixed various other statements for consistency.
2013-07-07 14:38:43 +05:30
noahlz
48448599ff
s/$/#/ typo
2013-07-05 22:08:46 -04:00
David Underwood
33af584ad4
Get rid of nasty infinite loop in while example
2013-07-05 20:56:02 -04:00
Alexei Sholik
9e4eb846c1
Ruby: nil != false
...
Instead of saying `nil == false` (which is incorrect), show that negating `nil` and `false` produces `true`. Negating anything else will produce `false`.
2013-07-05 22:18:54 +03:00
Adam Bard
2fd1664c29
Merge pull request #105 from Jakehp/patch-3
...
annotations explanation
2013-07-05 11:49:21 -07:00
Jake Prather
c14253f708
annotations explanation
2013-07-04 20:18:42 -05:00
Brian Martin
5207af80f5
Create Visual Basic
...
Contributing Visual Basic.
2013-07-05 00:28:20 +01:00
Adam Bard
b59bbc949d
Merge pull request #102 from sergiokas/master
...
Adding small function pointers example in C
2013-07-04 09:41:45 -07:00
Adam
36f0eeac14
Minor edits to javascript
2013-07-04 09:24:21 -07:00
Adam Bard
08c8ad6cb4
Merge pull request #42 from adambrenecki/javascript
...
JavaScript
2013-07-04 09:18:17 -07:00
sergiokas
fff3f61e2c
#102 , moving function pointers section to the end of the doc
2013-07-04 11:42:36 -03:00
Adam Brenecki
8120eb7ff0
Miscellaneous additions
2013-07-04 19:49:35 +09:30
Adam Brenecki
80c16770cd
Added 'functions, scope and closures' section
2013-07-04 19:49:24 +09:30
Adam Bard
7aa3f02a37
Merge pull request #103 from ilyagr/patch-1
...
Update haskell.html.markdown
2013-07-03 23:17:15 -07:00
ilyagr
3c48fae101
Update haskell.html.markdown
...
Minor improvements to polymorphic types
2013-07-03 23:12:53 -07:00
Adam
5477292824
Line length edit for ruby
2013-07-03 23:03:25 -07:00
Adam
8b536513d7
Edit for line length
2013-07-03 23:01:47 -07:00
Adam
9ad61b5586
Authors -> Contributors
2013-07-03 22:59:13 -07:00
Adam
3840036912
Ruby updates
2013-07-03 22:53:12 -07:00
Adam
fbd54a79a8
Merged haskell changes from ilyagr
2013-07-03 22:52:48 -07:00
sergiokas
0376e0807a
Update c.html.markdown
2013-07-04 00:00:49 -03:00
sergiokas
3308c9c015
Adding small function pointers example
2013-07-03 23:57:37 -03:00
Adam Bard
69e191458a
Merge pull request #100 from ilyagr/before
...
Update haskell.html.markdown
2013-07-03 17:23:55 -07:00