= Examples = == Text Handling == * [wiki:TextLineExample splitting text on line-endings] * [wiki:TextDelimitExample splitting text on one of a set of delimiters] * [wiki:TextPatternExample splitting text on a matched pattern] * [wiki:TextReplaceExample replacing text] == IO == * [wiki:FileBubblerExample Moving of files between directories] * [wiki:FilecatExample Concatenation of files into one] * [wiki:FilecopyExample Streaming file content to console] * [wiki:FileScanExample Scanning of directories for files] * [wiki:LineExample Reading line by line] * [wiki:RandomioExample Random access of a file] * [wiki:ConsoleInputExample Input from the console] * [wiki:PathChildrenExample Print the children of a folder] == Threads == ...TO DO... == Data Storage == * [wiki:MmapExample Mapping of a file into memory] == Unicode == * [wiki:UtfExample Conversion from BOM to UTF-8] == Formatting == * [wiki:HelloExample Hello World with a twist] * [wiki:LocaleTimeExample Localized formatting of time] * [wiki:LocaltimeExample Formatting of the local time] * [wiki:StdoutExample Simple formatted output] * [wiki:TokenExample Tokenization of console input] == Networking == * [wiki:HomepageExample Retrieving the content of a website] * [wiki:HttpGetExample Somewhat higher level of content retrieval] * [wiki:HttpServerExample Serving a simple webpage] * [wiki:ServletExample Using servlets with the help of Mango] * [wiki:ServletServerExample A servlet server with the help of Mango] * [wiki:SocketHelloExample A simple socket connection] * [wiki:SocketServerExample A simple server listening to a socket] * [wiki:SocketFileCopyExample Basic network file copy] == Logging == * [wiki:LoggingExample Basic logging] * [wiki:ChainsawExample Remote capture of logging] == Miscellaneous == * [wiki:VfsZipAndLinesExample Count values in lines in zip file] - Google treasure hunt 2008, task 2 * [wiki:BitArrayVsArrayOfBoolsExample Manipulation of prime numbers] - Google treasure hunt 2008, task 4 * [wiki:ArgParserExample Handling of command line arguments] * [wiki:PythonChallengeMain Solutions to the] [http://www.pythonchallenge.com/ Python Challenge] [wiki:PythonChallengeMain riddles.]