http://master.dl.sourceforge.net/projec ... 7z?viasf=1This is from
http://190.53.102.175/api/bin/i.a/init.htmlI was thinking about implementing it in a way that the answers tree can be easily reimplemented in any language. For example, for searching text in any language and for opening an URL where words or fragments have to appear in a given way, case insensitive, we would have:
Code:
"YouTube" && "Live"
{
openweb("http://studio.youtube.com/channel/UCB6FzRREDwryXnBk4EgCuHg/livestreaming");
}
This simple "intelligence" could help index all of the OS development content and access it immediately.