world leader in high performance signal processing
Trace: » gnice » instruction_modes » setting_up_your_development_host » basic_compilation » playground

Playground

This is a playground, so you can make changes without messing up the standard pages. Feel free to play with things.

YouTube

Register

Register

Register

Drawings

 [diagram]

Looking at Source

This is added to the docs pages via scm, with the

<source trunk/arch/blackfin/kernel/time.c:time_sched_init() c linux-kernel>
<source master/hardware/sensors/sensors_adxl34x.c c android>

command, The source command is smart enough to determine if the scm is svn or git. The results look like:

file: trunk/arch/blackfin/kernel/time.c

time_sched_init(irqreturn_t(*timer_routine) (int, void *))
{
#if defined(CONFIG_IPIPE)
	setup_system_timer0();
	bfin_timer_irq.handler = timer_routine;
	setup_irq(IRQ_TIMER0, &bfin_timer_irq);
#else
	setup_core_timer();
	bfin_timer_irq.handler = timer_routine;
	setup_irq(IRQ_CORETMR, &bfin_timer_irq);
#endif
}

file: hardware/sensors/sensors_adxl34x.c

struct sensors_control_context_t {
	struct sensors_control_device_t device;
	int sensor_fd;
	uint32_t active_sensors;
};

Drawing graphs

Here are some examples from the graphviz plugin:

Graph

Graph

This graph is stolen from http://www.graphviz.org/Gallery/directed/crazy.html.

Folding example

This is example text. And after that the text just continues to flow in the same paragraph.

Title

a title

the box contents

  • S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}
  • delim{lbrace}{matrix{3}{1}{{3x-5y+z=0} {sqrt{2}x-7y+8z=0} {x-8y+9z=0}}}{ }
  • delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3

indexmenu

<navigation |js#IndexMenu+ajax> this text will be removed, because it stay outside the menu

</navigation>

Complete Table of Contents/Topics