Jimmy Jurado | Smart Adv
New Member
75-90 usually
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
21 words wpm! Is it a good result?So, how fast can you type?
I seem to have extremely mixed results (I blame my keyboard ) and go anywhere from 63 WPM up to low 80's.
That's without errors, with errors I can type at about 7,653,346 WPM...
mysql> select count(*) from nasdaqdaily;
+----------+
| count(*) |/*lines*/
+----------+
| 7959 |
+----------+
1 row in set (0.00 sec)
nasdaqdaily | CREATE TABLE `nasdaqdaily` (
`last_day` date DEFAULT NULL,
`symbol` varchar(8) NOT NULL,
`name` varchar(100) NOT NULL,
`lastsale` decimal(10,6) NOT NULL,
`netchange` decimal(10,6) NOT NULL,
`pctchange` decimal(10,6) NOT NULL,
`marketcap` int NOT NULL,
`country` varchar(40) NOT NULL,
`ipoyear` int NOT NULL,
`volume` int NOT NULL,
`sector` varchar(100) NOT NULL,
`industry` varchar(100) NOT NULL,
KEY `symbol` (`symbol`),
KEY `lastsale` (`lastsale`),
KEY `ipoyear` (`ipoyear`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
Bash:$ ./nasdaq_SpanCge.sh