I like how gevent is making async code to look like sync but non blocking without all the ugly callbacks. I tried doing that with threads and object proxy (I found great one at: http://pypi.python.org/pypi/ProxyTypes written by Phillip J....
Advertisement
Tool for compressing JavaScript source code. Eliminates comments, white spaces, line feeds, and other unnecessary characters, making your JavaScript source code substantially smaller so that it can be downloaded faster. Also provides lightweight...
PHP Source Code Utility is a PHP script very useful for making a PHP source code attractive, especially when it is handed over to other people. This script can highlight a part or a syntax in the source code and can also add line numbers to every...
Code generator that takes the drudgery out of reliably making popup window code. It does more than just make the code, it also opens and tests the window, live, so you can see the results as you work.
This is a little code for making a list that can have only items from a list of types
This code is was my first attempt at making a useful program. What it does is store grades in a text file after asking you a few questions like what subject, number of questions right, et cetera.
Simple recipe for making it easier to call superclass method code. Instead of 'super(cls,self).methodName()' you may just use 'cls.doDefault()' for code that is easier on the eyes.
With this JavaScript code snippet you can display different text effects in your web page by making unlimited number of calls from a single source file simply by changing the parameters. You have to set the parameters like text message to be...
Generate the code for HTML Pages. Includes many HTML features for making dynamic Web pages, including the ability to test them online.
In this article, the author gives a code source file in a text form for making some alterations to search and get results in a MySQL database content. He gives some programmes to follow step by step and three major areas are covered in this...
Simple web reports, simply. With dbQwikReport you can easily design reports that run on your web site. The easy to use wizard will have you making reports in seconds complete with grouping and totals. It generates all your code for you in ASP or...
Source Code Scanners is the high performance library of visual components for C++ Builder and Delphi intended for creating analyzers and parsers of source codes.It includes components of the lexical analyzers: C++, Object Pascal (Delphi), PHP,...
Source Code Scanners is the high performance library of visual components for C++ Builder and Delphi intended for creating analyzers and parsers of source codes.It includes components of the lexical analyzers: C++, Object Pascal (Delphi), PHP,...
Source code to Flowchart is a Code Flowchart generator for code flowcharting and visualization.It can generate programming flow chart from source code,help programmers to document,visualize and understand code.Its Documentation Generator supports...
ApexSQL Code is a Rapid Application Development (RAD) Code Generation tool for Microsoft« SQL Servere 7 or 2000 that enables you to automatically generate thousands of lines of perfect ASP, VB, C#, SQL (and more) code in just seconds The key...
Software to count lines of code (SLOC, LOC) in source or text files. Able to count C/C++, Java, Delphi/Pascal, VB, PHP, ASP and many others. Includes total counts for comments, blanks and source lines - sortable and exportable to CSV or other...
The award winning ModelMaker Code Explorer is a Class Explorer and Refactoring Browser supporting both Pascal and C#. It integrates in Borland Delphi 5-2006 and Microsoft Visual Studio 2003. As a Browser it improves navigation by showing classes...
HTML and JavScript Code is a database of website objects source code, written in html, css and javascript. The database includes marquee's, forms, 7 date & time scripts, text affects, contact eMail, colored scrollbars and much more.
The quick and easy way to put your MySQL Database on the Web or your Intranet.
Generate BETTER quality PHP data-entry Web/Intranet Applications in minutes without writing a single line of code! Tried-and-tested code also means little...
It's a simple recipe to convert a str type string with pure unicode code point (e.g string = "\u5982\u679c\u7231" ) to an unicode type string. Actually, this method has the same effect with 'u' prefix. But differently, it allows... |