Commit Graph

16947 Commits (0b878890ad8599f6cbec6cf30bfdbfa92d42fc2d)

Author SHA1 Message Date
Chris Reyes f67c81f01d elaborare on style options (#18920)
create numbered list with links for easy navigation
2018-10-15 16:38:14 -05:00
Shreyas Sunil Kulkarni 978c88a36c Updated index.md (#19365)
Made some change (π is not = 22/7 but only ≈(approximately equal to)
changed 'pi' to π
2018-10-16 03:07:37 +05:30
Petar Borisovski c3eb91b609 Added Linux® Notes for Professionals book to recommended books (#18929)
* Update index.md

* Added Pro PHP Programming - Peter MacIntyre

* Added C Notes for Professionals
2018-10-15 16:36:05 -05:00
Chris Reyes 2023d2bab5 add Heterogeneous enum, and description (#18930)
Add description of use for enums
2018-10-15 16:35:14 -05:00
Harsha Gudladona b9520deece Updated Object methods explanation. (#18933)
Fixed Object methods explanation and code samples to be more precise.
2018-10-15 16:33:29 -05:00
greggubarev 086758250b Javascript: edit hint (#19229) 2018-10-15 22:33:13 +01:00
Carcraftz 76881d4404 Added the reason to use socket.io over pure websockets (#18816) 2018-10-15 16:32:49 -05:00
The Coding Aviator 4348a4e1e2 Added solution to bootstrap text center challenge (#19230) 2018-10-15 22:32:17 +01:00
Jeffery L. Graham 9e298caefc Update numLegs to 4 for Dog constructor (#18817) 2018-10-15 16:31:58 -05:00
Ryan Bowlen 1200859c07 Added Solution (#19367)
Added a solution for the challenge's "Get a Hint" documentation.
2018-10-15 22:29:05 +01:00
FTarfasse 7393ccfba0 Replaced unmentioned fields by correct field (#18880)
Concerned queries are line 35 & 43
2018-10-15 16:26:58 -05:00
vikash vaibhav 2379d56b38 to clear array-list (#18818)
* to clear array-list

* Update index.md
2018-10-15 16:16:53 -05:00
vikash vaibhav c31aa711d6 import package that needed only. (#18819)
* import package that needed only.

if the whole package imported, file size increases

* some features of ArrayList

* changed format

* Update index.md
2018-10-15 16:15:38 -05:00
Carcraftz 335c4b120b Stress the importance of cable management (#18822)
Added the fact that bad cable management can also affect cooling
2018-10-15 16:14:13 -05:00
baskaodo a4b23f11d0 attached link to descriptive image (#18873)
* attached link to descriptive image

* Update index.md
2018-10-15 16:00:33 -05:00
FTarfasse d69472db12 Remove unmentioned fields in line 39 query (#18877)
Replaced fields "studentID" and "FullName" by sat_score.
2018-10-15 15:57:58 -05:00
FTarfasse 1bd1bcdf05 Removed unmentioned fields from query on line 33 (#18875) 2018-10-15 15:56:26 -05:00
Amit Sharma 5f244a6cab Added BASH books (#18829)
* Added BASH books

Added links of BASH and unix programming books

* Made suggested changes in BASH section

* Made suggested changes in bash section
2018-10-15 15:46:01 -05:00
jonniebigodes 4fcf655252 fix(guide): Redux Selectors (#18837)
* Update client/src/pages/guide/english/redux/redux-middleware/index.md

updated the redux middleware guide with some corrections regarding speach and style.

* Update client/src/pages/guide/english/redux/redux-selectors/index.md

created a guide document for redux select  with a minimal example.

* added a space on the title on selectors guide

* Update client/src/pages/guide/english/redux/redux-middleware/index.md

corrected title on redux middleware guide
2018-10-15 15:45:48 -05:00
Leon Kochetkov d9b3fc3346 fix: surround tags with code tags (#18847)
* Update index.md

Fixed tags markup

* Update index.md
2018-10-15 15:43:43 -05:00
baskaodo f4118ad767 replace "positive" by "non-negative" (#18833) 2018-10-15 15:41:56 -05:00
domilearns eb7e7d1d1d Added a resource to the list (#18836) 2018-10-15 15:39:42 -05:00
Matt Kaufman bdf1be402e Fixed grammatical error of has vs have (#19351) 2018-10-15 13:39:02 -07:00
Sibin Blessen 4381e9107e Update index.md (#18841)
Button on-click animation.
2018-10-15 15:36:26 -05:00
Shaurya Vardhan Singh 1aafeb9859 added return type of main() (#18614)
- Add return type of main()
- Fix small formatting and add reference link
2018-10-15 13:34:54 -07:00
AkshitAggarwal ab37bb5080 Updated more than two conditions part. (#18868)
The tutorial seemed to miss the part that a cpp code can also take more than one conditions and also that else{...} will always run if conditions of if and else if are not true, hence it can also be skipped if necessary.
2018-10-15 15:33:24 -05:00
Stepan Soroka 6d251f37b6 Added commands 'lsof -i :<PORT>' and 'kill <PID>' (#18782)
Added command which helps to detect process which is using the port you want to use, and command which terminates a process with process ID you found using the previous command
2018-10-15 15:31:43 -05:00
Gerard Hynes 785f29c181 fix: update guide article on event handling (#19356)
* fix: update guide article on event handling

* fix: typo
2018-10-16 02:00:56 +05:30
Archit Singla d30678af2b feat(index.md) :- Added Thread lifecycle (#18773)
Added Thread lifecycle plus removed non working url
2018-10-15 15:11:34 -05:00
Jalaj c7630e27fc Update index.md (#18774)
Explained electron in more detail. Added advantages of using electron.
2018-10-15 15:11:00 -05:00
beawolf b1d4350efd Fixed grammar and code syntax errors. (#18775) 2018-10-15 15:10:11 -05:00
CarolineGriffin 1b9441f497 Added another author. Changed grammar. Added urls (#18764) 2018-10-15 15:09:24 -05:00
Zulfiqor 15515e62ea update set image card (#18783)
update set the height of the card image
2018-10-15 15:08:40 -05:00
beawolf b34e38ba75 Created guide for docker load command. (#18787)
* Created guide for docker load command.

* Updated subheading for consistency.
2018-10-15 15:08:08 -05:00
Pravinraj Mohan 59bce1e1ac Improved ng new command explanation (#18793)
Added some points on ng new command for improvisation
2018-10-15 15:07:49 -05:00
beawolf edae04c602 Created guide for docker kill command. (#18795)
* Created guide for docker kill command.

* Updated subheading for consistency.
2018-10-15 15:07:18 -05:00
Rahul Thakur dbcc177a99 Included Private variables in Class article of Python (#18803)
* Included Private variables in Class

* Removed Typos
2018-10-15 15:06:05 -05:00
Amit Sharma 04eed15fe5 Added new "touch" command (#18805)
Added new useful touch command used for modifying timestamps
2018-10-15 15:04:53 -05:00
SoFresher bcbc4c5416 Add "info about mysqli" (#18720)
* Add "info about mysqli"

Add the section "Some Important MYSQLi functions and their uses"
Add the link "for more information"

* Update index.md
2018-10-15 15:04:30 -05:00
Rahul Thakur da2392c3bf Added Pyramid Web Framework (#18807)
* Added Pyramid Web Framework

* Fixed some typos
2018-10-15 15:04:15 -05:00
Budavölgyi Bálint 2369fd0d41 fix(guide): added quote literals (#18808)
As quotes are another way to create empty strings, they can be used to create falsy values.
2018-10-15 15:03:39 -05:00
Amit Sharma 9673f70816 Updated guide with Apache installation (#18809)
Added installation for various operating systems
2018-10-15 15:03:21 -05:00
jonniebigodes 1dbcf1fedc Guide: Redux middleware (#18810)
* Update client/src/pages/guide/english/redux/redux-middleware/index.md

updated the redux middleware guide with some corrections regarding speach and style.

* fixeed title on guide redux middleware
2018-10-15 15:02:14 -05:00
Budavölgyi Bálint e38d7f8032 fix(guide): Remove logical faults (#18813)
Addition and multiplication examples have been left in the subtraction and division sections, possibly from copy pasting.
2018-10-15 15:00:47 -05:00
TheBear44 947382b952 Make title of bash command guides more consistent (#18814)
* Fix typo

* Fix typo

* Fix typo

* Fix typo
2018-10-15 15:00:10 -05:00
CarolineGriffin 0e758b8943 re-formatted text, checked urls, added resources (#18770) 2018-10-15 14:59:11 -05:00
baskaodo 424f639a11 add "definition" to the article (#18769) 2018-10-15 14:58:44 -05:00
Dhanajayan k 5e04f8aece fix(guide): CSS- Added changes to styling tables (#18762) 2018-10-15 14:55:12 -05:00
The Coding Aviator d25a4fcc4b Added solution to Use the Lifecycle Method componentWillMount (#18760) 2018-10-15 14:54:55 -05:00
SuciuCalin 57b5ee65ec fixed broken img link in `React from Scratch` section (#18717) 2018-10-15 14:50:24 -05:00