Commit Graph

18662 Commits (11ed97e860edafb27755387b7c2359ecb03dd56d)

Author SHA1 Message Date
Ariel Teague 11ed97e860 Add mention of centralized vcs to svn article (#22826)
Add a small section to the Subversion article discussing it as a well-known example of a centralized vcs.
2018-11-20 18:51:57 -05:00
JMVL64 8cc39cb957 Found extra link for podcasts (#22780)
And added software tester -> is a bit of a specialty.
2018-11-20 18:48:48 -05:00
AntTAKEOVER b49f534d73 Added the output of a print statement (#22748)
Added the output for a print statement used in a code example.
2018-11-20 18:48:01 -05:00
brkline ba16264562 Revised to fix spelling, grammar, and add clarity (#22728) 2018-11-20 18:47:14 -05:00
Adewale Orotayo 26c4b20a9b Add "Second example of Const" to article (#22727)
* Add "Second example of Const" to article

Describing const also to be scoped i.e, accessible in the block where it was defined  can be added to the article

* Reordered changes and fixed formatting
2018-11-20 18:46:06 -05:00
bugizozi 1f8f67c080 My change (#22723)
- And The dialog box shoud contain an OK button
2018-11-20 18:45:02 -05:00
brkline b32f8cf5ac Replaced Broken Link in More Information (#22686)
* Replaced Broken Link in More Information

The link that was there didn't show the content anymore.

* Fixed formatting
2018-11-20 18:43:25 -05:00
raghavbhartia 1b97963972 Added few advantages of documentation (#22416) 2018-11-20 18:42:22 -05:00
Blaze2305 74a4b1175e added general syntax of python function definition (#22670)
* added general syntax of python function definition

* Cleanup
2018-11-20 18:38:56 -05:00
Arndi 1b6b3d38c0 Additional information MS SQL and T-SQL (#22654)
* Additional information MS SQL and T-SQL

* Fixed grammar
2018-11-20 18:38:05 -05:00
Blaze2305 e9fd6b3542 fixed typographic error (#22648) 2018-11-20 18:36:41 -05:00
CharlesMarlow 64ab5c78f6 Added framework to Javascript frameworks section (#22637)
Vue.js was added on line 34 as one of the prominent front-end frameworks for Javascript.
2018-11-20 18:35:31 -05:00
brkline 208eee39d8 Added Product Management Overview Link (#22634)
* Added Product Management Overview Link

* Fixed formatting
2018-11-20 18:34:48 -05:00
adeelnazir13236 bcfa215ab0 Free WordPress templates (#22599) 2018-11-20 18:33:59 -05:00
Christoph 96f81d8da2 Added new book and changed the layout (#22592) 2018-11-20 18:32:24 -05:00
Miftah Mizwar e9004f3e21 Update block of code to be highlighted as C (#22588) 2018-11-20 18:31:50 -05:00
gitmbgitmb 059512846e Added Resources to learn Git link (#22502)
* Added Resources to learn Git link

* Fixed formatting
2018-11-20 18:31:12 -05:00
Samuel Koprivnjak 93f7e44752 Kotlin functions basic usage (#22231)
* Kotlin functions basic usage

* created index.md file
2018-11-20 18:25:15 -05:00
Dulce Hernández 28f4d54be1 Fix Spanish translations for Bootstrap Buttons (#19776) 2018-11-20 14:55:13 -07:00
Henrik 97d60dbd9e Update index.md (#22142)
Corrected some spelling errors
2018-11-20 10:57:53 -08:00
capulifour 6596fe607a Head First Book Addition (#22330)
added Head First Javascript as an additional book of interest for those wishing to learn the language of Javascript
2018-11-20 18:05:08 +00:00
manishbhatt151 961349432c Added a book on Python (Python Cookbook) (#22333)
Python Cookbook: Recipes for Mastering Python 3
2018-11-20 10:51:54 -07:00
JiDarwish c29445ca5e Added ternary operator (#22234)
* Added ternary operator

* Update index.md
2018-11-21 00:47:00 +07:00
yu1iia 1331d8deab html-5 forms (#22594) 2018-11-20 20:58:19 +04:00
tahirsoft c32b7c6da2 a better translation for this article (#22979) 2018-11-20 20:54:26 +04:00
Mikhail Perov e05fac8d77 translation improvements and markdown fixes (#23018) 2018-11-20 20:53:14 +04:00
Mikhail Perov 2de016012a markdown fixes (#23024) 2018-11-20 20:52:12 +04:00
Mikhail Perov 44ee449a73 Markdown code block fix (#23036) 2018-11-20 20:51:34 +04:00
Arkadiy Voronov 5e552cd3df Add Russian translation (#23098)
* Add Russian translation

* fixed line 5

After review of @greggubarev @ArkadiyVoronov please change line 5 to more readable
2018-11-20 20:49:08 +04:00
Alex Churkin 77b34ee74a Corrected translation (#23113)
* Corrected translation

Corrected translation in /guide/russian/android-development/index.md

* Update index.md
2018-11-20 20:46:47 +04:00
petrosuyang 8506f41ed8 fix localeTitle (#22760)
Changed "Отзывчивый сертификат веб-дизайна" to "Сертификат Отзывчивый веб-дизайн"
2018-11-20 20:43:25 +04:00
KevinatorTrainer5 b1e0cc41d9 Added some physical calculus rules (#22317)
-Just added a few extra integration rules of velocity, displacement and acceleration for applications of calculus in the physical world
2018-11-20 07:45:34 -06:00
manishbhatt151 8c5896f8c5 Added link to a book on Algorithms (#22308)
This is the of the programming language-independent text that helped establish computer algorithms as a discipline of computer science. The text incorporates the latest research and state-of-the-art applications, bringing this classic to the forefront of modern computer science education. A major strength of this text is its focus on design techniques rather than on individual algorithms.
2018-11-20 07:43:20 -06:00
Bruno Balentović 175f8269c9 Added ln command (#22298) 2018-11-20 07:42:45 -06:00
ambarytl 0e6c1d4df9 Added an article in place of stub. (#22294) 2018-11-20 07:42:15 -06:00
Manish kumar chaurasia 112c90c4ed added code of kmp algorithm in index.md (#22293)
* added code of kmp algorithm in index.md

* format codeblock to c++?

I think this is c++, but I'm not positive.
2018-11-20 07:41:27 -06:00
Muralidharan Sekar 77246a193d Add the title "More information " to the article (#22288) 2018-11-20 07:40:29 -06:00
mil3zh 248788a335 Added logo of libgdx to index.md file (#22283)
* Added logo of libgdx to index.md file

Added logo of libgdx to index.md file

References: 
![logo](http://libgdx.badlogicgames.com/img/logo.png)

* remove duplicate image, moved it to the top...

add line breaks between resources
2018-11-20 07:40:02 -06:00
eirinisp b1851623d1 Various Additions (#25333)
Added swirl in ##Where to learn R for free
Added installing instructions in ##Reference for Unix-alike operating systems
2018-11-20 18:41:22 +05:30
Khalid Almufti 46d567121e Add Arabic translation for bash-mkdir (#21654)
* Add Arabic translation for bash-mkdir

* improve translation
2018-11-20 12:43:02 +00:00
Michael Kane a15afc0b80 Corrected 'paintjob', added text (#25367)
Text added: ", and wanted to change the color of your Car."
2018-11-20 15:04:57 +05:30
Chirag Swadia ff332b7703 Fixed JQuery -> jQuery (#25366) 2018-11-20 15:03:28 +05:30
iopeggy 7f690b8b3c add link for guide to illustrator (#25327) 2018-11-20 14:59:38 +05:30
eirinisp 740ffdc839 Fixed grammatical errors (#25341) 2018-11-20 14:54:34 +05:30
eirinisp 38e8256f03 Various grammatical errors (#25317) 2018-11-20 14:51:12 +05:30
eirinisp 951d34875a Syntax error (#25303) 2018-11-20 14:49:13 +05:30
Roman 741ec75872 Added correct translations to Russian in article (#21947)
* Added correct translations to Russian in article

* improved translation

* fix: removed extra line at start of article
2018-11-20 12:36:41 +04:00
Vedrana_R 41c35019cb Deleting typo (#34386)
'increment' instead of 'increament'
2018-11-20 14:01:44 +08:00
Sudhakar Kumar 8bd3df35a2 Fix spelling and grammar (#34387) 2018-11-20 13:59:58 +08:00
Alexander Molnar 3f1252be74 Added content to stub (#34377)
* Added content to stub

Gave definition, examples, two methods to compute as well as a JavaScript algorithm, and some generalizations.

* Removed content

Removed external links and added internal links to FCC guide pages when possible.
2018-11-20 13:59:32 +08:00