VCPP - Drawing Ellipses & Rectangles

Today finally I could find a way to draw a rectangle & ellipse using mouse event handling, and this code works by pressing left mouse button for a rectangle & the right for an ellipse. Click here to view the code, which may raise some warnings which can be ignored. The latest revised code dt.17th Jan 2007 is over http://www.shortText.com/bp3zr (or) please Click here to view code with inclusion for keyboard events. Please let me know of any comments you may have.

Apple’s iPhone - Battle for the Zune Microsoft Cruxer - All things in a small phone!

The Mac/tech web has been all about the iPhone over the last few days. First it was the hype and exuberance of the new device, then people started to think about the limited information Jobs presented and speculate about the reality of the iPhone — what it is, what it isn’t. For some, this resulted in a pretty dramatic reversal of their opinion on the iPhone; others simply listed some concerns about the device that really were requests for more information rather than some sort of judgment.

We won’t know until June what the iPhone really is. We might see some real-world reviews beforehand, and from there we can start getting a feel for how good (or immature) this device really is.

Phil Schiller demos the iPhone for CBS’ John Blackstone, and it is impressive, especially when you see how well Apple nailed the user interface goals. The GUI and navigation aspects are simply amazing, and the phone seems quite responsive despite all the eye-candy. There’s cross-fading, real-time zooming, and incredibly smooth scrolling. As the iPhone line matures and diversifies, Apple is going to sell millions of these things

Mouse Events Handling #2

Visual Programming Lab Exercise #2
Mixed events for mouse handling along with Window properties except for it works fine on testing each line by removing the commnets to debug the whole. To view code please follow the link - Click Here (or) please paste on browser window - http://www.shortText.com/nomqfb.

VCPP-Window Creation & Handling

Visual Programming Lab Exercise #1
To view code please follow the link Click Here (or) kindly paste on browser window - http://www.shortText.com/ispen. Hope it runs fine without any good errors. Please do comment if this seems crap or turns out errorenous.

la`C2K6 Matrix Effectz

If you were in a avid audince who wonders how in Converita 2K6 presentation - matrix effect of streaming text was displayed, do follow the link for an interesting article prepared by a guy called Phil, for a flash intro for matrix effect on Converita Here or paste this url in your browser - http://www.shortText.com/r1rql.

Its quite interesting to note you need to specify the co-ordinates, intensity, gravity, glow, texture, randomness, point/position each time you get to start the matrix effect. A nice piece of scripting that has caught good background work.

de`RPTM Simulation - doubts

System Perfomance Monitoring - Is it possible in Linux?
Some doubts:
(1) Is it possible that we can run in graphics in Linux, as this is in TC.
(2) Which library holds the cache system variable (…like mem usage)?

Can we access variable for cache memory or current page file usage in Turbo C? In linux it seems good, by using the command ‘free’, but can we access that same as in TC, for system variable which keeps changing every sec/ms. Herein do follow the link Click Here (or) paste the following url in your browser window - http://www.shortText.com/zyldr.

This is a part of a program thought for simulating system performance monitoring, yet I can’t tell if it’s okay. But it’s only for some random values,not original one which I hope to make soon post along. Please extract or make a .c file in //tc/bin and run it,yet this is just a small version, hoping some improvements & comments along.

de`Brute Force

Brute Force Algorithm - Trial
A small version of BFA used to analyse meaningful words from your own jargon - a dictionary file (say ZION/OXFORD.txt). Do make the text dixtionary and check out existing combinations. A simple program made, yet can be made simpler atmost with lesser iterations if Radix sort had been applied. Please check the code over the link - Click here (or) kindly paste the url in your browser window http://www.shortText.com/vheedh and do comment your views.