Commit Graph

56 Commits

Author SHA1 Message Date
Tom
65c3188fd7 Fix/remove stubs on filled articles (#35506) 2019-03-06 01:57:17 +05:30
078e51959a Added additional resource links and corrected punctuation (#32149) 2019-03-05 08:06:56 -08:00
117c10b8de Added note on eval, and small changes (#31231)
* Added note on eval, and small changes

* Added Syntax Error handling for Compiled and Interpreted Languages

* Corrected Syntax error to semantic error.
2019-03-04 13:06:29 -08:00
87f04caf82 Fixed typos and added a reference. (#27451) 2019-03-03 08:14:07 -08:00
cd0bf772e1 Added linked list time complexity table (#28086) 2019-02-23 14:51:00 -08:00
2c1fbfea28 Added expansion of translation phase (#30314) 2019-02-23 14:47:25 -08:00
61618d1e95 Corrected Grammar Mistake (#27225)
Acronyms are meant to be capitalized and (optional) periods between letters.
2019-02-23 14:44:43 -08:00
91684b8bf8 Change Byte to byte (#29667) 2019-02-14 11:11:24 -08:00
ec3e5df3b9 Update index.md examples with more detail (#26176) 2019-02-14 10:52:55 -08:00
68cb8f7c5f extended the port list, add (mostly) all official ports (#33984)
from https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
2019-02-06 14:43:59 -07:00
bf585c0ae9 Some spelling corrections, is > are (#32039) 2019-02-06 14:30:10 -07:00
6b38bb4959 added new ports (#30921) 2019-02-06 14:28:33 -07:00
1d524f9746 Update index.md fix typos and extra information (#24902)
* Update index.md

* fix: corrected a few typos
2019-01-25 23:33:33 -08:00
d7a482ae3c Update index.md (#26797)
Cleaned up some markdown and grammar.
2019-01-14 22:27:01 -05:00
6cad51d70e Delete duplicate "visualization of data structures" (#25571)
* Delete duplicate "visualization of data structures"

* Fixed heading formatting
2018-12-21 21:47:09 -05:00
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
057a4ee4af Minor text changes (better explains some concepts, typographical errors etc) (#24715) 2018-12-16 19:29:29 -05:00
11ff0fcc58 Update index.md (#24784) 2018-12-13 14:06:45 -08:00
d15570b4f5 Update index.md (#24701)
Simplified the definition
2018-12-09 01:07:30 +05:30
79c2e920fd Added Introduction to Parallel Computing book url (#23746) 2018-12-07 04:14:58 -05:00
8e00c2ff1e Add reversing a list point. (#23040)
Add reversing a linked list code in Java.
2018-11-29 17:46:18 -07:00
c847846d66 Made several grammatical changes (#23359)
Changed " are happened in managed heap. which takes care" to "happens in managed heap, which is taken cared of" and  "where ever" to "wherever" on line 15 to make grammatical sense. 
 Modified "than the C. Since, in C the memory need" to " in C since the memory needs to be searched and allocated".
2018-11-25 18:30:47 +07:00
e68084401d add code for createNode function (#22472) 2018-11-24 09:48:21 +00:00
ad4d7c72b2 add delete function (#22404)
Added a delete function in the implementation part.
2018-11-24 15:24:22 +07:00
e7d0f30d97 Added more details about database (#22570)
Added little info about tables, records, fields, relationship.
2018-11-23 07:13:31 -06:00
2c865d57e2 Added example on API Tokens (#22460)
* Added info on API Tokens

Added some information on what tokens are.

* Added code to demonstrate access token

Added sample CURL code from Dropbox to illustrate the use of access token.
2018-11-22 06:52:02 -06:00
c2633cdefa Add foreign key definition and example (#22388)
* Add foreign key definition and example

A very basic foreign key definition and example

* Fix typo as recommended

Line 66: as @nik recommendation
Line67: fix plural nouns

* grammar
2018-11-21 14:32:10 -07:00
c7175946bc Fixed a spelling error (#25646) 2018-11-21 22:27:12 +05:30
81178d2344 Added few advantages of event driven architecture (#22389) 2018-11-21 08:56:36 -06:00
45a02989bc Add links to More Information section (#21501)
* Add links to More Information section

Added two links to More Information section. One to a MIPS emulator and one to a helpful tutorial.

* Applied suggested changes
2018-11-17 16:40:18 -05:00
753198b795 added some information on trees. (#21785)
* added some information on trees.

* fixed formatting
2018-11-17 09:12:29 -07:00
Jan
83fa9b8563 added link to wiki (#23675) 2018-11-17 15:41:48 +05:30
c13673f538 Add/remove commas as appropriate. (#21768) 2018-11-15 09:36:00 -06:00
006869f41f Added explanation on hex to decimal conversion (#21747)
Added an example conversion from hex to decimal, along with an analogy to decimal system.
2018-11-15 07:50:27 -06:00
73424f26ed Typo fixes to the file (#25442) 2018-11-14 21:23:48 +05:30
3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
9a3b8beb36 Update misspelled word "adjascent" to "adjacent" (#21717) 2018-11-06 03:37:44 -05:00
cc434639d0 fixed a typo (#21817)
* fixed a typo

* Fix subheading level
2018-11-06 02:05:51 -05:00
23c5625066 Edit sentence wording/structure on line 39 (#20889) 2018-11-03 18:41:32 -07:00
20c0fd9a04 add Explanation of deadlock with example (#20271)
* add Explanation of deadlock with example

Explanation of Deadlock with example are done along with this Deadlock avoidance with Algorithm to Deadlock avoidance are also explained.

* added frontmatter, corrected formatting
2018-11-03 17:10:19 -07:00
88da0d48cf Add another link to "More information" (#20712) 2018-10-31 22:19:20 -05:00
95a8a1a6c3 Added a bit under "What can quantum computers do?" (#20663)
Threw in something about what quantum computing could do for database development since they would also benefit greatly from the advancements in performance.
2018-10-31 21:01:33 -05:00
afe9a68a59 Typo fix (#20645) 2018-10-31 20:06:06 -05:00
342ad1428d Fixed capitalization errors (#20498)
Np -> NP
2018-10-30 12:36:35 +07:00
e4d2715105 index1 (#24512)
I thought of adding the links so that students may know why they should use dynamic programming
2018-10-29 15:58:06 -07:00
8546a67ac7 Add field "Algorithms and Data Structures" (#20087) 2018-10-27 13:13:35 -07:00
c28550252c Added a point in handling deadlock (#19997) 2018-10-27 08:16:27 -05:00
6895c3c994 update the entered changes (#19987) 2018-10-26 22:51:58 -05:00
6f15a68694 Update index.md (#19981)
Add a few examples of other NP-complete problems
2018-10-26 22:28:07 -05:00
e03f3361b9 fix: updated H2 for more info (#20381)
Issue with formatting on H2:
`##More` vs `## More` prevented markdown parsing.
2018-10-27 01:24:55 +07:00