Commit Graph

413 Commits

Author SHA1 Message Date
Cory Harkins
e7fd282cde Note on getting caught in while loops. (#20230) 2018-10-28 12:25:10 -05:00
PatrickRJadwin
0eb442a949 Added books to java, c#, and added databases (#20229)
Add books to java, C#

Also added a section for books on databases
2018-10-28 12:23:19 -05:00
Derek Williams
b86d21a756 Added 'JavaScript & jQuery' (#20209)
This book is great for an absolute beginner by Jon Duckett
2018-10-28 09:45:34 -07:00
Talia Kaplanian
825751e04b Added single line comment shortcut (#20185)
* Update index.md

* added verbiage specifying comment hotkeys are only in some editors
2018-10-28 09:44:32 -07:00
Martynas Jasins
e06a3d3e36 Additional information on Unreal Engine 4 (#20089)
* Additional information on Unreal Engine 4

I think that a small potion of information on the current state of the Unreal Engine would be great,
Big fan of the Engine

* removed unnecessary commentary
2018-10-28 09:40:31 -07:00
allenpbiju
88324e28df Added some info (#20088)
* Added some info 

Added some info on changing the dimensions of the image.

* corrected anyone to any one
2018-10-28 09:38:08 -07:00
Lawrence Lockhart
d5177b4bea Add Javascript Jquery book by Duckett (#20125)
* Add Javascript Jquery book by Duckett

* Corrected formatting for bulleted item
2018-10-28 09:35:49 -07:00
tibble49
92f7514ceb Expanded definition and overview (#20115)
Elaborated on the data structure that is block chain, also added some information around a popular blockchain implementation called bitcoin
2018-10-28 09:34:16 -07:00
Sarah Grace
edac1eb817 Update index.md (#20204) 2018-10-28 09:31:50 -07:00
Moritz
f9ee83dee6 Add: More important basic commands for docker-compose (#20227) 2018-10-28 10:08:28 -05:00
Jennifer W. Mitchell
1567a16b2f Expand type families and bash touch documentation (#20210)
* Update index.md

Added links to resources on Typeface Families.

* Expand description of command and add link
2018-10-28 10:03:32 -05:00
PatrickRJadwin
09bc1429c0 Added warnings for potentially dangerous command (#20197)
Added warnings for mv and rm because they are notoriously dangerous commands, especially for beginners
2018-10-28 09:45:27 -05:00
Yves Wienecke
0fdef12b15 Included example of inheritance (#20187)
Added an example of inheritance with an 'animal' base class and a 'cat' derived class
2018-10-28 09:43:08 -05:00
zendmaster
b2f90962ca Added command for install for Centos 6 or 7 (#20177) 2018-10-28 09:37:53 -05:00
Yves Wienecke
aa624dd7e4 Delete [] operator and Valgrind (#20121)
Changed how to free memory assigned to a pointer to an array of object. Also added information about how to check for memory leaks with valgrind.
2018-10-28 09:30:23 -05:00
christocarr
33d5921722 Include mobile first approach (#20377) 2018-10-28 18:22:29 +07:00
mikeblackjr
70a4d718e5 Added Wikipedia link (#20365) 2018-10-28 17:36:25 +07:00
Cameron Burkholder
9ea0a3b026 Word change to Bootstrap Dropdowns article (#20366)
Replaced definite article with indefinite article
2018-10-28 17:13:55 +07:00
Cory Harkins
d5ad4e0690 Added note for bracket requirements on if statements (#20196) 2018-10-28 05:13:27 -04:00
Joe Doh
09784de149 Add Wikipedia reference (#20069) 2018-10-28 04:30:07 -04:00
Taylor
9afdd1235d Update index.md (#20292)
Fixed several spelling errors and run-on sentences.
2018-10-28 15:26:45 +07:00
Chris Williams
8ed2244855 Added specific information on resource declaration (#20216) 2018-10-27 21:15:59 -07:00
Ellysha Chavez
ad44442741 Full sentences in parenthesis edited (#20218) 2018-10-27 21:12:55 -07:00
Vyrza
d961e04a86 Minor writing changes. (#20198) 2018-10-27 21:11:38 -07:00
allenpbiju
c7d64100a3 Changes on centering an element using margins. (#20170)
Changes has been made on aligning an element to the center by changing the margin values.
2018-10-27 21:00:19 -07:00
Talia Kaplanian
c09dce92dd Update index.md (#20151) 2018-10-27 20:58:26 -07:00
Yizhou Sun
62139160f5 Add a demonstrative article in "More information:" (#20143)
* Add a demonstrative article in "More information:"

* Change content in a tag
2018-10-27 20:54:26 -07:00
Ellysha Chavez
f67d87faad Add short read (#20113)
link : https://cs.uwaterloo.ca/~shallit/DC2015/cockburn.pdf
2018-10-27 20:52:55 -07:00
rajranjan0608
cb6be06f3f Update index.md (#20102) 2018-10-27 20:49:01 -07:00
Simas Janusas
92d88c401e Added a 'grep' command. (#19924)
* Added a 'grep' command.

Added a 'grep' command to the basic linux command list.

* Fixed formatting
2018-10-27 20:44:10 -07:00
mil2001
77c30c08e0 software engineering (#19837)
* software engineering

* Fixed spacing and grammar

* software engineering isn't a study
2018-10-27 20:43:16 -07:00
Yizhou Sun
f55ab87094 Add "Google Fonts" in "More information:" (#20111) 2018-10-27 20:24:29 -07:00
Manish kumar chaurasia
22481b1fcc updated code of selection sort in this article (#20058) 2018-10-28 14:23:50 +11:00
Sarah Grace
c85ac9a9eb Update index.md (#20098) 2018-10-27 20:20:39 -07:00
Smruti Ranjan Rana
24392e05d0 Update "Another way to create an Array:" section (#19852)
* Update "Another way to create an Array:" section

Add another way to declare an array.

* Update 'Another way to create an Array' section, Add 'Declaring array literal' section.
2018-10-27 23:19:11 -04:00
Ken Nguyen
75d856fa26 Added PEP8 convention (#20168) 2018-10-27 20:13:15 -07:00
PatrickRJadwin
4d3a705c73 Specified what a shebang is and added alt shells (#20169)
specified alternative shells users might see in the wild and specified what a shebang is
2018-10-27 20:10:45 -07:00
Benabadji Mohammed Salim
06fbd4c156 split example usage (#20164) 2018-10-27 20:07:39 -07:00
alenniu
228f1a2d0f Add Comma (#20154)
between the sentences " pleasant experience on your website, they need to be able to get", I decided it was more appropriate to add a comma.
2018-10-27 20:05:57 -07:00
Benabadji Mohammed Salim
bddc20a66b fix example usage (#20152) 2018-10-27 20:02:51 -07:00
Benabadji Mohammed Salim
8e980f0f84 add option to CLI (#20141)
add option parameter to example of usage
2018-10-27 20:02:07 -07:00
Yiğit Sever
11b1b150a8 Do not cast the result of malloc (#20044)
https://stackoverflow.com/a/605858/3005749, also expanded the definition of heap
2018-10-27 19:56:26 -07:00
Jeremy
a112fa501e Modify index.md for Bootstrap navbars guide (#19899) 2018-10-27 22:51:36 -04:00
PranavKrishnan1
ed7b0de6e5 Added information on packages (#19827)
Added some text on R packages and removed an unnecessary "*" present.
2018-10-27 19:46:49 -07:00
sjanasek
7145009a73 brands using WordPress (#19818)
added some big name brands using WordPress
2018-10-27 19:45:54 -07:00
tattoodgeek
cbc44d80d9 Added df -h command (#19821)
* Added df -h command

* fix typo
2018-10-27 22:45:25 -04:00
Aditya
e653eab3f5 [Guide] Project Euler: Problem 10: Summation of primes (#30503)
* feat: added problem 10 solution

* Added some formatting and minor grammar changes
2018-10-27 19:37:25 -07:00
AMIT KUMAR RANJAN
0a8b936915 add HTML Elements (from line 67 to 114) (#20105)
* add HTML Elements (from line 67 to  114)

I have added description regarding commonly used HTML elements .

* Corrected formatting and structure
2018-10-27 19:29:07 -07:00
rajranjan0608
7db9f67057 added OBJECT ORIENTED PROGRAMMING concept to the article (#20007)
* Update index.md

* Fix grammer
2018-10-27 21:28:03 -05:00
Anthony Campbell
f423f04495 Add ASP.NET MVC Information (#19942)
Added ASP.NET MVC site, tutorials, and interview questions article in the More Information section.
2018-10-27 21:23:05 -05:00