Merge branch 'master' into add-lojban-gismu-and-cmavo

This commit is contained in:
Jack 2020-11-27 13:51:09 +00:00 committed by GitHub
commit 120aa88530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 28903 additions and 2 deletions

View file

@ -1,3 +1,15 @@
# monkeytype
![](https://github.com/Miodec/monkeytype/blob/master/static/mtsocial.png?raw=true)
<br />
<img align="left" alt="JavaScript" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png" />
<img align="left" alt="HTML5" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/html/html.png" />
<img align="left" alt="CSS3" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png" />
<img align="left" alt="CSS3" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/sass/sass.png" />
<br />
# about
Monkeytype is a minimalistic, customisable typing test, featuring many test modes, an account system to save your typing speed history and user configurable features like themes, a smooth caret and more.

58
static/languages/c.json Normal file
View file

@ -0,0 +1,58 @@
{
"name":"c",
"leftToRight": true,
"words":[
"int",
"char",
"unsigned",
"float",
"void",
"main",
"union",
"long",
"double",
"printf",
"sprintf",
"if",
"else",
"struct",
"fork",
"switch",
"for",
"define",
"return",
"include",
"case",
"&&",
"||",
"break",
"bool",
"static",
"public",
"enum",
"typedef",
"private",
"exit",
"<stdio.h>",
"scanf",
"NULL",
"malloc",
"calloc",
"free",
"realloc",
"<string.h>",
"fgets",
"strcmp",
"strcpy",
"fputs",
"stdout",
"EOF",
"getc",
"while",
"fclose",
"fopen",
"do",
"fscanf",
"extern"
]
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,9 @@
"spanish_1k",
"french",
"arabic",
"mongolian",
"russian",
"russian_1k",
"portuguese",
"indonesian",
"german",
@ -18,6 +20,8 @@
"slovak",
"dutch",
"danish",
"danish_1k",
"danish_10k",
"hungarian",
"hungarian_2.5k",
"norwegian",
@ -29,7 +33,9 @@
"kazakh",
"vietnamese",
"vietnamese_1k",
"python",
"vietnamese_5k",
"lojban_gismu",
"lojban_cmavo"
"lojban_cmavo",
"python",
"c"
]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff