Load data in browser without using temp files

Load data in browser without using temp files 1.2

Load data in browser without using temp files 1.2 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 537
  • Released: Jun 7, 2007

Load data in browser without using temp files 1.2 Description

This script displays the html files in the default web browser without creating a temp file. It instantiates a trivial http server and calls webbrowser.open with a URL to retrieve html from that server.

Load data in browser without using temp files 1.2 Keywords

Load data in browser without using temp files Bookmark

Hyperlink code:
Hyperlink for Forum code:

Load data in browser without using temp files 1.2 Script Download Notice

Top 4 Download periodically updates information of Load data in browser without using temp files 1.2 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Load data in browser without using temp files 1.2 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

A queue for string data

This script is a queue data structure, for string data only, which looks like a File object. This class takes care of the list.append and .join mess, which is needed for fast string concatenation. ...
Python

Symmetric data obfuscation using xor

... be conveniently used to obfuscate a string of data using simple xor without using any key. ...
Python

An interval mapping data structure

... kind of dictionary which allows you to map data intervals to values. You can then query the structure for a given point, and it returns the value associated to the interval which contains the point.Boundary values don't need to be an integer ; in the test unit a date-time object ...
Python

z crypt

This module show a way to simple data encryption. Characters are mapped to a key via ... simple, this is a good method for encrypting data if the data is compressed before or after the encryption process. ... definitions).Keys can be extracted from the definitions by using the key function. The select argument should either ...
Python

Priority queue script

... allows specification of the relative order of the data.   ...
Python