hcp-uw / syntext

website for practicing your typing
5 stars 0 forks source link

Snippet Processing #34

Closed elimelt closed 1 year ago

elimelt commented 1 year ago

Write scripts to proccess raw snippet text into snippet objects

snippet := { id : int, type : String, length : String, data : int[][] }

where data[i] is an array of ascii values for each character in the ith line of a snippet.

elimelt commented 1 year ago

wrote script with Harshi and Kai to process text files into snippets. fill-tables script worked perfectly for filling our database so this issue is resolved as of now.