Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.413 Times

Strings With Pyxml software
Filter: All | Freeware | Demo
 

Strings With Pyxml

< 1 2 3 4 5 > 
Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 2.140

Contact Form with HTML Details Created in Flash 8 and Flash CS3 with Action Script 2.0. FEATURES: * Validation for all the fields, and email validation for the email field* HTML Details to add your address, phones, emails, etc...* Image at the top to put your "address map image" for example.* Light size for the contact form...



Platforms: Not Applicable

License: Commercial Cost: $5.00 USD Size: 11 KB Download (53): Contact Form with HTML Details Download

Added: May 10, 2013 | Visits: 283

Evaluating code inside strings In this script, Eval's __getitem__ returns the result of eval(key). In Python, String and Unicode objects have one special operator: the % operator. With that operator, strings can be formatted with format codes.Formatting is given syntax format % values, where format is a string with format...





Platforms: Windows, Mac, *nix, Python, Solaris

License: Freeware Download (62): Evaluating code inside strings Download

Added: May 10, 2013 | Visits: 486

Searching nested strings This script searches nested strings from a line of text. The strings are limited by two different characters.


Platforms: Python,

License: Freeware Download (59): Searching nested strings Download

Added: May 10, 2013 | Visits: 402

Visualize unicode strings If you are processing unicode strings and you want to print the string but run into UnicodeEncodeError all the time, this script shows you some simple steps to visualize unicode strings.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Visualize unicode strings Download

Added: May 10, 2013 | Visits: 449

Using a wxPython "Notebook" with panels wxPython provides a powerul functionality that allows you to use a "Notebook" user interface with multiple panels - whose interface each is determined by individual Python scripts. Each panel runs in the background (even when it is not selected), and maintains the state it is in as the user...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Using a wxPython "Notebook" with panels Download

Added: May 10, 2013 | Visits: 465

Cross Platform Excel Parsing With Xlrd This script easily extract data from microsoft excel files using this wrapper class for xlrd. The class allows you to create a generator which returns excel data one row at a time as either a list or dictionary. This script is very useful for easily pulling in a variety of excel files without...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Cross Platform Excel Parsing With Xlrd Download

Added: May 10, 2013 | Visits: 602

User Tracking with Admin Complete version of this WONDERFULL modification with an integrated ADMIN area to set: - User Tracking on/off - User Tracking (exclude this IP-Address) - User Tracking (Session # Limit per 24 hour)


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): User Tracking with Admin Download

Added: May 10, 2013 | Visits: 461

Using wxPython with Twisted Python When using wxPython with Twisted in the way described in the Twisted docs wxPython will be stuck on menus and modal dialogs. This is due to the fact that wxPython uses private eventloops for menus and modal dialogs. This script is simple and works nicely on platforms using the select reactor.


Platforms: Windows, *nix, Python, BSD

License: Freeware Download (55): Using wxPython with Twisted Python Download

Added: May 10, 2013 | Visits: 361

Simple ldap with python Simple ldap with python script shows some example of ldap library use with python.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Simple ldap with python Download

Added: May 10, 2013 | Visits: 413

Quick Test If Strings Are Identifiers Quick Test If Strings Are Identifiers script allows you to see if a string is an identifier.This script takes advantage of the special treatment of the __slots__ attribute with new-style python classes. The actual test is performed by the python interpreter and raises a TypeError if any slot...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Quick Test If Strings Are Identifiers Download

Added: May 10, 2013 | Visits: 812

Generating all strings of a given alphabet This script shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length by using list comprehensions. Strings (not the 'string' type) are frequently used in computer science; for example numbers are encoded as strings of...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Generating all strings of a given alphabet Download

Added: May 10, 2013 | Visits: 428

xor for strings xor for strings script demonstrates the use of simple xor for strings.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): xor for strings Download

Added: May 10, 2013 | Visits: 536

Time sections of code by using "with" Time sections of code by using "with" statement script allows one to use the "with" statement to time sections of code.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Time sections of code by using "with" Download

Added: May 10, 2013 | Visits: 468

Method call when exit "with" statement This script provides a context manager that allows the user to specify a method on the passed-in object to be called when the 'with' statement is exited. This is a generalization of contextlib.closing.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Method call when exit "with" statement Download

Added: April 18, 2013 | Visits: 452

WIN32API MDI Shell with functions WIN32API MDI Shell with functions code allows an easy start of a MDI application.Shows how to create and fill the client and mdi structures. It also contains functions to sort the mdi child windows. ains>


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (47): WIN32API MDI Shell with functions Download

Added: March 27, 2013 | Visits: 467

Window with controls This code creates a window with lots of controls, dialogs, menus, toolbar, status bar, progress bar, icon, timer, can play animations (AVI Filed only), can shutdown, reboot computer, save text and load text from a file, change the font of an edit control.


Platforms: C and C plus plus

License: Freeware Size: 30.72 KB Download (54): Window with controls Download

Added: September 13, 2013 | Visits: 475

Message Boxes with Icons This program displays a message in a small default Windows message box along with an icon.It performs no other function.


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (52): Message Boxes with Icons Download

Added: August 16, 2013 | Visits: 549

Basic 2D Transformation with Simulation This program shows you the basic transformation such as Translation, Rotation, Scaling, Reflection and Shearing. All these transformation are simulated with a complex animation.


Platforms: C and C plus plus

License: Freeware Size: 112.64 KB Download (51): Basic 2D Transformation with Simulation Download

Added: August 26, 2013 | Visits: 585

Text-box Limiter with Sound Text-box Limiter with Sound script helps you to limit the number of characters allowed in a text box.When the limit was reached a sound will also announce the user.


Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (54): Text-box Limiter with Sound Download

Added: June 15, 2013 | Visits: 385

uibutton: GUI pushbuttons with better labels Have you ever wanted to create a pushbutton uicontrol containing a Greek letter, some other mathematical expression or even just a multi-line label? This function will do it for you. It is very easy to use as it accepts all the same arguments as uicontrol with the addition of the Interpreter...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): uibutton: GUI pushbuttons with better labels Download

< 1 2 3 4 5 >