Use Jython to time java code. An inexpensive solution to measure Java code's performance. In the following example, jtimeit.py is created to measure Main.doHttpGet()'s performance. Used google and yahoo as examples.
This recipe shows how to insert java code into a jython program. The java code is automatically compiled and the resulting class is imported and returned. Compilation only occurs after a change of the java source.
Java utilities for programmers. Source code available.
Following is the source code for CookieParser and all supporting Java classes. This class parses the "Cookie:" HTTP request line and makes individual URL-decoded cookie values available in a lookup table with the name as a key. It...
Learn to code for faster problem resolution on EJB-based systems / Advanced Java.
Java component for sending SMS messages using a SMSC (Short message service center). It supports the UCP and TAP protocols and can deliver messages using an existing tcp/ip connection or using a dial up connection (analog modem).
Accounting source code for Delphi. Databases supported are Firebird 1.5 and Interbase 6.5. Reportbuilder is used for the report engine. Reasonably priced for C/S! Multiple currency, GL, AP, AR, Job Costing and Inventory. More features planned...
The source code for the PC1 encryption algorithm in Delphi, C, C++.The PC1 algorithm is a stream cipher secure against linear and differential cryptanalysis. You can use 128 or 256 bits keys.
Java editor allows you to edit java code, compile, view errors, run application or applet and much more.
This script will create the code for an IFrame within your Web page.
A JAVA community for IT professionals. Focusing on core JAVA, JAVA development, distributed networking, Enterprise JAVA, and other JAVA technologies.
Java Framework for building Web applications with out programming. Common functionality like new, edit, print-preview. List/detail or master/detail views and edit masks for database tables are already built-in. Adaptable to individual needs by a...
This script will create the code for you to have a static background on your page.
Python Minifier: Reduces the size of Python code for use on embedded platforms. Performs the following:
Removes docstrings. Removes comments. Removes blank lines. Minimizes code indentation. Joins multiline pairs...
With lists, it is common to test whether the list is empty and perform special code for the empty case. With iterators, this becomes awkward -- testing whether the iterator is empty will use up the first item! The solution is an idiom based on...
Xyaptu builts on Alex Martelli's generic and elegant module, YAPTU (Yet Another Python Template Utility), to instantiate XML/HTML document templates that include python code for presentational purposes. The goal is _not_ to be able to embed...
this generator flattens nested containers such as
<code> l=( (1,23), [[[[42,(5,23)]]]])</code>
so that
<code> for i in flatten(l): print i</code>
gives you 1,23,42,5,23
access2asp generates asp code for all your database tables producing pro asp code for a front end site and (password protected) back end control panel. Each table has a list screen linking each record to a detail screen for each record. v2.0 has...
BSCOutline is a Java applet for navigation in the webpage with JavaScript interaction. The applet provides a customizable tree view control with many customizable features. The document icons, background color, image and font, target frames etc....
PHP and ActionScript code for Remoting - it allows remote invocation of PHP methods from Flash movies. No PHP extensions needed. Multilanguage support, timed deserialization. PHP 4.0.5 or above required! |