Commit Graph

2889 Commits (2d0a63c9e0b424f12ce7427d5749d90118eb07f1)

Author SHA1 Message Date
Christian Coffey 2d0a63c9e0 Added Resource Allocation Graphs (#30118)
Added an explanation about resource allocation graphs, and how a deadlock can be determined from one. Created a hyperlink to a separate page that goes into more detail about these types of graphs.
2018-12-20 16:12:20 -07:00
Lavinder Singh 430e04e3d3 add the text "O(n*m) time" (#25545) 2018-12-20 22:47:59 +05:30
Michael Kane 10957f405f Add .clear method (#25500) 2018-12-20 07:53:56 -05:00
Davor Beganović d5bf5a5bf3 How to create your own generic method (#25467)
The syntax how to create your own Generic method.
2018-12-20 07:34:53 -05:00
Pratik Lodha 773aae4fdc if-else definition made more clear to avoid confusion (#25449) 2018-12-20 06:30:51 -05:00
Gaurav Kumar 03a576e7b1 updated anchor definition (#25423)
* updated anchor definition

* Added list formatting
2018-12-20 06:17:19 -05:00
kingtheoden bd5aa22faf More concise language and an example code. (#25421)
Erase an unnecessary word from the initial description.

Add an example function call above where the parameters are explained for a more visual learning experience.
2018-12-20 06:07:33 -05:00
Aditya Sridhar 8b99db9acf Added points to note when using git force push (#25412)
git force push is very powerful but equally dangerous. Added a quick warning note for using git force push
2018-12-20 06:04:51 -05:00
William George Cook fcdf2af664 Update index.md (#25403)
Hyperlink to Wikipedia source on line 9.
2018-12-20 06:01:48 -05:00
Ishita Bansal 9a10046c2f Add "Difference between array and pointer" (#24541) 2018-12-20 12:33:05 +05:30
ankesh292 e929a31bc0 Update index.md (#33467) 2018-12-19 18:23:10 -08:00
Taiyue Tan 726b1da739 changes to grammar and punctuation (#28353) 2018-12-19 18:21:54 -08:00
Naida Agić 0a03967faa Added an example for iterating over a string (#25806) 2018-12-19 18:00:36 -08:00
Blake Lambert 5bd2e24820 Update index.md (#25637)
Grammatical and spelling changes to improve readability.
2018-12-19 18:00:02 -08:00
Mukesh Jha 663b293904 Added info that For loop is faster than while loop. (#25416) 2018-12-19 17:46:28 -08:00
Stefan 836897aea8 Added more specs to SCSS (#26089)
I added a list of key features of SCSS. I also fixed a spelling error in "preprocessor" in the intro section.
2018-12-19 17:44:23 -08:00
Max Ong Zong Bao a62a30ce63 Rephrasing the guide on how a dictionary works in Python for a layman. (#23949)
* Rephrasing on how a dictionary works in Python 

Rephrased the guide to make it easier to understand for a layman. Besides that added headers to break it down further to explain certain aspects of the python dictionary.

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Redo my previous delete

Undo my deleting of **has_key()** method
2018-12-19 15:39:01 -05:00
Travis Benfield 328710238e General formatting (#33042) 2018-12-19 08:18:32 -06:00
Joshua Chipile cf3a5ad92b Tutorial for D3JS (#29652)
Added Section for D3Js  Tutorials
2018-12-19 08:01:16 -06:00
Jean-Paul Wilson ca7742f698 docs: fix typos and clarify statement (#29626)
For clarity, change the sentence: 
"*D3** does not introduce a new visual representation."
to read as above. 
Change the closing sentence from:
" So, with just some basic knowledge of latest HTML5 features such as SVG, Canvas you can dive into a world where library like **D3.js** bring data to life!" to what is written above. 
Fix typo: Italic item had extra '*' in markdown syntax, this was removed:  *D3** changed to *D3*.
2018-12-19 07:46:41 -06:00
Tiffany Levison a21f434e3e Updated grammar and punctuation (#27644) 2018-12-19 07:28:36 -06:00
Daniel Feldman 9056e2aac7 Update index.md (#27434)
Added hyperlinks to examples and helpful utility section callouts. This will take people right to the definitive source if they want to learn more.
2018-12-19 07:17:42 -06:00
ShadowViper1 ca39bacf06 Update index.md (#25372) 2018-12-19 05:42:57 -05:00
darkcomet76 af5c8821ea Added additional information to index.md (#25375)
Added information for offline rust documentation
2018-12-19 05:29:18 -05:00
Ashwani Kumar d91bad7d2f Added basic information (#25293)
* Added additional basic information

* Removed extra line break
2018-12-19 05:26:43 -05:00
Dexter Rualo e3744dff30 fix: update Linux guide (#25237)
* fix: update Linux guide

* Re-added point about new file creation
2018-12-19 05:06:59 -05:00
VassMark 5cf0c9b6e5 fixed list dec, and markdown list (#25227) 2018-12-19 04:56:24 -05:00
yoadwo 5606023aae Update Index.md (#24095)
added clarification: strlen() does not include the null-termination character
2018-12-19 04:12:59 -05:00
Nigel Cheok 9a51e15850 Updated more links (#23813)
Added Vuetify FE Framework, helpful for quick screen designs.
2018-12-19 04:12:32 -05:00
Radhika Gulati c5948f603d Removed two colons and grammar (#33055) 2018-12-19 03:41:09 -05:00
jballi17 d726c01245 formatting (#32231) 2018-12-19 03:39:12 -05:00
qme1519 61cd19eccd Language check (#25216)
Grammar and punctuation fix
2018-12-19 03:28:27 -05:00
hariom Choudhary 3920b20718 Example to explain working (#25137) 2018-12-19 03:15:29 -05:00
Piyush Bajaj feb1fe7330 Update index.md (#25083)
* Update index.md

* Fixed heading levels
2018-12-19 03:09:56 -05:00
elisa-mamolo 6d32e9f045 Added 2 links 1. flexbox creator 2.game to learn (#25043)
* Added 2 links 1. flexbox creator 2.game to learn

I have found those two resources an easy way to deal and learn how to use flexboxes and hope they can be useful also for others

* Removed unsecure link, formated section
2018-12-19 03:03:43 -05:00
cryptofreq 877123d62d Added explanation a+bi (#24528)
* Added explanation a+bi

Also added a great website that people can reference for further information.

* Formatted link
2018-12-19 02:51:03 -05:00
faisal sayed 69dc00a225 Fix a typo in index.md (#24531)
* Update index.md

fix a typo

* Fix capitalization
2018-12-19 02:22:28 -05:00
Naba7 e2d7d06b4e added link of brilliant.org (#24607)
* added link of brilliant.org

* Fixed formatting
2018-12-19 02:21:56 -05:00
Bro3Simon 44ca621989 added "of that" (#24698)
changed sentence "you need to create a ```<div>``` container with the class ```.card``` and inside another ```<div>``` container" to "you need to create a ```<div>``` container with the class ```.card``` and inside of that another ```<div>``` container"
2018-12-19 02:21:28 -05:00
Adekanye Timilehin ebe5ac865e More information added on Hexadecimal colors (#24850)
* More information added on Hexadecimal colors

* Added code formatting, reordered changes
2018-12-19 02:21:00 -05:00
Stefan 375e702b57 Update let (#24190)
* Update index.md

* Formatting changes
2018-12-19 02:20:01 -05:00
Thomas Headle 1db49a8087 Fixed spelling errors and flow (#24398)
Minor changes to improve sentence structures and flow, as well as fixed a spelling error.
2018-12-19 02:16:07 -05:00
Harsh Aggarwal fee86fa371 Changed python code of bubble sort (#24217)
Changed python code of bubble sort - instead of using two functions, one function is used and all we need to do is to write the driver code and call the function and it will result in a sorted list(or array)
2018-12-19 02:13:42 -05:00
Marco Koch e6be7d82c4 Use a descriptive text for the Wikipedia link (#24061) 2018-12-19 02:07:37 -05:00
Sayali 994d0a161e Change the statement for OR operator (#23968)
The statement 'Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to True is when `x` & `y` negate each other' is ambiguous change it to 'Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to False is when both `x` & `y` are False'.
2018-12-19 02:06:44 -05:00
chris13888 fe2d44a6ad Create overview for Python's enumerate function (#23852)
* Rename guide/english/python/index.md to guide/english/python/enumerate/index.md

* Created More Info section
2018-12-19 01:38:27 -05:00
Chirag Swadia 756bd19b35 Added further reading link, as there are many console methods available (#25351)
* Updated index.md

* Added noopener noreferrer for external link

* Fix a tag
2018-12-18 23:42:31 -05:00
Connor 2c1c11c34a Added resource link to Beej's Networking Guide (#25241)
Added a link to https://beej.us/guide/bgnet/, which is an excellent resource for learning network programming in C
2018-12-18 23:41:36 -05:00
Mukesh Jha d7918dbc00 Added the way to modify immutable string. (#25334)
* Added the way to modify immutable string.

* Formatting changes
2018-12-18 22:24:09 -05:00
qme1519 932fc1d56b Content and language check (#25253)
New instructions added, language checked
2018-12-18 22:07:28 -05:00