-
I appreciate the attempt to resolve this quickly, but the fix appears to be incomplete. Uppercase single-letter variables are still used in preference to lowercase single-letter variables in the converted output. These one-letter variables are used first, and therefore have the greatest effect on the average script.
I've diffed the source, and in JavaScriptDecompressor.java only the...
2008-11-05 03:36:29 UTC in YUI Library
-
gzip is commonly used after yuicompresser to further decrease the size of javascript files.
yuicompressor uses uppercase variable names for its renamed variables. However, the majority of characters in Javascript files are lowercase. Using lowercase variable names would therefore improve the gzip compression ratio of these files, as more characters would be in common.
Original file: 27,404...
2008-10-25 23:49:00 UTC in YUI Library
-
I think this or something like it needs to be added to families/README-family.txt as without a _default a crash results when the family is used:
self.disambiguationTemplates = {
'_default': [], # REQUIRED
----
Pywikipedia [http] trunk/pywikipedia (r5935, Oct 05 2008, 15:18:40)
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----...
2008-10-07 09:40:54 UTC in Python Wikipedia Robot Framework
-
VBTablet goes online! Try the online version of TabletDemo, now at http://www.greenreaper.co.uk/tabletdemoonline/ - just let it load up, then click Connect and Enable. To draw in the window, click "Digitise Mode" - add "Sound mode" to add a Y-position-based tone.
You must have your tablet installed and working for this demo to work. Also, this demo requires the use of IE -...
2003-09-06 16:53:45 UTC in VBTablet - a WinTab Tablet API wrapper
-
I've had a few emails about using VBTablet with .NET. As a COM component, VBTablet can be used by creating a "runtime-callable wrapper", either manually or automatically. Details for doing this can be found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/callcomcomp.asp.
2002-09-03 15:19:42 UTC in VBTablet - a WinTab Tablet API wrapper