Kernel Newbies
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Kernel Hacking

  • Kernel Newbies Frontpage

  • Kernel Hacking

  • Kernel Documentation

  • Kernel Glossary

  • FAQ

  • Found a Bug?

  • Kernel Changelog

  • Upstream Merge Guide

Projects

  • Kernel Janitors

  • Kernel Mentors

  • Kernel Projects

Community

  • Why a community?

  • Web Forum

  • Regional Kernelnewbies

  • Personal Pages

  • Upcoming Events

References

  • Mailing Lists

  • Related Sites

  • Programming Links

Wiki

  • Site Editors

  • Navigation Menu

  • Site Statistics

  • Tips for Editors

  • Find Page

  • Help Contents

  • Hosted by WikiWall

Navigation

  • RecentChanges
  • FindPage
  • HelpContents

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

KernelNewbies:
  • WikiCourse
  • 22 Parsers

Slideshow ^ |< << Slide 21 of 27 >> >|

Parsers

Input

 {{{#!highlight python
 def hello(name):
     print "Hello %s" % name
 }}}

Display

   1 def hello(name):
   2     print "Hello %s" % name
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01