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


Posted by Alvin Raylandi On 1/13/2012 11:02:00 PM 0 komentar

Meanings of the BEEP code on computer

 
hi guys, i was studying about the BEEP code on computer, and i learned lots from my teacher here it is what i learned, and i got few mores from internet of course.. :

 -> Standard Original IBM POST Error Codes


->Code &amp; Description :
- 1 short beep System is OK
- 2 short beeps POST Error - error code shown on screen No beep Power supply or system board problem Continuous beep Power supply, system board, or keyboard problem Repeating short beeps Power supply or system board problem
- 1 long, 1 short beep System board problem
- 1 long, 2 short beeps Display adapter problem (MDA, CGA)
- 1 long, 3 short beeps Display adapter problem (EGA)

->IBM POST Diagnostic Code Descriptions
Code Description
100 - 199 System Board
200 - 299 Memory
300 - 399 Keyboard
400 - 499 Monochrome Display
500 - 599 Colour/Graphics Display
600 - 699 Floppy-disk drive and/or Adapter
700 - 799 Math Coprocessor
900 - 999 Parallel Printer Port
1000 - 1099 Alternate Printer Adapter
1100 - 1299 Asynchronous Communication Device, Adapter, or Port
1300 - 1399 Game Port
1400 - 1499 Colour/Graphics Printer
1500 - 1599 Synchronous Communication Device, Adapter, or Port
1700 - 1799 Hard Drive and/or Adapter
1800 - 1899 Expansion Unit (XT)
2000 - 2199 Bisynchronous Communication Adapter
2400 - 2599 EGA system-board Video (MCA)
3000 - 3199 LAN Adapter
4800 - 4999 Internal Modem
7000 - 7099 Phoenix BIOS Chips
7300 - 7399 3.5″ Disk Drive
8900 - 8999 MIDI Adapter
11200 - 11299 SCSI Adapter
21000 - 21099 SCSI Fixed Disk and Controller
21500 - 21599 SCSI CD-ROM System














->AMI BIOS Beep Codes
Code Description
1 Short Beep System OK
2 Short Beeps Parity error in the first 64 KB of memory
3 Short Beeps Memory failure in the first 64 KB
4 Short Beeps Memory failure in the first 64 KB Operational of memory
or Timer 1 on the motherboard is not functioning
5 Short Beeps The CPU on the motherboard generated an error
6 Short Beeps The keyboard controller may be bad. The BIOS cannot switch to protected mode
7 Short Beeps The CPU generated an exception interrupt
8 Short Beeps The system video adapter is either missing, or its memory is faulty
9 Short Beeps The ROM checksum value does not match the value encoded in the BIOS
10 Short Beeps The shutdown register for CMOS RAM failed
11 Short Beeps The external cache is faulty
1 Long, 3 Short Beeps Memory Problems
1 Long, 8 Short Beeps Video Card Problems

->Phoenix BIOS Beep Codes
Note - Phoenix BIOS emits three sets of beeps, separated by a brief pause.
Code Description
1-1-3 CMOS read/write failure
1-1-4 ROM BIOS checksum error
1-2-1 Programmable interval timer failure
1-2-2 DMA initialisation failure
1-2-3 DMA page register read/write failure
1-3-1 RAM refresh verification failure
1-3-3 First 64k RAM chip or data line failure
1-3-4 First 64k RAM odd/even logic failure
1-4-1 Address line failure first 64k RAM
1-4-2 Parity failure first 64k RAM
2-_-_ Faulty Memory
3-1-_ Faulty Motherboard
3-2-4 Keyboard controller Test failure
3-3-4 Screen initialisation failure
3-4-1 Screen retrace test failure
3-4-2 Search for video ROM in progress
4-2-1 Timer tick interrupt in progress or failure
4-2-2 Shutdown test in progress or failure
4-2-3 Gate A20 failure
4-2-4 Unexpected interrupt in protected mode
4-3-1 RAM test in progress or failure&gt;ffffh
4-3-2 Faulty Motherboard
4-3-3 Interval timer channel 2 test or failure
4-3-4 Time of Day clock test failure
4-4-1 Serial port test or failure
4-4-2 Parallel port test or failure
4-4-3 Math coprocessor test or failure
Low 1-1-2 System Board select failure
Low 1-1-3 Extended CMOS R

so dont panic if you're don't know why your computer always saying BEEP... cuz i have told you the meanings of it ;)


PLEASE DON'T FORGET TO LEAVE A COMMENT HERE