Commit Graph

2725 Commits

Author SHA1 Message Date
Suzanne Ito
3dcc32be93 Update index.md (#26503) 2019-01-06 12:34:06 -05:00
jeremycpc
f3556036f0 Added additional note on flexbox (#26472) 2019-01-06 12:21:13 -05:00
Glafs
b4685900e0 Added a constructor description with an example to constructor article (#26488)
* Added a constructor description with an example

* Changed text layout in Python constructor article

I learned how to make the text look nicer, so I changed the looks a bit :)

* Added clarification in python constructor guide

I added a short explanation about function overloading in python, why we only use one __init__ in a class.

* Grammatical, formatting and typo fixes
2019-01-06 12:12:29 -05:00
mvtej
3c1d3d6382 Updated index.md added Neural Networks (#33700)
Added a brief description of Neural networks in language modelling
2019-01-06 10:09:38 -07:00
DarkAvenger10
bcc165eee0 added what is natural language processing (#30862) 2019-01-06 10:05:58 -07:00
ananya
3e8656ec89 Add the process involved (#29222) 2019-01-06 10:02:57 -07:00
Nayan Chawla
b2d89c4097 Added some popular open source tool-kits (#28607) 2019-01-06 09:53:14 -07:00
GENTELMAN23
e118a89d54 spacing fix (#27018) 2019-01-06 09:44:12 -07:00
Tzupy
00019a5888 Removed extra spaces from index.md (#26461) 2019-01-06 10:39:01 -05:00
JawnsenTrain
d2c9a45f21 Added more info about the append method (#26478)
* Added more info about the append method

Added the detail that the method adds the argument to the end specifically.

* Removed redundant point
2019-01-05 16:25:27 -05:00
jeremycpc
b8d3a77317 Added an additional link for accessibility tool (#26465)
* Added an additional link for accessibility tool

* Added a space after additional link
2019-01-05 16:04:49 -05:00
Chris Murray
d4ea5f2179 Populate "data-driven design" article (#26440)
* Populate "data-driven design" article

* Fix link formatting
2019-01-05 16:00:11 -05:00
Chris Murray
374df386fa Add Figma, Sketch and XD to the list of tools (#26444) 2019-01-05 15:59:28 -05:00
ChiselD
63f7f61026 fix: edit language for clarity, fix typos (#26438) 2019-01-05 15:48:12 -05:00
wheat779
c3ec8babfc Organize to make function categories titles (#26391)
Make each function category a title to organize the article, rather than making them list elements.
2019-01-05 15:33:30 -05:00
Tammy Lee
18b053378d Added about statically vs dynamically allocated (#31555) 2019-01-05 10:16:47 -07:00
pcsingh
cf06cd9ad9 Update index.md (#31403) 2019-01-05 10:15:47 -07:00
athreya2013
a8801255c0 Information regarding pointers in array (#30573)
* Information regarding pointers in array

Added more Information in 2D arrays that we can declare the array without no_of_rows and usage of pointers in array element accessing

* fix: formatting/spelling

* fix: formatting, matched variable name to other examples
2019-01-05 09:44:52 -07:00
Papun Charan
d0879e5f59 Added a 'Note' and another section (#30547)
The note tells about what kind of datatype can be used in array, and in another section the difference between initialization of character array and string is discussed.
2019-01-05 09:30:51 -07:00
kichukiran97
d50c344772 Typo (#29638)
ints was there which will make confusion
2019-01-05 09:05:51 -07:00
YenruoY
527a1fd177 Added missing semicolon (#29437) 2019-01-05 08:59:54 -07:00
Tanmoy Sarkar
e411dc3dc5 Simplified index.md (#29285)
Simplified the logic of nested loops of pattern printing.
2019-01-05 08:59:13 -07:00
Ashwin P
a7f37ac240 Added Info on Invisible Internet Project. (#24090)
* Added Info on Invisible Internet Project.

* Used correct formatting and added more information
2019-01-04 23:50:56 -05:00
laveesh-gupta
a5e6ad302c Added "Performance" (#30557) 2019-01-04 14:02:48 -07:00
Thaurin
eeead0db44 Clean up page, fix errors (#27926)
* Clean up page, fix errors

* Restore title block
2019-01-04 11:00:38 -08:00
Jesper Brinch Korsbakke
a409657bbf Added a section for vue single-file-components (#26963)
* Added a section for vue single-file-components

Brief description of the single file components in Vue

* fix: added front matter block
2019-01-04 10:59:57 -08:00
Tri Eka Putra
2de561ef12 add the text "Types of Computer CPU" to article (#29168)
* add the text "Types of Computer CPU" to article

* fix: formatting
2019-01-03 20:51:05 -07:00
Sankar Siva
b015efc9fe Version 4.1 Feature added (#27843) 2019-01-03 20:45:53 -07:00
Alex Yu
65e1a25d51 Added s to iteration and removed comma after IOT (#29080) 2019-01-03 20:28:43 -07:00
monstermaker
a9416c0926 added flexibility feature (#26952)
Added information for noob developers about Bootstrap being flexible in styles due to the CSS nature.
2019-01-03 20:26:09 -07:00
RonnyNovik
df826667eb section about why people should use bootstrap (#26927)
* section about why people should use bootstrap

I have added a section that explain why bootstrap is useful to every developer

* fix: grammar/punctuation/spelling/formatting

* fix: added missing header
2019-01-03 20:24:35 -07:00
samujjal1618
96c481057e Typo fixes and improving explanation (#25424)
*Spelling Hello, World! consistently everywhere. 
*Improved explanation and some typo fixes.
2019-01-03 19:11:02 -08:00
Thomas Headle
5dd227e38b [Add] Link to Grid System 'set up' (#24558)
<a href='https://getbootstrap.com/docs/4.0/layout/grid/' target='_blank' rel='nofollow'> </a>
2019-01-03 20:02:31 -07:00
squidnerd
babd589fdc Corrected some spelling/grammar mistakes (#27354) 2019-01-03 16:12:34 -07:00
Cindy Yates
db267bf1c5 Fixed link to more information (#27183)
Fixed link to existing article, added additional resources, minor clarification in text
2019-01-03 08:04:26 -07:00
Candice Beaman
93c2b68026 Added Source Code, cleaned up... (#26314)
got rid of duplicate Linker def and put in ABC order
2019-01-03 09:36:22 -05:00
Adam Sałek
828375d462 Added more tools for virtual env (#31415)
* Added more tools for virtual env

Based on Python official documentation

* typo in 'h1'

Correct value: Environments

* another typo

Correct value: together
2019-01-02 17:02:22 -07:00
Travis J. Terrell
40c17b6ba1 feat: add c# guide for lists (#33787)
* feat: add c# guide for lists

* fix: minor grammar fix on how-to-steup-freecodecamp-locally

* fix: corrected typo
2019-01-02 14:51:42 -08:00
Taylor Stauss
2512178a7c CSS: Add ::selection pseudo-element document (#23750)
This is a basic introduction to the ::selection pseudo-element CSS selector. This document is meant to be a starting point and should be added to/expounded on.
2019-01-02 16:17:07 -05:00
Alexander Molnar
2101c45386 Fixed error, cleaned up and added content (#34186)
Added more content, showing why the rationals are nice, and why they are interesting (and of use!) to study
2019-01-02 15:43:06 -05:00
goonar
aa5314ff59 Add info for Siri Shortcuts (#26414)
* Add info for Siri Shortcuts

Add info for Siri Shortcuts, introduced in iOS's Update 12

* Created list formatting
2019-01-02 11:25:59 -05:00
owlhoo
8a21fe58f1 Update index.md (#26416) 2019-01-02 11:14:33 -05:00
ChiselD
d80634f1f7 fix: edit language for clarity, fix typos (#26413)
The paragraph I deleted was a repetition; it already appears earlier in the text.
2019-01-02 09:46:11 -06:00
Chris Birster
24f8f9ad11 Added pyenv notes to virtual environments (#29135) 2019-01-02 08:11:47 -07:00
simchuck
d734f402cb Add more information with links to videos on git internals. (#32841) 2019-01-01 14:02:44 -07:00
manishbhatt151yahoo
8a8f32a428 Improved formatting (#30878) 2019-01-01 13:51:36 -07:00
Soumil Datta
a8139f0388 Changed "will have" to "has" on line 27 (#29950)
change from future to present tense, as it is more proper.
2019-01-01 10:31:51 -07:00
Luka Kidric
2f44ff860d added how to clone a repo (#28708)
* added how to clone a repo

* fix: changed git init to git clone
2019-01-01 10:20:48 -07:00
veera-potnis
783239bf4d Additional information on git (#28621)
A new cool platform for git commands for Sublime Text editors
2019-01-01 09:49:45 -07:00
Mudi Hussaini
8cbdab4ec4 Add a note "Directory is also know as repo" (#27335)
line 36
2019-01-01 09:38:50 -07:00