Tuesday, October 6, 2009

Source Code for Bato Bato Pik (no ASCII Graphics)

here is the link for bato bato pik source code..,

I didn't include the ASCII graphics, its up to you if you want to add or if you want to modify the program...

Bato Bato Pik

simple thank you or 30 pesos load is enough :P

Saturday, October 3, 2009

Bato Bato Pik

well someone in the chat box requested for something like jack en poy..,
I tried to create one and I came up with this
Turbo C Bato Bato Pik
I added a little ascii graphics for design purposes :P

First you will select what you want to use

Then the computer will randomly choose what to use against you...
You will see the result as you press enter

Do you like it..? A little modification and imagination can improve this program...
I can't include the source code but I can give you a hint...
It is just a series of IF's
for the graphics, I used a function(if it receive 1 it will print stone)

I uploaded the .exe file for you to try...
(sorry no source code)

Download it here
Bato Bato Pik by James Angelo Aves

Monday, September 21, 2009

TC Triangle Asterisk

by request:
create a program that will generate this output:
***
**_
*__

and

***
_**
__*

here is is



here is the complete code

#include
#include
int a,b,c;
main()
{
clrscr();
printf("\nProblem # 1\n\n");
for(a=1;a<=3;a++) { for(c=3;c>=a;c--)
printf("*");
for(b=1;b=a;c--)
printf("*");
printf("\n");
}

//my signature...

printf("\n");
printf("\n");
printf("############################\n");
printf("# #\n");
printf("# James Angelo Aves #\n");
printf("# james_03_aves@yahoo.com #\n");
printf("# #\n");
printf("############################\n");
getch();
}

Wednesday, August 26, 2009

Number To Word

Here is a simple C Program that converts Numbers to Word.
The program can convert numbers up to 999,999,999.
I created this using a function, thus making the program shorter.


Try it, download the .exe here

http://www.4shared.com/file/127905394/8024ed53/Number_to_Word.html

Sunday, August 23, 2009

YEHEY

My PHP Accreditation site is working again...
Kindly visit it, click the link on the right side of the blog...

Saturday, August 22, 2009

NEWS!!!

My PHP Accreditation site has been reported as an attack site by Google.
Well this is not true and my website is very safe.
I think SOMEONE inserted something in that website, and this is the proof...


And I know who might have done this...
To you, if you cannot do something good, just don't do anything...

And to all, do you know that even our project when I was in college was sabotage...?
Even my PHP chat box, that SOMEONE tried to insert a script that was the same as the script inserted in our college project...
That is why when you visit my PHP chat box, you will see my post
"James Aves: Please don't post any annoying script because it will not work here."

And to you, don't be jealous of what I can do, or what anybody can do.,
If you think you can't do such a thing, just seek for help,
and don't do stupid things...

Note: You can still visit my PHP Accreditation, I have already fixed it...
If "Reported attack site" appears on your browser, just click ignore this warning, or better if you will use Internet Explorer...
But for your own safety, I will just remove the link until the Google finish reviewing the website...