Development Tools scripts - Top 4 Download

Development Tools script downloads

Using WSDL in SOAP applications

Using WSDL in SOAP applications is an introduction to WSDL for SOAP programmers. ...

IronPython

IronPython is a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining full compatibility with the Python language. ...
Python

Yaptoo

Yaptoo is an enhanced version of yaptu, another templating utility.Features: - separated parsing from execution - added caching of parsed templates - added some error reporting - added a choice of template syntaxes - added comment syntax - added Cheetah-style variable substitution with optional caching of ...
Python

Proposal For winreg

This module provides an advanced, easy-to-use API for accessing and mutating the Microsoft Windows Registry. ...
Python

Determine size of console window

This script is a Python implementation of few lines of C-code that get useful information about current working console on Windows. It may be useful for console application to proper formatting output. Recipe need ctypes package to be installed. When use handle of stdout for determining size of console and connect output of ...
Python

Refreshing the Windows Desktop

Refreshing the Windows Desktop script rewrites a to-do list on the Windows Active Desktop and then refreshes the display. ...
Python

pyArchive

This script allows you to run a Windows backup utility, with remote copy, and auto cleanup. It uses zip libs. It could be used in a production network environment and works very well dumping both target files and remote target files over the network so you are not limited to saving ...
Python

makeExe

This is a simple Python script that allows you to automate the creation of Python executables using py2exe. ...
Python

Pyline a command line tool

This utility brings ad-hoc command-line piping sensibilities to the Python interpreter. ...
Python

Generic command line option parser

This class can be used to write code that will parse command line options for an application by invoking one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not there (< Python 2.3), it invokes getopt. However, ...
Python

FleVI

FleVI is a visual Interface for the freely available Adobe Flex 2.0.1 SDK.This software tool is developed for easy start Flex/Actionscript 3 projects and give you a visual interface for all compilers inside the SDK. Create projects onthefly with auto project folder structure,stubcode creation for .as/.mxml files and compiler .bat. Also ...

AsUnit

At it's most basic, AsUnit is simply some ActionScript classes that make it easier for you to build and execute automated tests for your applications. This simple, lightweight component is known as the AsUnit framework, and it currently supports ActionScript 2.0 and ActionScript 3.0 development. The AsUnit framework is deployed along ...

Flash JavaScript Integration Kit

The Flash JavaScript Integration Kit allows developers to get the best of the Flash and HTML worlds by enabling JavaScript to invoke ActionScript functions, and vice versa. All major data types can be passed between the two environments.The Flash JavaScript Integration Kit works across all major browsers and operating systems. ...

AdWords API

Google's AdWords API service lets developers design computer programs that interact directly with the AdWords platform. With these applications, advertisers and third-parties can more efficiently - and creatively - manage their large or complex AdWords accounts and campaigns. Flexible and FunctionalWhat can you do with the AdWords API? That all depends ...

Account Authentication for Installed Applications

This page is aimed at programmers who are developing client applications that access Google services and who want to implement a programmatic way to log into Google accounts. It assumes you've read up on the service(s) being accessed and are aware of any access/authentication issues involved. You will need to know ...

Google Maps API

The Google Maps API lets you embed Google Maps in your own web pages with JavaScript. You can add overlays to the map (including markers and polylines) and display shadowed "info windows" just like Google Maps.The Maps API is a free beta service, available for any web site that is free ...

Google Gadgets

The Google Gadgets API is a simple way to create little applications that run on multiple sites, including Google Personalized Homepage, Google Desktop, Google Page Creator, and thousands of sites all over the web that use Google Gadgets For Your Page. Google Gadgets reach tens of millions of users every week; ...

Google Code Search Data API

The Google Code Search data API allows client and web applications to search public source code for function definitions and sample code.Here are some of the things you can do with the Code Search data API: - Create a plugin for your favorite IDE that searches over the Code Search index ...

Blogger Data API

The Blogger data API allows client applications to view and update Blogger content in the form of Google data API ("GData") feeds. Your client application can use GData to create new blog posts, edit or delete existing posts, and query for posts that match particular criteria.Here are some of the things ...

google kongulo

Kongulo is a web spider for Google Desktop Search, written in Python. It is offered as an example of how to write a GDS plugin in the fabulous Python programming language.It crawls websites you specify, e.g. intranet websites, and dumps them into Google Desktop. You must install Google Desktop prior to ...