Alvinray's blog

"Iron will rust if not used, the stagnant water loses its purity and in cold weather will freeze. our brains will be like that if we do not use it to learn about something"
English French German Spain Italian Dutch Russian Portuguese Japanese Korean Arabic Chinese Simplified


WELCOME TO ALVIN RAY'S BLOG, PLEASE LEAVE COMMENT BEFORE LEAVING, AND THANKS FOR COMING

Silent and Deadly

that is the strategy if youre behind the enemy lines. dont think you can handle the enemy with confronts with them, but you must kill them silently without being killed

Survive

Surviving is the only way if you wish to live. you must be survive if you think that you're outnumbered or outgunned by the enemy

Eliminate

Eliminate the enemy if you have all weapons you need, and all weapons you need is deadly or eliminate your enemy once they are not ready. if you have a chance to kill.. dont waste more time to wait

Team

Work as a team to have an easier job or work, work as team mate is better than you work alone, if you in trouble your team can help you, and if youre teammate in trouble ,you should help them, that's called teamworks

Be the Strongest

There is a word said that "the strong will win, but the weak will die". you must be strong to face your opponent or enemy, don't let your morale down or you are weak.. you must try to be strong to face anything and anyone

Posted by Alvin Raylandi On 2/15/2012 10:22:00 PM 0 komentar

How to make a simple program in pascal ?

hi guys, i would like to tell you about how to make a program in pascal application..
i will give you some example, like to make a carculator in pascal..
this is the code :

program carculator;
uses crt;
var
a,b,c:integer;
begin
clrscr;
writeln('This is a simple addition calculating program');
write('Put in the first number  ');readln(a);
write('Put in the second number  ');readln(b);
c:=a+b;
writeln('the result of the sum above is  ',c); 
readln;
 
end.


that's the simple carculating program, if you want to change it to others, i will give you the formula:
c:=a div b <-- divide
c:=a-b <-- reduction
c:=a*b <-- times
c:=a+b <-- sum
to save the program after you input the script press F2
to run it press CTRL + F9



btw.. sorry for my bad english :P
have fun tried it :)

Posted by Alvin Raylandi On 2/03/2012 03:11:00 PM 0 komentar

LEGO digital designer 4.2


Hi guys ,welcome to alvinraylandi.blogspot.com, sorry for late posting :P
but i have a good information for you, if you like designing something in 3D, and design it easily, you can try LEGO digital designer ! ... i'm having much fun with this application, it's make my imagination are turned on !... and LEGO digital designer is FREE ! ...so try it now .. and it wont be very difficult like lightwave 3D ,or Autocad, but in first time you open this apps, it's will be very difficult. but don't worry, keep try and you'll mastered it !




to download for Windows :
MINIMUM SYSTEM REQUIREMENTS FOR WINDOWS
Operating system: Windows XP, Windows Vista or Windows 7.
CPU: 1 GHz processor or higher
Graphics card: 128 MB graphics card (OpenGL 1.1 or higher compatible)
RAM: 512 MB
Hard disk space: 1 GB





to download with MAC:
MINIMUM SYSTEM REQUIREMENTS FOR MAC
Operating system: OS X 10.5.8 or higher
CPU: Intel processor
Graphics card: NVIDIA GeForce 5200/ATI Radeon 7500 or better RAM: 1 GB
Hard disk space: 1 GB


PLEASE DON'T FORGET TO LEAVE A COMMENT HERE