Please Steal These webOS Features
When Apple introduced the first iPad in 2010, I bought one
immediately. I didn’t know what I’d use it for, but I was sure that I
would find some use for it. I never did. I played around with
it, wrote some code for it, but eventually stopped using it. I would
pick it up from time to time to ...
Create date : 2012-02-22 05:45:49
C/C++ Pointer Declaration Syntax – It makes sense!
I never really liked the way pointers are declared in C/C++:
int *a, *b, *c; // a, b and c are pointers to int
The reason is that I am used to reading variable declarations as MyType myVar1, myVar2, myVar3; and I always read “int*” as the type “integer pointer”. I therefore wanted the...
Create date : 2012-02-22 05:43:58
How Many C Programs Are There?
If I choose a size S, can you tell me how many valid C programs exist
that are no larger than that size? I’m actually interested in the
answer — it’ll help me make a point in a paper I’m writing. Shockingly,
the Internet (or at least, the part of it that I looked at based on a
few searc...
Create date : 2012-02-22 05:18:32
Valid JavaScript variable names
Did you know var π = Math.PI;
is syntactically valid JavaScript? I thought this was pretty cool, so I
decided to look into which Unicode glyphs are allowed in JavaScript
variable names, or identifiers as the ECMAScript specification calls them.
Reserved words
The ECMAScript 5.1 spec says...
Create date : 2012-02-22 05:16:53
Java Mail API
The
JavaMail API provides a platform-independent and protocol-independent
framework to build mail and messaging applications. The JavaMail API is
available as an optional package for use with Java SE platform and is also included in the Java EE platform....
Create date : 2011-08-18 11:01:43
JxBrowser
JxBrowser gives you a possibility to embed a rich web browser component,
that supports cutting-edge web technologies and standards, into your
Swing based Java desktop applications. So web documents, inside your
application will look exactly like in a web browser that...
Create date : 2011-08-15 12:22:45
USBSaver v1.0
USB Saver v1.0Have you ever forgotten to plug out your lovely USB driver after you log off the PC? Have you ever struggled to find your USB driver when you lose it? Many of us encountered this kind of problems now and then.So what to do?Here come the sol...
Create date : 2011-03-21 00:00:00
pTimer
pTimer is a small application which helps users to manage time when they are doing some time constraint things,such as presentation.
It's based on Java,created with GUI.Hope you like it....
Create date : 2010-11-05 00:00:00
MD5 Encryptor
The MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RFC 1321, MD5 has been employed in a wide variety of security applications, and is also commonly used to check data integrity. MD5 was designed by Ron Rivest in 19...
Create date : 2012-02-09 05:23:18
HTML5 Analog Clock v1.0
HTML5 Canvas Demo. The analog clock is created with pure HTML5
code and JavaScript.It uses canvas elements in HTML5.
In this demo, many methods of canvas in HTML5 are used such as
context.rect(),
context.arc(),
context.fill(),
Text and animation and some other functions.
Also some JavaScripts ar...
Create date : 2012-02-01 11:01:32
jObject.js v2.0
Description
jObject.js is a
Simple JavaScript API to help users develop web app clients much easier
and faster . It provides CSS manipulation,supports get elements by Class
includes Event handling,Form validation, simplified AJAX, graceful
ModalWindow, C...
Create date : 2011-12-26 09:51:46
jObject.js: A simple JavaScript API
jObject.js is a Simple JavaScript API to help users develop web app clients much easier . It provides CSS control,Event handling,Form validation, AJAX, ModalWindow and some System support functions. Every thing is encapsulated in objects and it is a Java like API.<br> It is also a cross browse...
Create date : 2011-11-26 04:31:49