Warning: session_start(): open(/var/lib/php/sessions/sess_mrhqesh479jjq0mb86iirb46gm, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p {
conceptsToEnglishInfoBox();
}
static Window conceptsToEnglishInfoBox_box;
svoid conceptsToEnglishInfoBox {
thread "Info Box" {
Window infoBox = null;
repeat with ms sleep 500 {
S word = wordAtMouse();
if (possibleGlobalID(word)) {
aiConceptsMap_clearCache(60); // clear cache every 60 seconds
S name = conceptToName(word);
if (neq(name, word)) {
disposeWindow(infoBox);
infoBox = infoBox(word + ": " + name);
}
}
}
}
}