This module integrates with the API of Chargify's recurring billing system. This module is an API wrapper only, and doesn't actually "do" anything unless you implement the API in your own module.
Advertisement
Simulation of Trajectory of Two-body system, sun and earth in this case.
Here you can find a very basic example of how nevow (twisted's new web toolkit) works. As you see the purpose of this example is to represent in a <ul> a list of dictionaries. I can translate a dict into some tags thanks to the built-in...
The animated response of several classical system models is presented. Examples include a) large amplitude pendulum motion b) falling elastic cable c) forced response of a spring-mass-damper system d) vibrating string either released with initial...
Easy method to estimate the pile forces of a pile system. The program is very fast to run. This gives the engineer the possibility to try out a couple of different designs of the pile system in a quite small amount of time. The pile system is also...
Open Web Hosting Billing System, Open Biller makes hosting-billing easier.
This section demonstrates remote method calls between two machines (or processes) using the XML-RPC protocol. A complete example of working client/server code is provided.
This model shows an example of a conventional vehicle electrical system model, which was shown in the webinar "Developing Accurate Battery Simulation Models" http://www.mathworks.com/wbnr37544. The model is intended to study component...
This is an example of placing menu items into your form's system menu. Simple, easy to comprehend, and not made in MFC.
This code basically computes the BER of an OFDM system. The ifft size is 64 .16-QAM is the modulation Technique and convolution encoding rate 1/2 is used as the coding scheme.
The code presented below is a short example of how to use winreg. This recipe prints out as much data as possible about the user's registry. Hives are specified as such before their representations. Errors in opening keys are...
merchant-php provides you an example of use Merchant-interface of WebMoney Transfer payment system on PHP, MySQL.
Here are some of the important updates on this program.
Updated
Fixes some bugs
1. Collectibles Returns a wrong total after searching for subscriber name 2. Paid Charges Returns a wrong total...
The code is a barebones example of how to write a loop for a server so that it gracefully detects when the client has dropped the connection and goes back to listening for a new client.
This recipe is another example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but...
The following code is an example of how one would use python's win32net module to create a share on windows.
Simple example of setting up a distributed publish/subscribe system. Shows creation of a central exchange service which all participating processes connect to. Services can then set themselves up as publishers, with other services able to...
WIN32API Toolbar code is an example of how to use the WM_NOTIFY message to give tooltips when the mouse hovers over a button in a toolbar. (Also shows toolbar creation).
Back Buffer code is an example of how to use back-buffer device contexts for on-screen animation. This is the basis for all graphical games.
Window Color Fading code is an example of how to put a color gradient in the background of a window by painting the window's DC (device context). |