Commit Graph

20746 Commits

Author SHA1 Message Date
835e1a59f5 added case where finally is not executed (#26521) 2019-01-06 12:52:37 -05:00
73087fb8f6 Changed wording and fixed grammatical errors in Advantages and Disadvantages of JavaScript tutorial (#26528)
* Fixed wording in JavaScript tutorial

Advantages and Disadvantages of JavaScript introduction

* Updated wording in JavaScript tutorial
2019-01-06 12:51:21 -05:00
ce90822b02 Added two sentences on line 7 (#26512)
Added "It is important to consider the direction of the fan and whether or not the fan is intaking air or exhausting air. It is typical to place exhaust fans towards the top of the case as hot air rises, and intake fans towards the bottom of the case as cool air sinks.
2019-01-06 12:48:26 -05:00
3dcc32be93 Update index.md (#26503) 2019-01-06 12:34:06 -05:00
f3556036f0 Added additional note on flexbox (#26472) 2019-01-06 12:21:13 -05:00
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
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
bcc165eee0 added what is natural language processing (#30862) 2019-01-06 10:05:58 -07:00
3e8656ec89 Add the process involved (#29222) 2019-01-06 10:02:57 -07:00
b2d89c4097 Added some popular open source tool-kits (#28607) 2019-01-06 09:53:14 -07:00
e118a89d54 spacing fix (#27018) 2019-01-06 09:44:12 -07:00
00019a5888 Removed extra spaces from index.md (#26461) 2019-01-06 10:39:01 -05:00
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
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
d4ea5f2179 Populate "data-driven design" article (#26440)
* Populate "data-driven design" article

* Fix link formatting
2019-01-05 16:00:11 -05:00
374df386fa Add Figma, Sketch and XD to the list of tools (#26444) 2019-01-05 15:59:28 -05:00
63f7f61026 fix: edit language for clarity, fix typos (#26438) 2019-01-05 15:48:12 -05:00
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
18b053378d Added about statically vs dynamically allocated (#31555) 2019-01-05 10:16:47 -07:00
cf06cd9ad9 Update index.md (#31403) 2019-01-05 10:15:47 -07:00
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
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
d50c344772 Typo (#29638)
ints was there which will make confusion
2019-01-05 09:05:51 -07:00
527a1fd177 Added missing semicolon (#29437) 2019-01-05 08:59:54 -07:00
e411dc3dc5 Simplified index.md (#29285)
Simplified the logic of nested loops of pattern printing.
2019-01-05 08:59:13 -07:00
edb04e891d feat: add progress indicators for blocks (#34331) 2019-01-05 15:18:43 +05:30
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
e2fa3aeb61 Add a Chinese translation to PythonZen (#23834)
* Add

* add line between English and Chinese translation
2019-01-04 13:28:25 -08:00
2f098c9798 Adding a sentence about SM (#22103)
* Adding a sentence about SM

Scrum Master is not manager

* change the title of blog back to english
2019-01-04 13:27:32 -08:00
a5e6ad302c Added "Performance" (#30557) 2019-01-04 14:02:48 -07:00
37cf8fbffc Update Chinese Translation and Fix Indentation (#21977)
* Update Chinese Translation and Fix Indentation

* delete the broken image
2019-01-04 12:02:12 -08:00
76d33eb5b9 Adding words about Sprint time frame (#22120)
Sprint is usually 2 - 4 weeks depends on the team's preference.
2019-01-04 12:01:25 -08:00
eeead0db44 Clean up page, fix errors (#27926)
* Clean up page, fix errors

* Restore title block
2019-01-04 11:00:38 -08:00
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
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
b015efc9fe Version 4.1 Feature added (#27843) 2019-01-03 20:45:53 -07:00
65e1a25d51 Added s to iteration and removed comma after IOT (#29080) 2019-01-03 20:28:43 -07:00
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
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
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
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
babd589fdc Corrected some spelling/grammar mistakes (#27354) 2019-01-03 16:12:34 -07:00
e77b5bfd6b Added framework to Javascript frameworks section (#22652)
Vue.js was added on line 35 as one of the prominent front-end frameworks for Javascript.
2019-01-03 11:18:27 -08:00
7bb862617c 加了Netbeans 和 JDK 下载 (#25213)
* 加了Netbeans 和 JDK 下载

加了网站去下载 Netbeans 和 JDK 一起

* make it more nature
2019-01-03 10:17:25 -08:00
404bf1511b Improving the translation error in the title and example (#24396)
The original title of this document is "一个标签"`, means "one tag" in Chinese, so I change it to "A标签" to enhance the translation quality.

In the example, I have fixed some descriptions for target attribute that may mislead readers due grammatical errors.
2019-01-03 10:02:20 -08:00
48670347b9 Update translation (#25780) 2019-01-03 10:01:23 -08:00
f2cd7fe288 fixed some translation error (#25447)
I have corrected some inconsistent or unsuitable word in Chinese.
2019-01-03 09:58:24 -08:00
d41b20ddfd Correcting the translation of the button name (#25468)
I correcting the translation of the button name and some related words.
2019-01-03 09:56:27 -08:00
0252b6ac4e add rename instruction (#24920) 2019-01-03 09:54:13 -08:00
9a7c0d8bc0 deleted one chinese word in the title (#24656) 2019-01-03 09:53:25 -08:00