You can use this page to search all entries in GeekiGeeki.  Searches are not case sensitive.

Here are some good starting points for browsing:

 * FrontPage -- top of this system
 * TitleIndex -- all pages in the database
 * WordIndex -- all words in all titles

Here's a title search.  Try something like //wiki//:

 <form method="get">
   <input name="q" size="30" value="<<HttpGet|search|>>" />
   <input type="hidden" name="a" value="titlesearch" />
   <input type="submit" value="Search" />
 </form>

Here's a full-text search:

 <form method="get">
   <input name="q" size="30" value="<<HttpGet|search|>>" />
   <input type="hidden" name="a" value="fullsearch" />
   <input type="submit" value="Search" />
 </form>

You can also use regular expressions, such as

{{{
seriali[sz]e
typedef.*int8_t
}}}