iconAll times are GMT +7. The time now is 08:39 PM. | Welcome to Forum, please register to access all of our features.
  #1  
Old 01-11-2010, 10:27 PM
Jackson Jackson is offline
CODER Member
 
Join Date: Jan 2010
Location: Malaysia for now...
Posts: 3
Default Website pembelajaran tentang komputer

Rencana mau ngambil computer science semester depan..., tp gak ad basic computer...
Ad website2 free yg ngajarin ttg komputer dari 0 gk??
Ad saran apa aja yg perlu dipelajari??
Juga klo ad pdf ttg hacking tolong di share,y??
Thanks anyway...
Reply With Quote
  #2  
Old 01-12-2010, 05:07 PM
Ulatbulu's Avatar
Ulatbulu Ulatbulu is offline
CODER Member
 
Join Date: Nov 2009
Location: Rumput yg bergoyang
Posts: 92
Default

Ente bs masuk, baca2 and donlot sepuasnya ampe puyeng (krn saking banyaknya) di ilmukomputer masuk ke bagian knowledge....
Reply With Quote
  #3  
Old 01-13-2010, 08:16 AM
fabs's Avatar
fabs fabs is offline
CODER Fans
 
Join Date: Jul 2009
Location: in the processor
Posts: 165
Default

kalo ane w3schools.com
mantep banget dah
__________________
http://phpkode.co.cc
Reply With Quote
  #4  
Old 01-13-2010, 02:57 PM
Cyber J.S.'s Avatar
Cyber J.S. Cyber J.S. is offline
CODER Contributor
 
Join Date: Nov 2009
Location: Grey-HAT Research Facility
Posts: 550
Default

Quote:
Originally Posted by Ulatbulu View Post
Ente bs masuk, baca2 and donlot sepuasnya ampe puyeng (krn saking banyaknya) di ilmukomputer masuk ke bagian knowledge....
ane setuju ma ente broo..
IlmuKomputer emang gudangnya ilmu komputer dah...
__________________
Code:
int GetDrives(int drivetype)
{
	int i = 0, result = 0;
	char drive;
	char* tDrive = (char*)malloc(4);
	
	for(drive='A'; drive<='Z'; drive++)
	{
		tDrive[0] = drive;
		tDrive[1] = ':';
		tDrive[2] = '\\';
		tDrive[3] = 0;
		result = GetDriveType(tDrive);
		if(result == drivetype || (drivetype == MYCOMPUTER && result > 1))
		{
			PrintWithVolume(tDrive, result);
			i++;
		}
		
	}
	free(tDrive);
	return(0);
}
Reply With Quote
  #5  
Old 01-15-2010, 07:51 PM
Jackson Jackson is offline
CODER Member
 
Join Date: Jan 2010
Location: Malaysia for now...
Posts: 3
Default

Thanks yg ud reply...
Reply With Quote
  #6  
Old 01-22-2010, 04:59 PM
Cyber J.S.'s Avatar
Cyber J.S. Cyber J.S. is offline
CODER Contributor
 
Join Date: Nov 2009
Location: Grey-HAT Research Facility
Posts: 550
Default

Quote:
Originally Posted by Jackson View Post
Thanks yg ud reply...
Yupz...
sama-sama, gan...
__________________
Code:
int GetDrives(int drivetype)
{
	int i = 0, result = 0;
	char drive;
	char* tDrive = (char*)malloc(4);
	
	for(drive='A'; drive<='Z'; drive++)
	{
		tDrive[0] = drive;
		tDrive[1] = ':';
		tDrive[2] = '\\';
		tDrive[3] = 0;
		result = GetDriveType(tDrive);
		if(result == drivetype || (drivetype == MYCOMPUTER && result > 1))
		{
			PrintWithVolume(tDrive, result);
			i++;
		}
		
	}
	free(tDrive);
	return(0);
}
Reply With Quote
  #7  
Old 01-31-2010, 01:55 AM
D-Cracker D-Cracker is offline
CODER Member
 
Join Date: Jan 2010
Posts: 16
Default

@TS
Anda bs mulai belajar sambil bersosialisasi (Berinteraksi) lwt Forum" spt Forum ini. Misal : coder.web.id, kaskus.us, xcode.or.id, dll.
Reply With Quote
  #8  
Old 01-31-2010, 01:06 PM
Cyber J.S.'s Avatar
Cyber J.S. Cyber J.S. is offline
CODER Contributor
 
Join Date: Nov 2009
Location: Grey-HAT Research Facility
Posts: 550
Default

Quote:
Originally Posted by D-Cracker View Post
@TS
Anda bs mulai belajar sambil bersosialisasi (Berinteraksi) lwt Forum" spt Forum ini. Misal : coder.web.id, kaskus.us, xcode.or.id, dll.
satu lagi :
Disini...
__________________
Code:
int GetDrives(int drivetype)
{
	int i = 0, result = 0;
	char drive;
	char* tDrive = (char*)malloc(4);
	
	for(drive='A'; drive<='Z'; drive++)
	{
		tDrive[0] = drive;
		tDrive[1] = ':';
		tDrive[2] = '\\';
		tDrive[3] = 0;
		result = GetDriveType(tDrive);
		if(result == drivetype || (drivetype == MYCOMPUTER && result > 1))
		{
			PrintWithVolume(tDrive, result);
			i++;
		}
		
	}
	free(tDrive);
	return(0);
}
Reply With Quote
  #9  
Old 03-10-2010, 01:51 AM
tiimuzz tiimuzz is offline
CODER Member
 
Join Date: Mar 2010
Posts: 2
Default

thanks watb info2 na.q nak bru nie mnta bimbingan na ea...............
Reply With Quote
  #10  
Old 03-13-2010, 09:30 PM
Cyber J.S.'s Avatar
Cyber J.S. Cyber J.S. is offline
CODER Contributor
 
Join Date: Nov 2009
Location: Grey-HAT Research Facility
Posts: 550
Default

Quote:
Originally Posted by tiimuzz View Post
thanks watb info2 na.q nak bru nie mnta bimbingan na ea...............
sama - sama....
silakan bergabung...
__________________
Code:
int GetDrives(int drivetype)
{
	int i = 0, result = 0;
	char drive;
	char* tDrive = (char*)malloc(4);
	
	for(drive='A'; drive<='Z'; drive++)
	{
		tDrive[0] = drive;
		tDrive[1] = ':';
		tDrive[2] = '\\';
		tDrive[3] = 0;
		result = GetDriveType(tDrive);
		if(result == drivetype || (drivetype == MYCOMPUTER && result > 1))
		{
			PrintWithVolume(tDrive, result);
			i++;
		}
		
	}
	free(tDrive);
	return(0);
}
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump