added type trainer

This commit is contained in:
Surferlul 2022-07-21 01:31:49 +02:00
parent 50f750c946
commit 5f4eb0b125
7 changed files with 42 additions and 8 deletions

View File

@ -1,5 +1,4 @@
---
layout: single
title: Rockyou Mask Attack
---

View File

@ -1,5 +1,4 @@
---
layout: single
title: Reddit Wallpaper Changer for Windows
---

View File

@ -1,5 +1,4 @@
---
layout: single
title: Unofficial Camellia Pack for Beatsaber
---

View File

@ -1,11 +1,10 @@
---
layout: single
title: Computer Science Circles Python course Solutions
---
Look up solutions if you're stuck
### <a href="https://cscircles.cemc.uwaterloo.ca/">Site</a>
## <a href="https://cscircles.cemc.uwaterloo.ca/">Site</a>
### <a href="https://github.com/Surferlul/csc-python-solutions/releases/download/1.0/Computer.Science.Circles.python.course.solutions.zip">Download</a>
## <a href="https://github.com/Surferlul/csc-python-solutions/releases/download/1.0/Computer.Science.Circles.python.course.solutions.zip">Download</a>

View File

@ -0,0 +1,40 @@
---
title: Type Trainer
---
You need Python 3 to run these programs
If the text is flashing please open an issue, i used the flashing formated text because it didn't flash in my terminal and had a nice color
## Usage
- put "word" file (list of words. separated by newlines) into cloned repository
- execute "Word Prepare.py" to prepare savefile (has option to go through the first x words in order)
- execute "Type Trainer.py" to generate config and start program up
- you have to resize the terminal beforhand, otherwise it gets fussy
- enjoy
## Display meaning
### Top from left to right:
- average seconds per character (Calculated by '(999 * old_speed + speed_for_character) / 1000')
- average seconds per character for current word (Calculated by '(19 * old_speed + new_speed) / 20')
- second per character for current word (starting from as soon as you enter the first character, ending as soon as you swich to next word. If you haven't entered the first character yet it displays the final speed of the last word)
- Score (calculated by 'average of the avetage seconds per character of all used words ^ 3 * the square root of total attempted words')
### Middle from left to right:
- Total tries
- Position of the internal counter (goes up unti it finds next word [when 'counter % word["priority"] == 0'])
- Priority of last word after entering
- Priority of current word
the lower the priorty value the more likeley the word will be pickes
As a refferece how much the score is worth:<br />
I've been touch typing for about a week, got an average of 1/3 seconds per character with 1900 total attempts -> 5000<br />
For english word lists see https://github.com/first20hours/google-10000-english<br />
I got the German wordlist from [here](http://www1.udel.edu/LLL/language/deutsch/top10000.pdf). To prepare it I'd reccomend to take 10224 as the sort parameter
## <a href="https://github.com/Surferlul/Type-Trainer/releases/download/1.1/Type_Trainer.zip">Download</a>

View File

@ -1,5 +1,4 @@
---
layout: single
title: My Themes
---

View File

@ -3,6 +3,5 @@ layout: posts
author_profile: true
---
- ### [Type Trainer](https://surferlul.github.io/Type-Trainer/)
- ### [Lévy C](https://surferlul.github.io/Levy_C/)
- ### [xkb NEO](https://surferlul.github.io/xkb_neo)