Sunday, June 6, 2010

Monday, May 24, 2010

CLOSING SOON

I will be closing this blog soon... I will be transferring to my own new site...

Tuesday, December 8, 2009

back up MYSQL

to back up your databases, you can do the following...

mysqldump -u [username] -p[root_password] [database_name] > dumpfilename.sql

for example I have a database with the following informations...

root username: James
root password: Aves
Database Name: aeisjean

and I want to save the copy as aeisjean.sql

you will do this...

mysqldump -u James -pAves aeisjean > aeisjean.sql

---------

to restore just type
mysql -u [username] -p[root_password] [database_name] < dumpfilename.sql

Note: You can save your backup in your PC... By default, the backup will be on the root folder in your server...

Monday, November 2, 2009

NEW UPDATES SOON

soon
i will post useful scripts
in php, javascript, vbscript etc..
i will also put in my blog some tutorials in
mysql
both windows and linux server...

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