"Writing good software requires a lot of concentration, and writing BASIC for the Altair was exhausting. Sometimes I rock back and forth or pace when I'm thinking because it helps me to focus on a single idea and exclude distractions. I did a lot of rocking and pacing in my dorm room the winter of 1975. Paul and I didn't sleep much and lost track of night and day. When I did fall asleep, it was usually at my desk or on the floor. Some days I didn't eat or see anyone. But after five weeks our BASIC was written—and the world's first microcomputer software company was born. In time we'd name it "Microsoft."

…People often ask me to explain Microsoft's success. They want to know the secret of getting from a two-man, shoestring operation to a company with more than 21,000 employees and more than $8 billion a year in sales. Of course, there's no simple answer, and luck has played a role, but I think the most important element was our original vision."—Bill Gates in The Road Ahead

  About WarSoft

WarSoft is the software company known to provide high quality software products. It is named "WarSoft" so as to represent it's founders—Wesley and Rajesh. WarSoft was bloomed in the summer of 2000. For the past few years WarSoft's products are being appreciated worldwide—than in local arena.

Top

  WarSoft's Doctrine

"I tell you the truth, if you have faith as small as a mustard seed, you can say to this mountain, 'Move from here to there' and it will move. Nothing will be impossible for you."—Jesus Christ

We can do all things through Christ who strengthens us.

Top

  Boastful Words

WarSoft has yet produced so many—good and tough products that are not at all possible for other rivals. WarSoft always exploits the maximum resources and technologies to develop any of its products. Inevitably, that is the reason for its quality.

Following are the few of WarSoft's products:

GuideMe.ITgo.com
Coders: K. Joseph Wesley & R. Rajesh Jeba Anbiah
Description: GuideMe.ITgo.com is the first venture of the WarSoft in April 2000 and it was a great success. Actually GuideMe.ITgo.com was aimed at indexing good sites. Because of some reasons, those contents of GuideMe.ITgo.com was removed. At present GuideMe.ITgo.com is the official Web Page for the yet to be released book "A to Z of C"—another product of WarSoft.
Credits: Arun Moses M.B.A., our hostel friend for suggesting the name "GuideMe."
Richard M.B.A., Seetharam Babu M.B.A., Ryan Martin M.B.A., Ramesh Krishnan M.B.A., Giftson M.B.A.—our Wallace Hall friends—with whom our midnight (11pm-2am) barks and bites really helped to improve our personality.
Quick Mail @ GuideMe.ITgo.com
Coders: K. Joseph Wesley & R. Rajesh Jeba Anbiah
Description: Quick Mail @ GuideMe.ITgo.com is the world's fastest email service—and of course it is the product of WarSoft. Sometimes people ask how it's possible for the Quick Mail @ GuideMe.ITgo.com to be faster—even in slow connections. The answer is inevitably the technology—WarSoft uses the faster technologies that its rivals failed to recognize.
Credits: Ms.Lyril Sugitha, our friend for suggesting the colors for the Quick Mail @ GuideMe.ITgo.com
Scribble
Coder: R. Rajesh Jeba Anbiah
Description: Scribble is a world's first user-friendly CHR file creator by WarSoft. CHR files are necessary to work with BGI (Borland Graphics Interface) for displaying fonts. People who know about Turbo C or Turbo Pascal may aware how such a tool be useful to the programmers. There is no point in comparing the quality of Scribble with Borland's CHR editor—Scribble is the best. The source code of Scribble is about to appear in the "A to Z of C," a book from WarSoft. So, we couldn't provide any more details of Scribble here.
Yet to be named Game
Coder: K. Joseph Wesley
Description: It is the world's first DOS based game that achieves a kind of multiprocessing. Multiprocessing in plain DOS??!!! We're pretty sure, it might be a great shock to you. Yes, it's possible only for WarSoft.
Crack it!
Coder: R. Rajesh Jeba Anbiah
Description: Crack it! was developed with pure educational purposes. It was developed so as to demonstrate the credibility of Window NT. It can find out any users'—even administrator's password using brute force technique. WarSoft found that it is easy to crack 8-characters password within about 1-hour.
Web Portal for Daily Promises
Coder: K. Joseph Wesley
Description: WarSoft is proud to develop a web portal for Daily Promises, a Christian Missionary Society located at Saudi Arabia.
Our American College
Coder: R. Rajesh Jeba Anbiah
Description: WarSoft's another product is Our American College. Our American College is hosted on the server that doesn't support any server side processing. 99% of the processing is coded in pure client side JavaScript. If you know JavaScript, it might be a shock to you. Yes, it's possible only for WarSoft.
A to Z of C
Authors: K. Joseph Wesley & R. Rajesh Jeba Anbiah
Description: We don't have anything to boast at this time as "A to Z of C," a book on C/DOS programming is under publication review. We expect this book will be released in June 2002. Some people back bite that this book will never be released. We don't mind those words, as we trust in God, who alone gave this project.
Credits: Mr. Dennis M. Ritchie—creator of C language, Ms. Lyril Sugitha, Mr. D. Joseph Devadason, and all the people who helped us through the course of this project.
XoX
WarSoft is proud to support XoX, the one & only multinational and multipurpose company on the earth.

Top

  Request for Software Development

WarSoft accepts any kind of Software proposals—system software, application software, Web Page Development, etc. The quality of WarSoft work is guaranteed. WarSoft accepts any proposals not less than Rs. 19,999/- As compared to WarSoft's rivals, it is so cheap as the quality is guaranteed. You may contact WarSoft using the email address warsoft@rediffmail.com

Please understand that WarSoft is not a non-profit organization. WarSoft accepts only the profit-based proposals. We receive certain requests to correct the bugs in the program. Please don't send such a requests, as we don't get any profit out of them.

Top

  Recruitment at WarSoft

It is amazing that we receive resumes from various people. WarSoft is interested only in the committed people. WarSoft doesn't believe in College degrees or marks. WarSoft looks in your potentials, commitment, thirst in learning and applying concepts & logics. WarSoft don't accept the "classical" resume. Don't send any attachments to WarSoft. WarSoft's resume includes few questions from programming too as WarSoft believes programming skill is necessary. Following is the WarSoft's resume format:

Name:
D.O.B.:
Sex:
Your Own Doctrine:
Your Goal(s):
Do you believe in the power of prayer?
Write an efficient program in C to find out whether the given number is prime or not.
Write an efficient program in C to convert the Arabic numerals to roman.
Write your own sin( ) function in C.
Write an efficient program in C to check whether the given number is power of 2 or not. (1, 2, 4, 8, 16, 32, 64…are powers of 2)
Comment on the validity of following C code.
     int _; _ = 10; --_;
Comment on the following C code.
    int i = 7; printf( "%d", ++i * ++i );
Which is the fastest datatype in C?
How would you avoid memory leak in C?
Write your own strcmp( ) function in C. (Efficient implementation)
Write SWAP(datatype, a, b) macro in C to swap any datatype variables.
Write an efficient program in C to reverse the given linked list.

Send the resume only in plain text format to warsoft@rediffmail.com with the subject line "My Resume."

Top

  About Wesley And Rajesh

Joseph Wesley is a final year MCA student in The American College, a prestigious institution in Madurai. He is also an alumnus of St. Xavier's College, Palayamkottai.

He used the resources available to him to the maximum and gained a lot even in his young age. He spends his time before the computer and likes it too. He wanted to make a contribution to the computer world and has done it through this work. This is just a start. He has miles to go and will not rest before he reaches his target.

He is a person of integrity and high potential. He enjoys speeding out in his own car. He can be reached at jwes_2000@yahoo.com .

Joseph Wesley
R. Rajesh Jeba Anbiah

R. Rajesh Jeba Anbiah is a very simple guy, 24, studying final MCA in the American College, South India. Next to God, he believes in hard work and simplicity.

He is neither a great programmer nor a great person, but he loves risks and challenges.

He is interested in doing things differently. He spends most of his time thinking, dreaming and programming with computer. His special interests include repairing old shoes, listening to music, whistling, creative writing, Applied Mathematics, Tamil culture, and Politics. He is allergic to dust, mark-based education system, chaos, cheating, hypocrisy, and show-off.

Top

1362

. .

Top