768b618e68
add solution to Redux never mutate state ( #35590 )
2019-03-29 08:52:12 -07:00
25c906d389
Commented solution using switch statement ( #35623 )
...
* Commented solution using switch statement
* fix: used two-space indentation
2019-03-29 08:33:47 -07:00
2565d4c44a
Commented full solution ( #35620 )
...
* Include a default case for messageReducer
* Commented full solution
2019-03-29 08:20:11 -07:00
64efcac199
Add hints and solution for this challenge ( #34430 )
...
* Add hints and solution for this challenge
* Add original challenge seed code to solution
2019-03-29 07:50:30 -07:00
7bc3f6378f
Add hint and solution ( #34429 )
...
* Add hint and solution
* Add original challenge seed code to solution
2019-03-29 07:38:07 -07:00
03c603787f
Add solution to Arguments Optional challenge ( #35654 )
...
* Add solution to Arguments Optional challenge
* fix: remove repl.it links
* fix: rename variables
* fix: remove unused parts of template
* fix: update links markdown
* fix: replaced existing Intermediate with this one
2019-03-29 06:17:56 -07:00
e5aabc38f5
Introduction for Coding Interview Prep ( #29351 )
...
* Introduction for Coding Interview Prep
* Fix grammar and phrasing
2019-03-29 05:50:36 -04:00
80eaccc467
chore(tests): add tests for worker-executor
2019-03-29 15:06:10 +05:30
845b966bda
fix(client): execute web workers concurrently
2019-03-29 15:06:10 +05:30
e8f5b54d63
fix(client): pass logs incrementally from test worker
2019-03-29 15:06:10 +05:30
38c5039e00
Added text about "Limiting bandwidth" and "Exact file locations on re… ( #27091 )
...
* Added text about "Limiting bandwidth" and "Exact file locations on remote server"
* Fix formatting
2019-03-29 05:34:37 -04:00
a03fbe1dc2
Chore(guide): added information about Docker login command ( #26851 )
...
* chore: information about Docker login command
Added information on how to use docker login command for logging into private Docker registry.
* chore: fixed the typo
fixed the typo in the docker login command
* Fix wording
2019-03-29 05:27:18 -04:00
78949d9f61
Add Case conversion functions to the article ( #26922 )
...
* Add Case conversion functions to the article
These functions tell the programmers about converting their string data type value either into upper case letters or lower case letters.
* Fix formatting and phrasing
2019-03-29 05:22:17 -04:00
784de367a1
fix: remove redundant icon assets and links ( #35568 )
2019-03-29 14:49:55 +05:30
1d2baeabdc
fix: remove helpful-links section ( #35478 )
...
Closes #35397
Co-authored-by: mrugesh mohapatra <me@raisedadead.com >
2019-03-29 14:45:18 +05:30
3ece63f044
Update solution to meet exercise criteria ( #34583 )
...
The exercise requires a match at greater than 5 characters however the solution has a match occurring at a minimum of 5.
Request to update 5 to a 6.
2019-03-29 04:55:24 -04:00
6b589506e9
Update index.md ( #35701 )
2019-03-28 21:47:45 -07:00
f56221d0aa
added image ( #32346 )
2019-03-28 19:22:55 -07:00
e8af4516b4
Clarified Product Owner and Scrum Master roles. ( #32169 )
2019-03-28 19:22:46 -07:00
158601fa5d
Initial guide >= stub. Includes hints. ( #34019 )
...
* Initial guide >= stub. Includes hints.
* Update index.md
2019-03-28 17:40:26 -07:00
920580a1f2
added an apostrophe (') to "browsers" ( #28247 )
2019-03-28 17:30:04 -07:00
0e8891956a
Explore definition an usage for opacity ( #27226 )
2019-03-28 17:28:41 -07:00
0191cb2eb4
Fix ruby for-loops examples ( #30309 )
...
* Fix ruby for-loops examples
* Fix alignment
* fix: corrected array.each do syntax
* fix: corrected array.each do syntax
* fix: correct array.each do syntax
* fix: corrected array.each do syntax
* fix: correct array.each do syntax
* fix: correct array.each do syntax
2019-03-28 17:27:39 -07:00
c606946c5c
Realign a different indentation ( #28409 )
...
for the line of "Collections.sort(variable_nale);"
2019-03-28 19:44:43 -04:00
91e036523a
Ternary Operators ( #31060 )
...
php ternary operators.
2019-03-28 16:27:58 -07:00
ea700759fe
Added Comparison Operators ( #32078 )
...
Also removed HTML tags and wrote everything in markdown syntax
2019-03-28 16:27:09 -07:00
d7736fb8be
Added Magic Methods ( #31344 )
...
* Added Magic Methods
* Update index.md
2019-03-28 15:33:08 -07:00
d123d4a0eb
Add basic PHP file writing functions ( #30396 )
...
* Add basic PHP file writing functions
2 different fopen mode, each with different properties and 1 file writing function.
* fix: removed stub info
* Update index.md
* Update index.md
2019-03-28 15:22:19 -07:00
f319a46b14
Added 2 File reading functions ( #30120 )
...
* Added 2 reading functions
Added : fopen for reading, fread function and file_get_contents function.
* Update index.md
* Update index.md
2019-03-28 15:19:22 -07:00
030b9346bf
html form introduction. ( #29545 )
...
Little bit of introduction of forms.
2019-03-28 15:18:59 -07:00
c3cc035d5a
Formatting update ( #32851 )
...
Removed a line break to maintain great formatting techniques.
2019-03-28 14:53:56 -07:00
22feda827a
Add explanation for hover state and transition ( #28038 )
...
* Add explanation for hover state and transition
* fix: fixed mistake during conflict resolution
2019-03-28 14:06:15 -07:00
b0565aa8d0
Update match-anything-with-wildcard-period.english.md ( #35696 )
...
A fix for issue #35089 , updated the examples in the description to use .test() instead of .match() to better reflect the challenge
2019-03-28 11:46:33 -07:00
7dec6425f4
Typescript -> TypeScript (english) ( #35206 )
2019-03-28 11:41:43 -07:00
7e835bae1b
fix(docs): Add note about error banner on sign in ( #35612 )
2019-03-28 19:50:41 +05:30
1df0fcdb9f
Adding a second solution with a "for" loop ( #35299 )
...
* Adding a second solution with a "for" loop
+ adapted some texts to make the whole thing coherent
+ added some Useful links at the end of the article
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
2019-03-28 18:01:46 +05:30
26bb9b6585
Wrap syntax example in ```cpp ( #33287 )
2019-03-28 16:31:34 +04:00
f0b29bcb28
Add some info to switch in C++ ( #31092 )
2019-03-28 15:54:26 +04:00
301ec55a38
Add wikipedia link for 64 bit architecture ( #32416 )
...
Add Wikipedia link for "64-bit architecture" to ensure a curious reader is guided to appropriate and pertinent reading material.
2019-03-28 14:06:23 +05:30
e84ae45008
Javascript -> JavaScript (English) ( #35183 )
...
* Javascript -> JavaScript (English)
* Update technical documentation page for required change
* Update use-class-syntax-to-define-a-constructor-function.english.md
* Update left-factorials.md
2019-03-28 14:05:41 +05:30
fed6ffb606
Fix(guide): Edited the formatting added title ( #32577 )
2019-03-27 23:39:34 -07:00
60e278f1d7
Add content on strings ( #31946 )
...
* Add content on strings
Added some content on Indexing, Slicing, Concatenation and Repetition.
* modify code and text formatting
2019-03-27 23:10:34 -07:00
6f6d53ac12
Typo fix in guide/english/linux/index.md ( #35664 )
...
* Update index.md
* corrected some mistakes
* some correction in code
2019-03-27 20:56:08 -04:00
2c1a838990
added another property of string with code samples ( #29224 )
2019-03-27 14:14:54 -07:00
6c82a07b2d
fix: made destructuring test more flexible ( #35685 )
2019-03-27 23:59:53 +05:30
242ef56f1b
Update index.md ( #35689 )
2019-03-27 23:02:17 +05:30
a29c364d24
Added links to system categories. ( #27650 )
2019-03-27 22:54:01 +05:30
5dd27f88e4
simplifying the mathematical solution for Sum All Numbers in a Range ( #35007 )
...
* simplifying the mathematical solution
We don't need to sort the two number array, using Math.abs() we can get the count of the numbers in range and calculate the sum.
* Remove previously relevant info regarding sort()
* Clarify code for better readability
* change let to const according to review
* added missing semicolon
2019-03-27 22:26:59 +05:30
6f5610c4f3
fix: removed thanks and username references in english guide ( #34946 )
2019-03-27 22:25:49 +05:30
c859c9c279
sentence fix on line 12 ( #33230 )
...
Inserted "the" in sentence "In (the) 21st century, computer science has become a backbone for every technological leap we take forward.
2019-03-27 22:16:05 +05:30