Commit Graph

1683 Commits (15416a1be4d9847a15fc4187636d325a8af11a3a)

Author SHA1 Message Date
Blaze2305 f8ea998c81 added geometrical meaning of 2 by 2 determinant (#22737) 2018-11-25 11:22:02 -07:00
Chris Jesz 8b4c2f3d03 Added a more detailed example and corrected some content. (#22716)
The original page showed java.io as a built in package but it really isn't in the sense that you have to import the package in order to use it where as java.lang does not need to be imported. I removed mentions of java.io and cleaned up the description. I also added a simple example and explanation of a couple of java.lang packages.
2018-11-25 11:16:42 -07:00
ronandev 3d59624fba Added Infosec book example and link (#22714)
Added link to No Starch Press "Practical Malware Analysis". I encourage more infosec learning for anyone interested in anything "Tech".
2018-11-25 11:14:38 -07:00
Przemek 475b01d5d5 Added WordPress logo image (#22685) 2018-11-25 11:02:17 -07:00
Aditya c3155c4f5b [Guide] Data Structures: Create a Set Class (#34434)
* feat: added solution

* fix: solution

* fix: changed expression to be be more readable

* fix: formatting
2018-11-25 10:56:33 -07:00
VitBu 9fb1d9f49c Update index.md (#22622)
more easy to understand and short than all other solutions
2018-11-25 10:53:00 -07:00
Jongkook 6b961cd407 Add Services lifecycle image (#22532) 2018-11-25 09:40:06 -08:00
KevinMDuarte 44b5ccaa72 Update index.md by adding De Morgan's Law reference (#22360)
* Update index.md

Added De Morgan's Law reference

* fixed links
2018-11-25 10:34:41 -07:00
irmina90 4890289e75 Add Code Complete book to general books recommendations (#22518)
* Add Code Complete book to general books recommendations

* add Design Patterns book
2018-11-25 10:17:17 -07:00
Sudhakar Kumar 2f44b97bff Fix grammar and add mv command (#22517) 2018-11-25 10:15:50 -07:00
Pujan A. Vakharia 2403175b05 Update index.md (#26240)
Gramatical Fixations
2018-11-25 19:45:47 +05:30
SoMike 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
Kaitlyn 6619c0bf00 Started (#25531)
Just wanted to get this one started!
2018-11-25 01:11:53 -08:00
Aman Ranjan Verma 3d3d1ed068 Added explanation and examples (#25859)
Updated the article with examples and difference table for clear understanding.
2018-11-25 00:22:20 -08:00
Sergei Mellow e2e566203c added emphasis on 'for' and fixed typo (#25695) 2018-11-24 23:21:51 -08:00
Tom K cd7b01af6f Spelling error on line 64 (#23599)
avalable changed to available
2018-11-25 00:45:48 -05:00
JawnsenTrain 8024f9ffc6 Deleted the repeated word "using" (#23581)
The Integer Objects sentence had "using" twice, so I deleted one.
2018-11-25 00:34:23 -05:00
raviram b48151239d Added link to Data Analysis using python. (#23579) 2018-11-25 00:33:36 -05:00
krekalidis ea571ee044 Change sentences for better comprehension (#23558)
1. Change "limit" to "filter"
2. Change "Rows will be presented that...." to "We 'd like to apply the following filters:"
2018-11-25 00:18:59 -05:00
GrantiVersace f0a0196ec1 Grammatical and wording changes for clarity (#23508) 2018-11-24 21:25:11 -05:00
Lxsthorne a1d25bb90f Changes (#22701) 2018-11-24 21:07:51 -05:00
Swapnil Bangare 17fe9273f1 Add option for Developer tools inside browsers (#22708)
As developer tools are used extensively by front-end developers, it's nice to hint readers that this guide also contains information about developer tools of browsers such as chrome, firefox and edge.
2018-11-24 17:23:07 -08:00
KevinMDuarte 8a0548acef Domain and Codomain (#22535)
* Domain and Codomain

Brief explanation of Domain and Codomain along with an example

* fix: added front matter back to file
2018-11-24 16:56:20 -08:00
jagmeethanspal 9cea2d56a5 Added Special Operators in Macros (#22514)
One small fix and the explanation of Stringizing and Token Pasting Operators that can be used effectively in C macros.
2018-11-24 16:33:39 -08:00
Moritz b72aca56d9 Add: docker network article to guide (#22484)
* Add: docker network article to guide

* grammar corrections
2018-11-24 17:11:00 -07:00
Scr1ptK1tti3 846b57187e Bash Uptime Command Reference (#22483)
* Bash Uptime Command Reference

Created the Bash Uptime Command Reference index.md file.

* fix: added a valid front matter block
2018-11-24 13:56:03 -08:00
Felix 37ee6004fe Add more information about CSS hexcodes (#23065)
-hexcode short notation
-alpha channel in hexcodes
-add MDN documentation
2018-11-25 04:37:38 +07:00
ayush163 3b9dafc1de Add the text "The time complexity of this algorithm is O(nLogn), be it best case, average case or worst case. It's time complexity can be easily understood from the recurrence eqaution :T(n) = 2T(n/2) + n." to the article (#22663) 2018-11-24 16:12:25 +00:00
gasts f95e0a1f53 Short description of unix wget (#22662)
* Short description of unix wget

A short description of unix wget

* fix(guide): typos and grammar
2018-11-24 16:10:15 +00:00
Matt Oldham ecce2f9f49 Add clearer language describing UNION ALL (#22656) 2018-11-24 14:01:57 +00:00
Matt Oldham bb3e2b34b8 Correct language about exclusivity of BETWEEN clause (#22632)
* Correct language about exclusivity of BETWEEN clause

SQL BETWEEN clause is inclusive both in the SQL standard as well as in MySQL.

* fix(guide): remove misleading sentence
2018-11-24 14:00:54 +00:00
Shad Ahmad Zaidi 6df0cb92fb Included use of underscore wildcard character (#22613)
* Included use of underscore wildcard character 

Included the use and example of wildcard character underscore which can be used with LIKE operator

* fix(guide): minor typos and grammar
2018-11-24 12:30:34 +00:00
adeelnazir13236 4f1677a9c6 Select statement - another way (#22582) 2018-11-24 11:10:34 +00:00
Anas Salam 90472bbc89 Roman Numerals added to index.md (#29631)
* Roman Numerals added to index.md

Roman Numerals added with examples to index.md

* Update index.md

* Update index.md
2018-11-24 02:25:32 -08:00
Hoch3007 5a4260a2e1 added description and example (#22548)
I added a little bit more description and a example of how to use the library.
2018-11-24 10:21:37 +00:00
Varun kumar e68084401d add code for createNode function (#22472) 2018-11-24 09:48:21 +00:00
raghavbhartia 9db07d9b50 Elaborate the blurring line between hard disks and ram (#22448) 2018-11-24 09:41:29 +00:00
Dom Slatford 97ef234fe4 Ionic guide update (#22209)
* updated angular guide to focus on angular 2+

* updated intro to ionic guide
2018-11-24 15:28:50 +07:00
Varun kumar ad4d7c72b2 add delete function (#22404)
Added a delete function in the implementation part.
2018-11-24 15:24:22 +07:00
Szymon Woźny 6814ad7f67 change var to const and let (#23151)
* change var to const and let

* fix: output
2018-11-24 14:41:42 +07:00
kViking 7d226d0078 Added variable addition example (#23047)
Added an example showing storing values in variables before adding them. Also added syntax highlighting to original code snippet.
2018-11-24 14:30:12 +07:00
Matthieu Mandeville Gauthier 413b0d0711 format the "generation" subtitles (#23517)
Format the "generation" subtitles so they all have the same spacing.
2018-11-23 23:21:49 -05:00
GrantiVersace 29bb99d2db Simple grammatical fixes (#23495) 2018-11-23 22:41:27 -05:00
GrantiVersace bcfa28fe03 Fixed grammatical errors in last paragraph (#23457) 2018-11-23 21:18:39 -05:00
Nathan Tum a7fcbaefed Added "Stanford CS193a Lecture Videos" (#23439) 2018-11-23 21:17:45 -05:00
anaasuncion 6c7ea37f82 Update more information with link to sciencing (#23443) 2018-11-23 21:08:46 -05:00
anaasuncion 6eb660ba0b Update examples and more information (#23437) 2018-11-23 21:04:24 -05:00
Robert Samu 06111e2eaf Update the complementary color section (#23408)
* Update the complementary color section

* Fixed formatting
2018-11-23 21:01:40 -05:00
Richard ba242ccf1e Short description and code example of Exceptions (#23406)
* Short description and code example of Exceptions

* Fixed typos and formatting
2018-11-23 21:01:08 -05:00
heymanpreet 8c758caa8d Added quick link to Angular 6 introduction (#23398) 2018-11-23 20:54:58 -05:00
Harsh Nayak b04cc579a6 add syntax of inheritance to article (#23396)
* add syntax of inheritance to article

add the simple syntax of inheritance before the actual example .

* Fixed formatting
2018-11-23 20:51:32 -05:00
mkoument 0aa89d91f0 Added definition about contradiction (#30310)
* Added definition about contradiction

* Update index.md
2018-11-23 17:37:41 -08:00
webwesen 2cea1e1c66 better unordered list formatting : "Further reading" (#23264) 2018-11-23 20:21:29 -05:00
JacobTBruce ee17eb4720 Made several grammatical changes (#23288)
Removed space between "/" and "body" in line 27 to correct the spacing. 
Added "use" in between "container" and "several" to make grammatical sense in line 32. Also added a space between "semantic" and the parathesis in the same line to make text look cleaner.
Added "and" between "<header>" and "<footer>" because there are two items in line 33.

Note: In "Introduction of semantic tags," the grammar and sentence structure does not make sense. I tried to correct it, however, it may not be the right correction and should be reviewed.
2018-11-23 20:20:36 -05:00
Anders Rydholm 7cc769d895 Added ####More Information (#23362)
* Added ####More Information

Added ####More Information to styling links

* Removed link to w3schools
2018-11-23 20:19:58 -05:00
Sam 65db5549f4 Corrected markdown and code sample formatting (#23374)
* Corrected markdown and code sample formatting

Added code highlighting to `<p>`, to prevent it being interpreted as a new paragraph.
Also made indentation in the code sample consistent.

* Fixed typo and formatting
2018-11-23 20:19:15 -05:00
Rohan Saha 4cc14a3e91 Add Keras information (#26857)
* Add Keras information

Updated information according to the request made by @scissorsneedfoodtoo and added links to code samples for better understanding

* fix: removed space before title front matter key
2018-11-23 17:04:52 -08:00
Anders Rydholm 71d6d2ad4f Added #### More Information (#23372)
Added #### More Information CSS Tricks to styling tables.
2018-11-23 17:00:22 -08:00
Anders Rydholm bdef759267 Update index.md (#23333)
Added CSS properties to ##Styling Tables
2018-11-23 16:59:54 -08:00
KevinatorTrainer5 210a84b7e3 Elaborated on more cases of factorising equations (#22494)
* Elaborated on more cases of factorising equations

-I decided to add other cases of factorising other algebraic equations that involves different values of the quadratic equation apart from 1

* Removing unnecessary <br> tags
2018-11-23 16:25:29 -08:00
Stephen d55024c82a Added the correct word on line 31. (#31824)
* Added the correct word on line 31.

It said "One of does files" instead of "One of those files".

* fix: corrected grammar
2018-11-23 16:24:34 -08:00
pranavyadav77 ade502b49b Update index.md (#25445) 2018-11-23 16:24:01 -08:00
Shad Ahmad Zaidi b5df808ecf Sorting when digits & alphabets in data (#22878)
Introduced sorting done during digits & alphabets combines and updated the example to reflect the same.
2018-11-23 16:19:21 -08:00
Christine Duane 08f7e2a87e Reorganized draft, added query examples (#28770) 2018-11-23 15:57:03 -08:00
elisa-mamolo 63b500f8a1 Update link references (#25039)
Hi, I have added a simple guide with some insights on values and practices of XP and a link to manifesto of software craftsmanship which is always inspiring to read and make extra research about the movement.
2018-11-23 15:51:49 -08:00
KevinMDuarte d023146a5e pair programming and frequent releases (#22480) 2018-11-23 15:50:56 -08:00
Dakota Vradenburg 73ee2a225b Corrected spelling of systematic (#25451) 2018-11-23 15:37:10 -08:00
jonmoon74 471665871f Update index.md (#25370)
Added a line to the detailed commit messages section on the importance of making sure your commit messages explain what changed fro ease of roll-back
2018-11-23 15:33:50 -08:00
TheRealSpartacus e27771a58a Adding Content (#23485)
Saw empty guide, added content
2018-11-23 15:29:10 -08:00
Connie Lei 92d221897c added examples, made explanations clearer (#26233) 2018-11-23 22:35:44 +05:30
Kirsten f58043c1db Update index.md (#26274)
Edited algorithm efficiency paragraph to remove "be" from the sentence "Since the algorithms today..." 

I also adjusted the period spacing at the end of the algorithm efficiency paragraph.
2018-11-23 22:18:50 +05:30
Kirsten 60e2b8aa18 Update index.md (#26282)
Keep capitalization consistent in the article's title

Replaced "be able to know" with "become comfortable" to tighten up wording

Replaced "However, they" with "Furthermore, these guides"

Replaced "it" with "the C language"

Replaced "Mac" with "MacOS"
2018-11-23 22:09:17 +05:30
Shreyash Anarase d8fc796c03 Simplified subcategories to build automation (#26284)
Categorised in a list the three subcategories to Build automation.
2018-11-23 21:08:41 +05:30
wheat779 ab617a762a Update index.md (#26286)
Improved IDE shortcut section by including linux and reworking list and made shortcuts clearer by using <kbd> for buttons
2018-11-23 21:07:04 +05:30
Shad Ahmad Zaidi e7d0f30d97 Added more details about database (#22570)
Added little info about tables, records, fields, relationship.
2018-11-23 07:13:31 -06:00
justingiffard b9b5346f8f clarified and added example (#22450)
* Clarified that not all constructors need to look like that
* Added an example of a class extending a base class and implementing 2 interfaces
2018-11-23 07:00:50 -06:00
yukunny 9ef230dd31 updated definition and broken link (#22800)
wrote a simpler definition of asymptotes to my understanding and fixed the broken image under the example.
2018-11-23 17:55:44 +07:00
Naida Agić de7f340182 Updated index.md to further explain functions (#22779) 2018-11-23 17:52:27 +07:00
nerko19 b9514f890a Fixed indentation. (#23329) 2018-11-23 05:33:37 -05:00
Anders Rydholm 0689ecc445 Update index.md (#23322)
Added ####More Information
- Designing for Breakpoints
2018-11-23 05:33:01 -05:00
wolfwhocodes 1672a60482 Update on Names for variables (#23286)
Updated the rules for the first character of the variable name
2018-11-23 05:25:36 -05:00
anaasuncion 0b4cdb07e9 Update definition of division and more information (#23275)
* Update definition of division and more information

* Fixed formatting
2018-11-23 05:23:31 -05:00
webwesen b2b145cf35 improved formatting of an unordered list (#23326)
... in "More Information" section
2018-11-23 05:22:42 -05:00
Edulop139 3db72f82fd removed code to stop Scope error (#23269)
The print line is trying to call a local variable from the for loop and would result in a error.
2018-11-23 05:20:40 -05:00
JacobTBruce fd564a8607 Changed misused words to correct ones (#23256)
Changed "change" to "chance" in line 51 to make sense and "existance" to "existence" in line 51 to correct the spelling.
2018-11-23 05:18:21 -05:00
KingofLegendary 8df49e4e40 Fix the order wording(Second to first ) (#23254)
Before modifying this, line 23 quote, "by default the first checkbox will come automatically" even though the checked attribute is in the second input element, not the first.
2018-11-23 05:17:42 -05:00
msabitabrata b274ab7722 Array and ArrayList Conversion (#23044)
* Update index.md

Add Creating Array from ArrayList 
Add Creating ArrayList from Array

* Fix code formatting
2018-11-22 23:39:21 -05:00
venkateshwarans f81710864b Adding a tutorial in more information section (#23249)
* Adding a tutorial in more information section

* Fixed formatting
2018-11-22 23:30:24 -05:00
Muffin c770d2cec2 Add "How to Win Friends" (#23231)
* Add "How to Win Friends" 

Adding "How to Win Friends & Influence People" to Soft Skills section

* Fixed book title and link
2018-11-22 23:26:18 -05:00
CyberCore1010 7d4af339a7 Added a useful tip on 3D arrays (#23184) 2018-11-22 23:25:44 -05:00
Shakti Barath ceb1e076fc Added "Try Haskell in your browser" reference sec (#23181)
* Added "Try Haskell in your browser" reference sec

* Fixed formatting
2018-11-22 23:24:36 -05:00
Paul Ferguson Maxson 530177a4f0 Added info about official FA CDN (#23070) 2018-11-22 23:21:02 -05:00
Johnathan Milley a065b7b534 Cleaned up links, small grammar changes (#23050) 2018-11-22 23:20:27 -05:00
Eve Mendelevich 5a9de5a755 Added links for accessible tables and tabs (#23028)
* Added links for accessible tables and tabs

* Fixed formatting
2018-11-22 23:17:04 -05:00
Ece b646615cab Added a second pro tip (#22964) 2018-11-22 23:09:37 -05:00
pythonprogrammer18 a6354030a4 Incorrect punctuation on "eg" (#22961)
Fixed periods on "eg" on line 24
(my first pull LOL).
2018-11-22 23:09:01 -05:00
Ashmita03 ff0ab6e4f6 Update index.md (#22846) 2018-11-22 23:08:20 -05:00
Tristan Michael Lawrence a92f62c2d8 added an HTML reference source (#22844) 2018-11-22 23:07:35 -05:00
cmachugh2 81ef8c38fd added extra type of cyberattack (#22834) 2018-11-23 04:30:14 +07:00
Sudhakar Kumar 15be30e829 Fix spelling (#34383) 2018-11-22 16:17:54 -05:00