Commit Graph

2930 Commits (e2daa4740463a879b2f1d18c497a2614e7f0056a)

Author SHA1 Message Date
Ishita Bansal 9a10046c2f Add "Difference between array and pointer" (#24541) 2018-12-20 12:33:05 +05:30
ankesh292 e929a31bc0 Update index.md (#33467) 2018-12-19 18:23:10 -08:00
Taiyue Tan 726b1da739 changes to grammar and punctuation (#28353) 2018-12-19 18:21:54 -08:00
Naida Agić 0a03967faa Added an example for iterating over a string (#25806) 2018-12-19 18:00:36 -08:00
Blake Lambert 5bd2e24820 Update index.md (#25637)
Grammatical and spelling changes to improve readability.
2018-12-19 18:00:02 -08:00
Mukesh Jha 663b293904 Added info that For loop is faster than while loop. (#25416) 2018-12-19 17:46:28 -08:00
Stefan 836897aea8 Added more specs to SCSS (#26089)
I added a list of key features of SCSS. I also fixed a spelling error in "preprocessor" in the intro section.
2018-12-19 17:44:23 -08:00
Max Ong Zong Bao a62a30ce63 Rephrasing the guide on how a dictionary works in Python for a layman. (#23949)
* Rephrasing on how a dictionary works in Python 

Rephrased the guide to make it easier to understand for a layman. Besides that added headers to break it down further to explain certain aspects of the python dictionary.

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Redo my previous delete

Undo my deleting of **has_key()** method
2018-12-19 15:39:01 -05:00
Travis Benfield 328710238e General formatting (#33042) 2018-12-19 08:18:32 -06:00
Joshua Chipile cf3a5ad92b Tutorial for D3JS (#29652)
Added Section for D3Js  Tutorials
2018-12-19 08:01:16 -06:00
Jean-Paul Wilson ca7742f698 docs: fix typos and clarify statement (#29626)
For clarity, change the sentence: 
"*D3** does not introduce a new visual representation."
to read as above. 
Change the closing sentence from:
" So, with just some basic knowledge of latest HTML5 features such as SVG, Canvas you can dive into a world where library like **D3.js** bring data to life!" to what is written above. 
Fix typo: Italic item had extra '*' in markdown syntax, this was removed:  *D3** changed to *D3*.
2018-12-19 07:46:41 -06:00
Tiffany Levison a21f434e3e Updated grammar and punctuation (#27644) 2018-12-19 07:28:36 -06:00
Daniel Feldman 9056e2aac7 Update index.md (#27434)
Added hyperlinks to examples and helpful utility section callouts. This will take people right to the definitive source if they want to learn more.
2018-12-19 07:17:42 -06:00
ShadowViper1 ca39bacf06 Update index.md (#25372) 2018-12-19 05:42:57 -05:00
darkcomet76 af5c8821ea Added additional information to index.md (#25375)
Added information for offline rust documentation
2018-12-19 05:29:18 -05:00
Ashwani Kumar d91bad7d2f Added basic information (#25293)
* Added additional basic information

* Removed extra line break
2018-12-19 05:26:43 -05:00
Dexter Rualo e3744dff30 fix: update Linux guide (#25237)
* fix: update Linux guide

* Re-added point about new file creation
2018-12-19 05:06:59 -05:00
VassMark 5cf0c9b6e5 fixed list dec, and markdown list (#25227) 2018-12-19 04:56:24 -05:00
yoadwo 5606023aae Update Index.md (#24095)
added clarification: strlen() does not include the null-termination character
2018-12-19 04:12:59 -05:00
Nigel Cheok 9a51e15850 Updated more links (#23813)
Added Vuetify FE Framework, helpful for quick screen designs.
2018-12-19 04:12:32 -05:00
Radhika Gulati c5948f603d Removed two colons and grammar (#33055) 2018-12-19 03:41:09 -05:00
jballi17 d726c01245 formatting (#32231) 2018-12-19 03:39:12 -05:00
qme1519 61cd19eccd Language check (#25216)
Grammar and punctuation fix
2018-12-19 03:28:27 -05:00
hariom Choudhary 3920b20718 Example to explain working (#25137) 2018-12-19 03:15:29 -05:00
Piyush Bajaj feb1fe7330 Update index.md (#25083)
* Update index.md

* Fixed heading levels
2018-12-19 03:09:56 -05:00
elisa-mamolo 6d32e9f045 Added 2 links 1. flexbox creator 2.game to learn (#25043)
* Added 2 links 1. flexbox creator 2.game to learn

I have found those two resources an easy way to deal and learn how to use flexboxes and hope they can be useful also for others

* Removed unsecure link, formated section
2018-12-19 03:03:43 -05:00
cryptofreq 877123d62d Added explanation a+bi (#24528)
* Added explanation a+bi

Also added a great website that people can reference for further information.

* Formatted link
2018-12-19 02:51:03 -05:00
faisal sayed 69dc00a225 Fix a typo in index.md (#24531)
* Update index.md

fix a typo

* Fix capitalization
2018-12-19 02:22:28 -05:00
Naba7 e2d7d06b4e added link of brilliant.org (#24607)
* added link of brilliant.org

* Fixed formatting
2018-12-19 02:21:56 -05:00
Bro3Simon 44ca621989 added "of that" (#24698)
changed sentence "you need to create a ```<div>``` container with the class ```.card``` and inside another ```<div>``` container" to "you need to create a ```<div>``` container with the class ```.card``` and inside of that another ```<div>``` container"
2018-12-19 02:21:28 -05:00
Adekanye Timilehin ebe5ac865e More information added on Hexadecimal colors (#24850)
* More information added on Hexadecimal colors

* Added code formatting, reordered changes
2018-12-19 02:21:00 -05:00
Stefan 375e702b57 Update let (#24190)
* Update index.md

* Formatting changes
2018-12-19 02:20:01 -05:00
Thomas Headle 1db49a8087 Fixed spelling errors and flow (#24398)
Minor changes to improve sentence structures and flow, as well as fixed a spelling error.
2018-12-19 02:16:07 -05:00
Harsh Aggarwal fee86fa371 Changed python code of bubble sort (#24217)
Changed python code of bubble sort - instead of using two functions, one function is used and all we need to do is to write the driver code and call the function and it will result in a sorted list(or array)
2018-12-19 02:13:42 -05:00
Marco Koch e6be7d82c4 Use a descriptive text for the Wikipedia link (#24061) 2018-12-19 02:07:37 -05:00
Sayali 994d0a161e Change the statement for OR operator (#23968)
The statement 'Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to True is when `x` & `y` negate each other' is ambiguous change it to 'Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to False is when both `x` & `y` are False'.
2018-12-19 02:06:44 -05:00
chris13888 fe2d44a6ad Create overview for Python's enumerate function (#23852)
* Rename guide/english/python/index.md to guide/english/python/enumerate/index.md

* Created More Info section
2018-12-19 01:38:27 -05:00
Chirag Swadia 756bd19b35 Added further reading link, as there are many console methods available (#25351)
* Updated index.md

* Added noopener noreferrer for external link

* Fix a tag
2018-12-18 23:42:31 -05:00
Connor 2c1c11c34a Added resource link to Beej's Networking Guide (#25241)
Added a link to https://beej.us/guide/bgnet/, which is an excellent resource for learning network programming in C
2018-12-18 23:41:36 -05:00
Mukesh Jha d7918dbc00 Added the way to modify immutable string. (#25334)
* Added the way to modify immutable string.

* Formatting changes
2018-12-18 22:24:09 -05:00
qme1519 932fc1d56b Content and language check (#25253)
New instructions added, language checked
2018-12-18 22:07:28 -05:00
Tanmay cd654f7ec4 Updated ng build description (#25234)
Added description for the purpose of ng build command. Removed misleading text that described web-servers as backend. Also added the --prod option and its use and advantages.
2018-12-18 21:58:35 -05:00
Christopher McCormack d27ed9ce78 refactor: fixed formatting/spelling/grammar, added table of contents (#34704) 2018-12-18 17:27:26 -08:00
Sherman 0629c4192d Added links, cleaned up formatting (#33943) 2018-12-18 15:46:21 -08:00
Robby Renz 785f22e985 Add way to compile and run C programs via Cygwin (#34038)
* Change the level of the bullet points

Changed the level of the bullet points in "A review" section to make it more organized.

* Fix typo of 'Gnu' to 'GNU'

* Add a way to compile and run C programs via Cygwin

I added a section explaining a way to use Cygwin to compile and run C programs.
2018-12-18 16:29:43 -07:00
jprohens21 eaf68823b2 fixed a terrible run on sentence (#33804)
fixed a run on sentence
2018-12-18 16:17:42 -07:00
shadmantaqi a9dfb97bbd Change The printf function of the Hello World code (#30996)
Just changing the printf string of the Hello World code to match the code used later in the article
2018-12-18 15:59:16 -07:00
purifyyourhome 38fdf46ae7 Added more Linux distro names and install commands (#31271)
Made mention that the command for Ubuntu also works for Debian, Raspbian and LinuxMint, the command for CentOS works for Red Hat Enterprise Linux, and that the command for Arch works for Manjaro.  Added section for openSUSE/SLES/SLED and Fedora.
2018-12-18 15:59:01 -07:00
winetoys fe3752f189 changes (#31214) 2018-12-18 15:38:44 -07:00
Justin Parado 8c54610905 Added an Arch Linux-specific instruction (#30814)
Inserted the terminal commands to start the Apache Server + run at system start
2018-12-18 15:24:39 -07:00
Tristan Sweet 945b89d569 Update index.md (#30620) 2018-12-18 15:24:13 -07:00
kichukiran97 d1c26fd230 Grammar mistake and typo (#29665) 2018-12-18 15:12:53 -07:00
Juan D Frias 924c95518a Fixed minor formatting issues, expanded content (#29265) 2018-12-18 12:48:30 -07:00
ronbo 89990e6928 Add links to Apache Software and Docs (#29704)
* Add links to Apache Software and Docs

Added a link to Apache Software Foundation and a section/link to Apache HTTP Server docs.

* fix: moved documentation to Resources
2018-12-18 12:39:01 -07:00
sirhung1993 7be73a8f63 Apache is not only the HTTP Server (#30146)
Add Apache Software Foundation definitions
2018-12-18 12:21:46 -07:00
matthewoelke 2037263dba Update index.md (#27467)
Added note that main function is only called once.
2018-12-18 11:03:49 -07:00
BlueFlames17 6978178d4f punctuation (#28294)
added ending punctuation after details
2018-12-18 11:03:00 -07:00
Mayank Khare 450a5532b2 Update (#27215) 2018-12-18 10:59:07 -07:00
Sunny d7685dd30b Added wikipedia page link for more description about Dennis Ritchie. (#27016) 2018-12-18 10:58:53 -07:00
DEBSUBHRA ROY df2d3de61e Correcting format (#26885) 2018-12-18 10:38:44 -07:00
Ashutosh Kumar 6816c92620 Added methods for Installing PHP and configuring Virtual Hosts in Apache (#26359)
* Added Basic Configuration Settings for apache

* Added More Methods of Installing PHP on Windows and Ubuntu
2018-12-18 10:35:17 -07:00
Tim Austin 28c02d4b24 updated php-install guide (#25497)
Updated installation instructions for contemporary package managers, bundles, libraries.
2018-12-18 09:59:13 -07:00
Neethan b3a1f503bc Added 'Getting Started' resource to Apache (#25651) 2018-12-18 09:02:58 -07:00
Nicole Angelyn T. Lopez b0df143048 Added "installation on macOS" to article (#23967) 2018-12-18 08:48:43 -07:00
DanSLuong 0afe892563 fix(guide): Edited the formatting for readability (#32574) 2018-12-18 15:50:19 +05:30
Farath Shba e9fc006878 docs: Adding an interesting intro to Blockchain (#34369) 2018-12-17 22:03:43 -07:00
Nathan Liang 2354dbf175 Improved sentence structure (#32931) 2018-12-17 21:42:35 -07:00
Joshua Odoi 8d851e4297 Added "Use Cases of Blockchain" ( #31 to #40) (#32801) 2018-12-17 21:26:51 -07:00
Ganesh Pavan K 30b7481f1c Data cleaning (#33923)
* Data cleaning

Data cleaning

* Updated with back ticks
2018-12-17 21:26:36 -07:00
Ganesh Pavan K 617502cc67 Aggregation functions (#33919)
* Aggregation functions

Addedfew aggregation functions

* fix: changed statistics entries to a list
2018-12-17 21:24:20 -07:00
Luke 2a4654bafa Grammar corrections (#32138) 2018-12-17 21:18:03 -07:00
van-tienhoang 5cf95b96e0 subsetting by multiple columns in pandas (#32603)
Addthe subsetting by multiple columns in pandas
2018-12-17 21:11:24 -07:00
Varsha Margrette 2192155f39 Update index.md (#30254) 2018-12-17 21:03:57 -07:00
Rajat 930faca00e Handling nan values in pandas (#31328) 2018-12-17 20:57:43 -07:00
Rajat c23b33cb34 Added function for creating dataframe (#30540) 2018-12-17 20:56:37 -07:00
Ajith Menon c934abad65 added a quote by IBM CEO (#30250)
“What the internet did for communications, blockchain will do for trusted transactions.”

- Ginni Rometty, CEO of IBM
2018-12-17 20:43:43 -07:00
Rajat 867aeed209 added example of using pandas.series (#30534) 2018-12-17 20:40:30 -07:00
Rahul Soni 2550fe5eff Change index.md for data-science-tools/Pandas (#30342)
Added applying functions & selecting data in Pandas
2018-12-17 20:28:56 -07:00
Rahul Soni 4ffab3310b Updated index.md in data-science-tools/pandas (#29575)
Added information about functions like Concatenation, Joining & Merging.
2018-12-17 20:27:14 -07:00
deboutlaw 7b4f3d02de provided current stats (#27875)
for bitcoin blockchain file size
2018-12-17 20:26:05 -07:00
Varian Caesar b1859e62d8 Add pandas installation method (#29553) 2018-12-17 20:25:15 -07:00
Hoch3007 d966dcca5f Added other options for loading data (#28088)
Added other options for loading data, especially the read_html function with an example.
2018-12-17 20:24:25 -07:00
EncinoMan01 322f47d50d edited text to make more readable (#27816) 2018-12-17 20:15:26 -07:00
Prasad Akmar 669be64920 added tutorial to visualize to data frame (#27973) 2018-12-17 20:09:24 -07:00
Mariya 4444ba2a8c add extra info about the library (#27754)
elaborating on pandas origin and on how it interacts with other ML libraries
2018-12-17 19:57:54 -07:00
Burak İkan Yıldız 850580e72b Update index.md (#27106)
update the history
2018-12-17 19:56:09 -07:00
Suwash Chandra Acharya 0d4a3090c0 Added: descriptive statistics in python (#27678)
* Added: descriptive statistics in python

* fix: adjusted formatting, added some descriptive text
2018-12-17 19:55:49 -07:00
MattSchwartzkopf 5dd935a310 Fixed minor grammatical issues (#27065) 2018-12-17 19:39:44 -07:00
Jeremy Gorniak 09f1dc8b31 Fixes to grammar and formatting (#26997) 2018-12-17 19:39:31 -07:00
AngusCornall 46d6859c4f Updated blockchain index.md (#26721)
Added additional information to history section & added new resource to more information section
2018-12-17 19:27:00 -07:00
Himanshu Ladia 1bd61f8dbb add method for subsetting a dataframe instead of series (#26923) 2018-12-17 19:25:13 -07:00
Praneeth Paikray 1f38407032 Added a video tutorial for Pandas (#26045) 2018-12-17 19:06:59 -07:00
15jacobj 82f6e411df Added new Issues section (#25552)
Added section describing some of the potential problems of blockchain.
2018-12-17 19:05:34 -07:00
Chris d99fecc8ac Add to overview section (#24921) 2018-12-17 19:05:17 -07:00
Alvin Tan 844405a4e9 Add "Byzantine Fault Tolerance" (#25519) 2018-12-17 18:53:53 -07:00
sophiekamuf a7fd4e4219 Add "df.describe()" (#24664) 2018-12-17 18:52:01 -07:00
Christopher McCormack f5dff52e3f refactor: added table of contents, fixed formatting, spelling (#34700)
* refactor: added table of contents, fixed formatting, spelling

* fix: replaced escaped space characters with dash
2018-12-17 17:19:20 -08:00
Meghan Westvig be9a3ac76c Fixing spelling errors (#27200) 2018-12-17 14:56:19 -08:00
Rahul Rangnani 21c30e21fd add"service " to document (#33741) 2018-12-17 15:51:23 -07:00
nnewhart b3c681c0b1 Grammar fix, removed extra word (#33635) 2018-12-17 15:48:43 -07:00