Commit Graph

4632 Commits

Author SHA1 Message Date
rakshitha31
cbc2c0b7c2 update (#31295)
* update

* Update index.md
2019-06-25 10:36:40 -07:00
Karthik Rao
782c5ba553 fix: introduce action creators in redux-actions (#31170) 2019-06-25 10:28:05 -07:00
Syauqy Nurul Aziz
274ef504c3 Add new details and links to CJM (#31088) 2019-06-25 10:25:31 -07:00
Ankush Soni
2ff2b82d51 Added definitions of different types of matrices (#30128) 2019-06-25 10:15:51 -07:00
Andrew Mackie
2f8d009133 Update index.md (#29940) 2019-06-25 10:11:37 -07:00
Nils
ecc22cc9aa Added tailgaiting as example (#30985)
Added a (short description) of tailgating under the Some examples of Social Engineering hacks, as it is another form of these.
2019-06-25 10:08:48 -07:00
Shoaib
9cccd52aec constructor in abstract class (#29329)
Have added some information in abstract classes
2019-06-25 09:51:06 -07:00
Randell Dawson
8ce1b374e3 fix: replace languages preceded by space 2019-06-25 16:57:43 +08:00
Randell Dawson
2b553d31b6 fix replace code block with blockquote 2019-06-25 16:57:43 +08:00
Randell Dawson
3f56cf6f54 fix replace code with applicable language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
4f83b58aa6 fix replace Swift4 with swift for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
1b113c436c fix replace c# with csharp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
b7e98240c8 fix replace #include with c for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
4a2b88b16e fix replace output with shell for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
5e6ba79c04 fix replace solidity with no language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
1932a08858 fix replace sh with shell for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
22f52296bc fix: replace c++ with cpp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson
f57e6d69d8 fix: remove codepen.io links from challenge articles 2019-06-25 16:52:24 +08:00
Andrew Mackie
8786caf103 Fixed typos and changed some wording for clarity. (#28926) 2019-06-25 14:40:22 +07:00
Kaan
f0faa41fb0 A note about usage and some tiny fixes. (#28689) 2019-06-25 13:36:47 +07:00
Mayank Khare
604c48eeaf Added Developed By and the programming language used in development (#27227) 2019-06-25 12:09:50 +07:00
Mahmud031
57d66ef6df Added merge-sort in MATLAB (#27783)
* Added merge-sort in MATLAB

* fix: changed c++ to cpp
2019-06-24 19:02:26 -07:00
Faizan Ahmad
787729c910 Updated Properties of Merge Sort (#27052)
* Updated Properties of Merge Sort

Added the advantage of Merge Sort in linked lists over Quick Sort.

* fix: correct code block syntax
2019-06-24 15:54:45 -07:00
Sameer Bhardwaj
fa7043e135 Completed c++ implemetation (#25547)
* Completed c++ implemetation

c++ implementation contained only merge function(by the name of merge sort). Completed the implementation by providing both divide and merge functions.

* fix: add triple backticks for c# code

* fix: changed csharp to cpp
2019-06-24 15:35:00 -07:00
anthonyjvoss
e9fbe95454 Created powershell directory and first document (#28173) 2019-06-24 15:26:22 -07:00
Jack Hedaya
000356946b add Elixir syntax and return explanations to functions (#27552)
* add syntax and return explanations

* fix: added language postfix to code fences
2019-06-24 15:24:48 -07:00
Nischay Hegde
321ee3e69d Changed the file to reflect standards (#27542)
* Changed the file to reflect standards

`goto` is generally discouraged for use in C++, which wasn't what this was saying. Dijkstra even [said](http://www.u.arizona.edu/~rubinson/copyright_violations/Go_To_Considered_Harmful.html), "The go to statement as it stands is just too primitive; it is too much an invitation to make a mess of one's program." in 1968. This file seemed to indicate the opposite.

* fix: fixed grammar
2019-06-24 15:24:30 -07:00
Anas Salam
ae33d5888f Probability index.md file updated (#27836)
index.md file updated with more info, some examples and cases.
2019-06-24 15:24:03 -07:00
Nievac
a4c214d877 Create AngularJS ng-model Directive (#27791) 2019-06-24 15:22:58 -07:00
Nievac
d92421037e Added AngularJS Controller (#27786) 2019-06-24 15:22:23 -07:00
Nievac
9d9fb93c6f Added AngularJS Expressions (#27771) 2019-06-24 15:20:53 -07:00
Francois
ec255f2d80 Add Section and Information on Packet Sniffing. (#27069)
* Create index.md

Basic introduction to Packet Sniffing and simple ways to protect against it.

* fix: made into paragraphs
2019-06-24 15:14:38 -07:00
Mayur Garg
7ce8272944 Added "Note" and "Usage with common data types" (#27332)
* Added "Note" and "Usage with common data types"

Added detailed information about the workings of 'is' and '==' operators with common data types. Included a simple coding example for each case and explained the reasons (for most cases) of why these operators work in this fashion and how they work under the hood.

* Minor changes to previous commit.

* fix: removed extra backticks
2019-06-24 15:07:08 -07:00
Oluwafunmito Blessed
509e57d381 update index.md with article (#26915)
* update index.md with article

added article for dependent and independent variables.

* fix: remove stub info
2019-06-24 15:04:58 -07:00
Derek Strobel
b1a9ae7b65 Create article for autoencoder networks (#27107)
Started article in machine learning directory for autoencoder neural networks providing a brief overview of the motivation and ideas behind them
2019-06-24 15:04:47 -07:00
muskaangupta15
4cd38be757 Update index.md (#27093)
* Update index.md

* fix: changed c++ to cpp
2019-06-24 15:02:55 -07:00
Utkarsh Raghav
6902abb937 Added two more types of waits (#26978)
Added methods to achieve a time delay using selenium related waits.
2019-06-24 14:57:18 -07:00
H3r0Complex
55dc8dde95 added basic info about type safety and optionals (#27860)
* added basic info about type safety and optionals

* add link for optionals, renamed links and title  

also renamed the directory folder

* added basic info about type safety and optionals

added optionals link and renamed links and directory

* added basic info about type safety and optionals

added optionals link and renamed links and directory

* added basic info about type safety and optionals

also added "swift optionals" link and renamed original link to "type safety and type inference" and also renamed directory

* added basic info about optionals

added link to swift optionals and change the name of the first link and the directory

* added info on swift optionals

renamed links and directory folder

* added info about type safety and optionals

added a link to swift optionals and change folder name and a link's name to type safety and inference

* added info about optionals

added a link to optionals docs, change link and folder name to "type safety and inference", similarly with the title tag

* Update index.md

* Update index.md

* added info on swift optionals and type safety

altered link and directory names and added a link to optionals docs

* added info for swift type-safety and optionals

changed link and directory name to type safe and inference
added link to swift optionals doc

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* changed the directory name to match the title

* modified folder name to have the proper format :-)
2019-06-24 10:35:17 -05:00
Karthik Rao
4392455ff7 feat: add article for react portals (#33715) 2019-06-24 08:45:42 -05:00
H3r0Complex
251b857d12 added info about swift dictionaries (#32512)
* added info about swift dictionaries

* added info for swift dictionaries

* added info about swift dictionaries

* added basic info on swift dictionaries

* added info about swift dictionaries

* Update index.md

* added info on swift dictionaries

* added info about swift dictionaries

* Update guide/english/swift/dictionaries/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-06-24 08:30:13 -05:00
Yash Srivastava
c03842f82b Add navbar-brand utility information (#30010) 2019-06-24 17:40:20 +07:00
H3r0Complex
cc6735f9a4 added basic info about Swift Sets (#30395) 2019-06-23 20:47:06 -05:00
H3r0Complex
f8abbfdf41 Added information about arrays (#32394)
* Added information about arrays

* added info about swift arrays

* added info about swift arrays
2019-06-23 20:29:48 -05:00
AleksandarSource
5ef825cadf Update index.md (#33345)
add extension for UITableViewDelegate protocol
2019-06-23 19:19:40 -05:00
Megan Charles
475ed09544 Updated Index (#31797)
Added a couple of suggested points briefly covering the benefits of onsite work and remote work.
2019-06-23 16:39:50 -05:00
PragatiVerma18
ab039a08a9 added-device-independent-pixels-article (#36084)
* Update index.md

* Update index.md
2019-06-23 10:04:11 -05:00
Zach Lumpkins
64056b1bb4 Clean up canvas particle sim guide code examples (#30742)
* docs(guide): clean up canvas particle sim code examples

* Use ES6 syntax
* Format code for easy readability
  * Normalize single vs. double quotes
  * Adjust spacing
* Add link to inverse-square law wikipedia page for additional information

* docs(guide): use arrow functions in particle sim examples
2019-06-23 09:28:46 -05:00
Mandavilli Nikitha
ce1c151027 angular routing benefits (#30544)
extra stuff about routing in angular
2019-06-23 09:26:33 -05:00
AJ Wallace
ed1af9cd88 ngUpgrade guide for Angular Guide folder (#26935)
* added guide for ngUpgrade library for angular

* add text for ngupgrade guide
2019-06-23 09:19:00 -05:00
frbc
03ec2dc45f Add text about man command. (#31393)
* Add text about man command.

Add text about man command (parameter -k).

* fix: change sh to shell
2019-06-23 08:15:38 -05:00