af5c8821ea
Added additional information to index.md ( #25375 )
...
Added information for offline rust documentation
2018-12-19 05:29:18 -05:00
d91bad7d2f
Added basic information ( #25293 )
...
* Added additional basic information
* Removed extra line break
2018-12-19 05:26:43 -05:00
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
5cf0c9b6e5
fixed list dec, and markdown list ( #25227 )
2018-12-19 04:56:24 -05:00
5606023aae
Update Index.md ( #24095 )
...
added clarification: strlen() does not include the null-termination character
2018-12-19 04:12:59 -05:00
9a51e15850
Updated more links ( #23813 )
...
Added Vuetify FE Framework, helpful for quick screen designs.
2018-12-19 04:12:32 -05:00
f1294f570e
Fixed typo ( #33083 )
2018-12-19 03:42:17 -05:00
c5948f603d
Removed two colons and grammar ( #33055 )
2018-12-19 03:41:09 -05:00
d726c01245
formatting ( #32231 )
2018-12-19 03:39:12 -05:00
61cd19eccd
Language check ( #25216 )
...
Grammar and punctuation fix
2018-12-19 03:28:27 -05:00
3920b20718
Example to explain working ( #25137 )
2018-12-19 03:15:29 -05:00
feb1fe7330
Update index.md ( #25083 )
...
* Update index.md
* Fixed heading levels
2018-12-19 03:09:56 -05:00
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
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
69dc00a225
Fix a typo in index.md ( #24531 )
...
* Update index.md
fix a typo
* Fix capitalization
2018-12-19 02:22:28 -05:00
e2d7d06b4e
added link of brilliant.org ( #24607 )
...
* added link of brilliant.org
* Fixed formatting
2018-12-19 02:21:56 -05:00
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
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
375e702b57
Update let ( #24190 )
...
* Update index.md
* Formatting changes
2018-12-19 02:20:01 -05:00
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
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
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