e6be7d82c4
Use a descriptive text for the Wikipedia link ( #24061 )
2018-12-19 02:07:37 -05:00
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
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
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
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
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
932fc1d56b
Content and language check ( #25253 )
...
New instructions added, language checked
2018-12-18 22:07:28 -05:00
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
d27ed9ce78
refactor: fixed formatting/spelling/grammar, added table of contents ( #34704 )
2018-12-18 17:27:26 -08:00
0629c4192d
Added links, cleaned up formatting ( #33943 )
2018-12-18 15:46:21 -08:00
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
eaf68823b2
fixed a terrible run on sentence ( #33804 )
...
fixed a run on sentence
2018-12-18 16:17:42 -07:00
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
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
fe3752f189
changes ( #31214 )
2018-12-18 15:38:44 -07:00
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
945b89d569
Update index.md ( #30620 )
2018-12-18 15:24:13 -07:00
d1c26fd230
Grammar mistake and typo ( #29665 )
2018-12-18 15:12:53 -07:00
924c95518a
Fixed minor formatting issues, expanded content ( #29265 )
2018-12-18 12:48:30 -07:00
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
7be73a8f63
Apache is not only the HTTP Server ( #30146 )
...
Add Apache Software Foundation definitions
2018-12-18 12:21:46 -07:00
2037263dba
Update index.md ( #27467 )
...
Added note that main function is only called once.
2018-12-18 11:03:49 -07:00
6978178d4f
punctuation ( #28294 )
...
added ending punctuation after details
2018-12-18 11:03:00 -07:00
f6358c4708
Improve "Description" and "Instructions" translations ( #25586 )
2018-12-18 22:01:03 +04:00
450a5532b2
Update ( #27215 )
2018-12-18 10:59:07 -07:00
d7685dd30b
Added wikipedia page link for more description about Dennis Ritchie. ( #27016 )
2018-12-18 10:58:53 -07:00
df2d3de61e
Correcting format ( #26885 )
2018-12-18 10:38:44 -07:00
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
28c02d4b24
updated php-install guide ( #25497 )
...
Updated installation instructions for contemporary package managers, bundles, libraries.
2018-12-18 09:59:13 -07:00
b3a1f503bc
Added 'Getting Started' resource to Apache ( #25651 )
2018-12-18 09:02:58 -07:00
b0df143048
Added "installation on macOS" to article ( #23967 )
2018-12-18 08:48:43 -07:00
4d55a04e21
feat(interview-prep): Adding Rosetta Code problems ( #34634 )
2018-12-18 21:16:11 +09:00
0afe892563
fix(guide): Edited the formatting for readability ( #32574 )
2018-12-18 15:50:19 +05:30
e9fc006878
docs: Adding an interesting intro to Blockchain ( #34369 )
2018-12-17 22:03:43 -07:00
8701558724
fixed comma usage and grammar ( #24593 )
2018-12-17 23:55:55 -05:00
2354dbf175
Improved sentence structure ( #32931 )
2018-12-17 21:42:35 -07:00
8d851e4297
Added "Use Cases of Blockchain" ( #31 to #40 ) ( #32801 )
2018-12-17 21:26:51 -07:00
30b7481f1c
Data cleaning ( #33923 )
...
* Data cleaning
Data cleaning
* Updated with back ticks
2018-12-17 21:26:36 -07:00
617502cc67
Aggregation functions ( #33919 )
...
* Aggregation functions
Addedfew aggregation functions
* fix: changed statistics entries to a list
2018-12-17 21:24:20 -07:00
2a4654bafa
Grammar corrections ( #32138 )
2018-12-17 21:18:03 -07:00
5cf95b96e0
subsetting by multiple columns in pandas ( #32603 )
...
Addthe subsetting by multiple columns in pandas
2018-12-17 21:11:24 -07:00
2192155f39
Update index.md ( #30254 )
2018-12-17 21:03:57 -07:00
930faca00e
Handling nan values in pandas ( #31328 )
2018-12-17 20:57:43 -07:00
c23b33cb34
Added function for creating dataframe ( #30540 )
2018-12-17 20:56:37 -07:00
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
867aeed209
added example of using pandas.series ( #30534 )
2018-12-17 20:40:30 -07:00
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
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
7b4f3d02de
provided current stats ( #27875 )
...
for bitcoin blockchain file size
2018-12-17 20:26:05 -07:00
b1859e62d8
Add pandas installation method ( #29553 )
2018-12-17 20:25:15 -07:00