-
Download a Kindle-compatible version of the dictionary here. Unzip the .rar archive.
-
Get the "Send to Kindle" program on your computer. Here's the link for the Mac.
-
Right-click your recently downloaded (unzipped) dictionary file, and click the "Send to Kindle" menu item. It will arrive on your Kindle shortly.
-
Once the dictionary has arrived, go to your settings -- on 2019 paperwhite Firmware 5.11.1, it's at Home -> settings -> all settings -> Languages & Dictionaries -> Dictionaries -> English. Choose the Webster's 1913.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
final Color darkBlue = Color.fromARGB(255, 18, 32, 47); | |
void main() { | |
runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
@override |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Color game by M@ | |
// 2020-03-10 | |
// Minimul formatting... next thing to learn | |
// Haven't figured out how to execute a callback with a parameter | |
// Dunno how to call the spin() function ONCE on startup | |
import 'package:flutter/material.dart'; | |
import 'dart:math' show Random; | |
final Color darkBlue = Color.fromARGB(255, 18, 32, 47); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abactinally | |
abrogative | |
absinthol | |
acclimation | |
accumulate | |
acenaphthene | |
achroous | |
acknowledge | |
acriflavine | |
acromegaly |