world leader in high performance signal processing
Trace: » s5

SLIDESHOW~~ ====== DokuWiki S5 Slideshows ====== === Creating Slideshows from DokuWiki pages === using the S5 plugin ===== S5 - Introduction ===== * [[http://meyerweb.com/eric/tools/s5/

  * Start with a H1 headline -> the welcome page
  * H2 headlines create new slides
  * A horizontal line switches to the handout (only displayed in print)
* Adding the ''%%~~SLIDESHOW~~%%'' will create a link to the presentation mode

—- Additional content for handout ===== How it works ===== * The plugin uses a new feature called pluggable renderers * DokuWiki's parser outputs the parsed syntax with the use of so called renderers * The S5 plugin inherits from the default XHTML renderer and adds Eric Meyer's CSS and JavaScript Magic ===== Customizing ===== * Choose from seven premade themes or put your own in the template ui directory ===== Summary ===== * No more PowerPoint * Creating presentations in DokuWiki is easy * Download the plugin at http://www.dokuwiki.org/plugin:s5 ===== Formatting ===== * use standard wiki markup text * bold italic underline strike through links

This is a code block

 this is a xterm block list
- bullet 1 - bullet number 2 ^ table ^ column ^ | row | contents | ===== Code =====

file: arch/blackfin/kernel/time.c

irqreturn_t timer_interrupt(int irq, void *dummy)
{
	xtime_update(1);
 
#ifdef CONFIG_IPIPE
	update_root_process_times(get_irq_regs());
#else
	update_process_times(user_mode(get_irq_regs()));
#endif
	profile_tick(CPU_PROFILING);
 
	return IRQ_HANDLED;
}

===== picture ===== ===== Equations ===== S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}