summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [rust/*] playpen -> PlaygroundBoris Verkhovskiy2024-04-26-9/+9
|
* Update rust-es.html.markdown (#4913)DayronBG2024-04-26-1/+1
| | | Corrección ortografica. Se escribe playground y esta escrito como playpen. Linea 323
* Update rust-es.html.markdown (#4910)DayronBG2024-04-26-1/+1
| | | Le faltaba la 'c' a la palabra porción, decía porión. Línea 88
* unify header styleBoris Verkhovskiy2024-04-26-239/+194
|
* [python/*] proofread en and ru and all linksBoris Verkhovskiy2024-04-26-161/+131
|
* [hy/*] proofread/updateBoris Verkhovskiy2024-04-25-167/+129
|
* [hy/en] drop square brackets for conditionals (#4908)inkling2024-04-25-6/+3
|
* [python/ru-ru] Corrections for Russian localization (#4389)Ademaro2024-04-24-30/+27
|
* [c/fr] fix filename (#4905)Th3G33k2024-04-21-2/+2
|
* spaces in code and link spansBoris Verkhovskiy2024-04-20-162/+156
|
* trailing newlinesBoris Verkhovskiy2024-04-20-12/+12
|
* [cypher/en] proofreadBoris Verkhovskiy2024-04-20-101/+63
|
* lintBoris Verkhovskiy2024-04-20-1/+19
|
* [zig/en] fix <type>Boris Verkhovskiy2024-04-20-9/+9
|
* [amd/hi-in] fix formattingBoris Verkhovskiy2024-04-20-1/+1
|
* fix broken linksBoris Verkhovskiy2024-04-20-6/+6
|
* [pcre/fr] PCRE French translation (#4897)Th3G33k2024-04-20-0/+83
| | | | | | | * [pcre/fr] PCRE French translation * [pcre/fr] fix filename * [pcre/fr] apply suggestions
* [nix/*] don't double space linksBoris Verkhovskiy2024-04-20-42/+15
|
* [vim/*] highlight vimrcBoris Verkhovskiy2024-04-20-118/+113
|
* [markdown/*] remove table of contentsBoris Verkhovskiy2024-04-20-179/+80
|
* [pcre/en] fix domain name => protocol (#4902)Th3G33k2024-04-19-1/+1
|
* [assemblyscript/en] fix link and formatBoris Verkhovskiy2024-04-19-10/+11
|
* [typescript/*] Use ts for typescript syntaxBoris Verkhovskiy2024-04-19-7/+7
|
* brainfuck -> bfBoris Verkhovskiy2024-04-19-0/+0
| | | | part 2
* Update syntax highlighter in CONTRIBUTING.mdBoris Verkhovskiy2024-04-19-1/+2
|
* [kdb+/en] highlight and update linksBoris Verkhovskiy2024-04-19-19/+16
|
* [sql/en] More examples (#4898)Th3G33k2024-04-19-1/+48
|
* [erlang/es] delete (#4900)Boris Verkhovskiy2024-04-19-293/+0
|
* github -> GitHubBoris Verkhovskiy2024-04-18-23/+23
|
* [typescript/*] remove dead links and formatBoris Verkhovskiy2024-04-18-87/+64
|
* [markdown/ru] proofreadBoris Verkhovskiy2024-04-18-4/+8
|
* [sql/fr] SQL French translation (#4896)Th3G33k2024-04-17-0/+112
| | | | | | | * [sql/fr] SQL French translation * [sql/fr] fix typos * [sql/fr] Apply suggestions from code review
* Merge pull request #4894 from chengaoang/masterBoris Verkhovskiy2024-04-16-0/+754
|\ | | | | [objective-c/cn] Adding Chinese translation for Objective-C
| * [objective-c/cn] Adding Chinese translation for Objective-CSven2024-04-16-0/+754
| |
* | Update csharp.html.markdownven2024-04-16-1/+1
| | | | | | fix #4895
* | Merge pull request #4136 from luminist7/frameworksBoris Verkhovskiy2024-04-14-76/+76
|\ \
| * | Move more libraries and frameworks to the frameworks section.luminist72024-04-14-14/+14
| | |
| * | Move OpenCV, OpenGL, p5, PyQT, Qt Framework, raylib to 'Framework' section.luminist72024-04-14-58/+58
| | |
| * | Move 'AngularJS' to Frameworks section. This Angular will eventually be ↵luminist72024-04-14-4/+4
|/ / | | | | | | joined by many other frameworks like React, Angular, Express, Django, etc.
* | Add Curto lang (#4768)Santiago Gil2024-04-13-0/+209
| |
* | [c/fr] C French translation (#3972)Cyril Jovet2024-04-12-0/+839
| | | | | | | | | | | | | | | | | | | | | | * [c/fr] C French translation New C French translation c-fr.html.markdown file * Update c-fr.html.markdown --------- Co-authored-by: ven <vendethiel@hotmail.fr>
* | Update bc.html.markdown (#4892)kotleta20072024-04-12-6/+2
|/ | | The global variable syntax and the pre-set variable syntax is invalid. On bc 1.07.1 it produced syntactic errors. I modified the tutorial so that it doesn't include these syntaxes.
* Remove Travis-CIBoris Verkhovskiy2024-04-08-46/+0
|
* [c/*] remove suggestion to GoogleBoris Verkhovskiy2024-04-08-10/+1
|
* Update highlighting languagesBoris Verkhovskiy2024-04-08-44/+40
|
* [elixir/ro] add missing commentBoris Verkhovskiy2024-04-08-1/+1
|
* [crystal/de] fix quoteBoris Verkhovskiy2024-04-08-1/+1
|
* Rename highlight languages back to PygmentsBoris Verkhovskiy2024-04-08-7/+7
|
* [python/tr-tr] add missing quoteBoris Verkhovskiy2024-04-07-1/+1
|
* [cpp/en] String length content addition (#4888)Harshit Gupta2024-04-07-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | * Add string.length() and string.size() example line Adds a line under the Strings section to add total string length by calculating the sum of two strings which have been given on output above with their sizes found out using string::length() and string::size() functions, with appropriate comment on this line. Signed-off-by: Harshit Gupta <hkg1412@gmail.com> * Add cstring strlen() example Includes <cstring> header to demonstrate length of a character array string which is C-compliant by using strlen() function available from this header supported in C++. Declared string is initialized with char array size [10] to just fit the string contents with '\0' terminator. Signed-off-by: Harshit Gupta <hkg1412@gmail.com> --------- Signed-off-by: Harshit Gupta <hkg1412@gmail.com>