Pages

Showing posts with label x. Show all posts
Showing posts with label x. Show all posts

Wednesday, July 12, 2017

Deus Ex is X and to celebrate you get 75 off the Deus Gotyr and collection

Deus Ex is X and to celebrate you get 75 off the Deus Gotyr and collection


Get over to steam and download now, Deus Ex is possibly the best pc game ever written , certainly the best game involving the Illuminati , shades , leather trench coats and the greatest game to date by our hero Warren Spector , honestly if you think fallout 3 , oblivion and mass effect are indications of how RPGs should play , you need to play this masterpiece , and it can take 4 weeks ! So go on this will be the best 2.79 you will spend all year And Happy Birthday Denton , roll on Deus Ex 3 ! Oh and for your 2.79 you will also get some game called deus ex invisible war
Read more »

Monday, July 10, 2017

Displaying a Word or String in an 16x2 LCD with PIC16F877A and MPLAB X

Displaying a Word or String in an 16x2 LCD with PIC16F877A and MPLAB X


We have seen how to interface an LCD with PIC16F877A  . In this we are printing only a letter in the  LCD , now we are going to Display a string on the LCD  for this following steps are followed


First Create a MPLAB X project as in the steps for  Blinking a LED using MPLAB X , PIC16F877A

And check the  Interfacing LCD with PIC16F877A in MPLAB X  to know how to interface a LCD

Components
1.PIC16F877A micro controller
2. 2x16 LCD Display



we are using the following functions 



  • void delay(unsigned int msec) // Time delay function

  • void lcd_cmd(unsigned char item) // Function to send command to LCD

  • void lcd_data(unsigned char item) // Function to send data to LCD

  • void lcd_data_string(unsigned char *str) // Function to send data to string

  • void lcd(unsigned char str[10])




To display the string in  LCD , just call the below lines in main function


 lcd_cmd(0x01);
  lcd_cmd(0x86);
  lcd("STRING TO DISPLAY");


The functions are defined below 




void delay(unsigned int msec) // Time delay function
{
int i,j ;
for(i=0;i<msec;i++)
for(j=0;j<1275;j++);
}
void lcd_cmd(unsigned char item) // Function to send command to LCD
{
dataport = item;
rs= 0;
rw=0;
en=1;
delay(1);
en=0;
return;
}
void lcd_data(unsigned char item) // Function to send data to LCD
{
dataport = item;
rs= 1;
rw=0;
en=1;
delay(1);
en=0;
return;
}
void lcd_data_string(unsigned char *str) // Function to send data to string
{
int i=0;
while(str[i]!=)
{
lcd_data(str[i]);
i++;
//delay(10);
}
return;
}
void lcd(unsigned char str[10])
{
lcd_cmd(0x38);
lcd_cmd(0x0e);
lcd_data_string(str);
}
Read more »

Sunday, June 25, 2017

Divinorum Revisited GTK 2 x Theme Style

Divinorum Revisited GTK 2 x Theme Style




(Divinorum-Revisited-pack.tar.gz)
(link to page: Divinorum-Revisited-GDM Login Theme)
(link to page: OpenOffice workaround/fix by Adam St)
(link to page: Divinorum Theme by Wulax)
(link to page: Divinorum Cyan & Magenta by Fyda)
(link to page: Divinorum-Black-Blue-Green by JECHO)
(link to page: Artwiz Fonts)
MS Windows(Link To Divinorum-DX, a desktopX theme for windows)
(Artwiz-fonts TTF Format)
Read more »

Thursday, June 22, 2017

Detail Shed plans 16 x 32

Detail Shed plans 16 x 32


Try Shed plans 16 x 32

Detailed information about Shed plans 16 x 32 and your search ends here Before going further I found the following information was related to Shed plans 16 x 32 a bit review
one photo Shed plans 16 x 32

Ideal Protein Phase 2 Sheet

Ideal Protein Phase 2 Sheet

Gambrel Trusses Shed Plans

Gambrel Trusses Shed Plans

Gambrel Style Pole Barn Plans

Gambrel Style Pole Barn Plans

Timber Frame Shed Plans

Timber Frame Shed Plans

Lean to Shed Plans

Lean to Shed Plans

understand Shed plans 16 x 32 whose plenteous guy quest guy get lucky as for since discover Shed plans 16 x 32

Maybe this Shed plans 16 x 32 article Make you know more even if you are a beginner in this field

Read more »

Wednesday, June 14, 2017

DJ ECool ft Danagog x Selasi – GIVE DEM DjEcool

DJ ECool ft Danagog x Selasi – GIVE DEM DjEcool


Davido�s Official disc jockey Dj ECool premieres brand new music featuring Danagog & Selasi (from Ghana).

The very energetic Dj ECool who has won numerous awards home & in the diaspora is best known for releasing some of the hottest mixtapes. DOWNLOAD
Read more »

Tuesday, June 6, 2017

Disable UAC VBScript By X Shadow

Disable UAC VBScript By X Shadow


Informa��es:

Programa: Disable UAC VBScript
Tamanho: 1,08 KB ::.
Data da Cria��o: 08/01/2017 [01:17]









Read more »

Wednesday, May 31, 2017

Disable Password Protect Single User Mode RHEL CentOS 5 x 6 x

Disable Password Protect Single User Mode RHEL CentOS 5 x 6 x


Hello All,
If you have not protected Single User Mode with Password then it is big risk for your Linux Server, So protecting Single User Mode with Password is very important when it comes to security,
Today in this article i will show you how you can protect Single User Mode with Password on RHEL / CentOS 5.x and RHEL / CentOS 6.x.


Read more : http://www.tejasbarot.com/2014/05/05/disable-password-protect-single-user-mode-rhel-centos-5-x-6-x/
Read more »