Skip to content

Instantly share code, notes, and snippets.

@jarek-foksa
Created December 5, 2012 15:59
Show Gist options
  • Select an option

  • Save jarek-foksa/4216861 to your computer and use it in GitHub Desktop.

Select an option

Save jarek-foksa/4216861 to your computer and use it in GitHub Desktop.
storage.json
{
"accuracyHistory" : [
100,
93,
100,
100,
97,
98,
95,
98,
100,
100,
100,
96,
100,
98,
98,
98,
97,
97,
93,
99,
98,
97,
100,
96,
96,
96,
100,
100,
96,
96,
98,
100,
96,
97,
97,
94,
100,
100,
92,
98,
96,
91,
94,
92,
100,
88,
100,
93,
100,
100,
97,
94,
100,
100,
92,
97,
89,
98,
97,
90,
100,
100,
100,
98,
88,
98,
96,
98,
96,
98
],
"signsHistory" : {
"b" : {
"typedCorrectly" : 8,
"typedIncorrectly" : 0
},
"c" : {
"typedCorrectly" : 11,
"typedIncorrectly" : 0
},
"d" : {
"typedCorrectly" : 148,
"typedIncorrectly" : 16
},
"e" : {
"typedCorrectly" : 257,
"typedIncorrectly" : 11
},
"f" : {
"typedCorrectly" : 81,
"typedIncorrectly" : 3
},
"O" : {
"typedCorrectly" : 1,
"typedIncorrectly" : 0
},
" " : {
"typedCorrectly" : 649,
"typedIncorrectly" : 17
},
"g" : {
"typedIncorrectly" : 7,
"typedCorrectly" : 123
},
"h" : {
"typedCorrectly" : 231,
"typedIncorrectly" : 10
},
"i" : {
"typedCorrectly" : 147,
"typedIncorrectly" : 5
},
"j" : {
"typedCorrectly" : 12,
"typedIncorrectly" : 0
},
"S" : {
"typedCorrectly" : 1,
"typedIncorrectly" : 0
},
"k" : {
"typedCorrectly" : 48,
"typedIncorrectly" : 2
},
"T" : {
"typedCorrectly" : 2,
"typedIncorrectly" : 0
},
"l" : {
"typedCorrectly" : 269,
"typedIncorrectly" : 11
},
"m" : {
"typedCorrectly" : 9,
"typedIncorrectly" : 0
},
"n" : {
"typedCorrectly" : 186,
"typedIncorrectly" : 5
},
"'" : {
"typedCorrectly" : 2,
"typedIncorrectly" : 2
},
"W" : {
"typedCorrectly" : 1,
"typedIncorrectly" : 0
},
"o" : {
"typedCorrectly" : 200,
"typedIncorrectly" : 9
},
"p" : {
"typedCorrectly" : 20,
"typedIncorrectly" : 2
},
"A" : {
"typedCorrectly" : 3,
"typedIncorrectly" : 0
},
"r" : {
"typedIncorrectly" : 4,
"typedCorrectly" : 60
},
"," : {
"typedCorrectly" : 4,
"typedIncorrectly" : 1
},
"s" : {
"typedCorrectly" : 427,
"typedIncorrectly" : 22
},
"D" : {
"typedCorrectly" : 1,
"typedIncorrectly" : 0
},
"t" : {
"typedCorrectly" : 252,
"typedIncorrectly" : 6
},
"." : {
"typedCorrectly" : 9,
"typedIncorrectly" : 0
},
"u" : {
"typedCorrectly" : 36,
"typedIncorrectly" : 1
},
"v" : {
"typedCorrectly" : 3,
"typedIncorrectly" : 0
},
"w" : {
"typedCorrectly" : 28,
"typedIncorrectly" : 2
},
"a" : {
"typedCorrectly" : 483,
"typedIncorrectly" : 23
},
"y" : {
"typedCorrectly" : 37,
"typedIncorrectly" : 0
},
"J" : {
"typedCorrectly" : 1,
"typedIncorrectly" : 0
}
},
"showAccuracyMeter" : true,
"playSounds" : true,
"showTimeMeter" : true,
"cursor" : "underline",
"showKeyboard" : true,
"lesson" : "words",
"autoAdjustLevel" : true,
"state" : "loaded",
"speedHistory" : [
85,
67,
67,
74,
73,
66,
62,
79,
66,
72,
82,
78,
71,
68,
61,
56,
72,
85,
64,
65,
75,
62,
69,
58,
61,
71,
77,
85,
71,
62,
72,
69,
61,
68,
71,
60,
59,
51,
55,
68,
57,
52,
74,
67,
86,
63,
84,
60,
68,
57,
74,
67,
79,
80,
60,
62,
70,
44,
72,
40,
67,
60,
70,
73,
63,
62,
66,
67,
71,
63
],
"stopOnErrors" : false,
"showSocialLinks" : true,
"schema" : 3,
"layout" : "qwerty",
"accuracyHistorySession" : [
],
"showSpeedMeter" : true,
"levels" : {
"colemak" : {
"words" : 1,
"letters" : 12
},
"dvorak" : {
"words" : 2
},
"qwertz" : {
"words" : 5
},
"workman" : {
"words" : 2,
"letters" : 1,
"numbers" : 1
},
"qwerty" : {
"letters" : 1,
"numbers" : 1,
"words" : 1
}
},
"speedHistorySession" : [
],
"signsHistorySession" : {
},
"showHands" : false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment