Monday, January 27, 2020

C Programming Code Hangman Game

C programming is the basic for all learners. After a student study about c programming . He may be in the search of project using c programming. Here , today i present you a small project using c programming only. HANGMAN is a small game where a user have to guess a letter of the word. There are some rules in the which you can find during the time of programming running.

#. Hangman C Programming Code


#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>


int a,z,b;
char game_started(char SECRET_WORD[])
{
    printf("Game Started...\n\n");
    printf("Loading word list from file...\n    %d words loaded...\n\nI'm thinking a word that is %d letter long.\n\n\n\n\n\n\n\n\n", 55900, strlen(SECRET_WORD));


    return '1';
}

int ALPHABET (char letter)
{
    if (letter >= 'a' && letter <= 'z')
        return 1;
    else
        return 0;
}

int GUESSED_BEFORE(char letter, char LETTERS_GUESSED[])
{
    for (a = 0; a < strlen(LETTERS_GUESSED); a++)
    {
        if (letter == LETTERS_GUESSED[a])
            return 1;
    }
    return 0;
}


int EXIST_IN_SECRETWORD(char letter, char SECRET_WORD[])
{
    for(a = 0; a < strlen(SECRET_WORD); a++)
    {
        if (letter == SECRET_WORD[a])
        return 1;
    }
    return 0;
}







int IS_VOWEL(char letter)
{
    if (letter == 'a' ||letter == 'e' ||letter == 'i' ||letter == 'o' ||letter == 'u')
        return 1;
    else
        return 0;
}

void letters_available(char LETTERS_GUESSED[])
{
    char available_letters[] = "abcdefghijklmnopqrstuvwxyz";

    int count;
    for ( a = 0; a < 26; a++)
    {
        count = 1;
        for( b = 0; b < 20; b++)
        {
            if (available_letters[a] == LETTERS_GUESSED[b])
            {
                count = 0;
                break;
            }
        }
        if (count == 1)
            printf("%c  ", available_letters[a]);
    }

}


int main()
{

    int GAME_FINISHED = 0;

    char SECRET_WORD[] = "apple";
    game_started(SECRET_WORD);

    for( a = 0; a < strlen(SECRET_WORD); a++)
    {
        SECRET_WORD[a] = tolower(SECRET_WORD[a]);
    }


    char DISPLAY[strlen(SECRET_WORD)];
    for( a = 0; a < strlen(SECRET_WORD); a++)
    {
        DISPLAY[a] = '_';
    }


    int LIVES = 6, WARNINGS_LEFT = 3, SCORE = 0;
    char GUESSED_LETTERS[26] = "--------------------";
    int GUESSED_COUNT = 0;
    char letter;

    GAME_IS_ON :

    printf("Lives = %d                                  Warnings Left = %d                                  Score = %d\n\n\n\n\n\n", LIVES, WARNINGS_LEFT, SCORE);
    for( a = 0; a < strlen(SECRET_WORD); a++)
    {
        printf("%c ", DISPLAY[a]);
    }

    printf("\n\nAVAILABLE LETTERS :\n");
    letters_available(GUESSED_LETTERS);

    printf("\n\n\n\n\nGuess the letter...\n");

    fflush(stdin);
    scanf("%c", &letter);
    letter = tolower(letter);
    fflush(stdin);
    system("cls");

    if (!ALPHABET(letter))
    {
        if(WARNINGS_LEFT >= 1)
        {
            WARNINGS_LEFT--;
            printf("Warning! The character you entered is invalid!\nYou have %d warnings left...\n\n", WARNINGS_LEFT);
        }
        else
        {
            LIVES--;
            printf("Due to no warnings left, your lives is reduced...\n\nYou have %d lives left\n\n", LIVES);
        }
    }
    else
    {
        if (GUESSED_BEFORE(letter, GUESSED_LETTERS))
        {
            if(WARNINGS_LEFT >= 1)
            {
                WARNINGS_LEFT--;
                printf("Warning! The character you entered is invalid!\nYou have %d warnings left...\n\n", WARNINGS_LEFT);
            }
            else
            {
                LIVES--;
                printf("Due to no warnings left, your lives is reduced...\n\nYou have %d lives left\n\n", LIVES);
            }
        }
        else
        {
            GUESSED_LETTERS[GUESSED_COUNT] = letter;
            GUESSED_COUNT++;

            if (EXIST_IN_SECRETWORD(letter, SECRET_WORD))
            {
                printf("RIGHT GUESS...\n\n");
                for ( a = 0; a < strlen(SECRET_WORD); a++)
                {
                    if (letter == SECRET_WORD[a])
                        DISPLAY[a] = letter;
                }

                if(IS_VOWEL(letter))
                    SCORE += 30;
                else
                    SCORE += 20;
            }
            else
            {
                printf("WRONG GUESS...\n\n");

                if(IS_VOWEL(letter))
                {
                    LIVES -= 2;
                    SCORE += 10;
                }
                else
                {
                    LIVES --;
                    SCORE -= 5;
                }

            }
        }
    }
    if (SCORE < 0)
        SCORE = 0;

    if (LIVES <= 0)
    {
        system("cls");
        GAME_FINISHED = 1;
        printf("Game over...\nYou have no lives left...\n\nThe word was ");
        puts(SECRET_WORD);
        printf("\n\n");
        printf("You Scored %d.\n\n\n", SCORE);

    }


    if (strcmp(SECRET_WORD,DISPLAY) == 0)
    {
        system("cls");
        GAME_FINISHED = 1;
        printf("Congracts...\nYou revealed all the letters...\n\nThe word is ");
        puts(SECRET_WORD);
        printf("\n\n");
        printf("You Scored %d.\n\n\n", SCORE);
    }

    if (!GAME_FINISHED)
        goto GAME_IS_ON;

}




OUTPUT :


Tuesday, January 21, 2020

Australia Kanda

Australia Kanda 

Australia Kanda Video Link.

Australia Kanda is one of the viral kanda ( Sex video) on 20 january , 2020. It is much viral and too much shared on the private groups of boys on social media at this time. This is the video of nepali girl .

Video Link is at the bottom of the page .
This video is recorded by the man during the time of copulation.  There are 3 videos leaked about this kanda. This first video is of 2:20 which is the first starting video. In this video we can easily found that the girl is too passionated and   the man is much trying to give pleasure to the girl. The video is clear and audio can easily heard on the video. The girl is wearing pink colour tshirt .
First Video is of 2:20 duration of time . The girl is too much passionated as seen in the video.

Australia Kanda

                                                                   Image : First video.


Second video is of 5:27 interval. In this second video,  there is  conversation between the man and the girl . In the video the man has not shown his face . Only he is recording the situation of girl and her faces with her body parts.


Australia Kanda
                                                        Image : Starting of Second Video
Some Conversation between the People on the Video .
Man: Do you gona c** for me .
Girl : yeahhh
Man : Yeah ?
Girl : ahumm
Man : goddd !!!

Girl : godd
Man : c** for me ?
Girl : yeah
Man:Get ready for c**. Goog girl !!! Look at me .
Man : Are you gone c** or I continue F*** you.
Girl : What you want to do babes ..
Such conversation can be found on the video.
At 3:01 girl is using her phone and conversation is also going on.

Third video is of 1:54 time duration . This is the ending video of first ever Australian Kanda .

Australia Kanda

                                                    Image of Ending Australian Kanda.

What about the man on the video ?
- Many people have guessed that that persion is an australain guy because the voice of that man is not like the a nepali Man . But why a nepali girl is with australian guy ? Comments plz.

Many Nepali girls are migrating to Australia for higher education . But When we nepali found such videos , it makes us to bow down our head . Such activities is not accepted in nepali societies.


Sunday, January 12, 2020

Shanti Stupa - Pokhara

Pokhara Tourism Area

Shanti Stupa or Chinese Ghumba

Shanti Stupa adds beauty to the Pokhara Valley.

Whole Pokhara valley can be seen beautiful from this place. Hill of  Sarangkot,  paragliding on the sky , boat on the phew lake  are the beautiful scene which can be observed from santi stupa .



Location :

 From Mahendra pool, public vehicles are easily available to reach this place. To reach there we have to go through the way of Sanjya and from Chorepattan we can reach this place.

Main Attraction :

Pokhara Shanti Stupa is a Buddhist pagoda-style monument on Anadu Hill of the former Pumdi Bhumdi VDC in Pokhara. It is a tourism area. Hence, many tourists from different countries come for cycling, tracking, etc.

Saturday, January 11, 2020

Jonny Sins

Jonny Sins or Steven Wolfe

Steven Wolfe or Jonny sins is a pornographic actor, director, and internet personality. He was born on 1978, Dec 31 in Pittsburgh, Pennsylvania, US. Johnny Sins are one of the most popular performers in the adult entertainment industry of the 21st Century. He is 40 Years old.  He is the star of the Pornographic site brazzer.com. He has got awards like AVN awards, Purnhub Award, XBIZ Award, XRCO Award for Male Performer of the year.


His wife's name is Kissa Sins. And she is also a porn actress. And his parents are unknown. Jonny sin was a shy boy but he was popular among every girl. He focuses on exercise and makes a good body. Sins drink alcohol as well as he smokes. In childhood, he was a porn fan, at the age of 13 he asks for a computer with his parents mainly for porn.
He has worked with top production companies like Brazzers and Naughty America.
Today He is the most popular artist and most searched person on the internet. He has the video of millions of views on the sites like pornhub, Brazzers, Naughty America, and others. Nowadays "Jonny sins with Dani Daniels" is the most search on porn sites.

Nepali Cousin Kanda

Read and Watch Nepali Cousin Kand

Nepali Cousin kanda is one of the most popular kanda viraled in 2019 in nepal. Every youth are busy on the search of this kanda.
Describing about this kanda:-
  This kanda is a short video between two peoples or lets say two cousin . The duration of this video is 1 mintutes 5 second. In this video camera is placed near the windows and a innocent boy is doing some sexual activities which is known as Nepali Cousin Kanda.
Cousin kanda is most popular scandal and every people in world wants to see this short video before they die. 


The age of boy is about 10 years and the age of Girl is about 16.

To Watch the video go through this link.


Nepali Lifeline Quotes , Love Quotes, Love Destination

प्रेम एउटा सियो जस्तै हो ,,,
सम्हाल्न जानेनौ भने जिन्दगी बिझाउँछ
सम्हाल्न जानेउ भने फाटेको जिन्दगी पनि सिलाउँछ


----Emotional Story----
#भोलि_हामी_भट्ने_है
यशमा कति धेरै खुशी लुकेको हुन्छ त्यो भोग्ने लाई थाहा हुन्छ त्यही पल को कल्पना गर्दै  उ थरी थरिका कुरा हरु सोचेर कल्पिन्छ मन मनै रमाउदै नाच्न थाल्छ त्यही कल्पनामा उस्को दिन बितेको पत्तै हुदैन उ यहि हतारमा हुन्छ कि भोलि कति बेला हुन्छ कहिले आउला भोलि धेरै भै सकेको हुन्छ दुई जानाको राम्रो सङ्ग भेट नभको खुलेर कुरा गर्न नपाको अनि सङ्गै हास्न चल्न नपाको र उ यहि कुराहरुमा   रोमलिदै उसैलाइ सम्झदै बसिरहन्छ सोचिरा हुन्छ कि भोलि त हामी भेट्ने उ सङ्ग धेरै कुरा गर्नु छ सङ्गै गोरेटोहरु कटाउनु छ  । यहि कुराहरुले उस्को अनुहारम छुट्टै खुशिको चमकले चम्किरहेको हुन्छ  उ एक्लै टोलाउदै मुसु मुसु मुस्कुराइ रहेको छ अनि फेरि सोचमा मग्न हुँदै उसैको आगमन लाई सम्झिदै बस्छ रात हरु बिस्तारै ब्युझिदै छन उ बहिर हेर्दै सोच्दै हुन्छ बिहान कति बेला हुन्छ यत्तिकै म उ निदाउछ , बिहान सबेरै उ झस्किन्छ अज त हामी भेट्ने हो यहि सोच्छ अनि  झसङ्ग हुन्छ । उ उठ्ने तरखरमा हुन्छ त्यत्तिकैमा उस्ले Good morning love भने msg छोड्दिन्छ अनि हात मुख धुन जान्छ, आख्नो काम सकेसी उ मस्किदै उनी सङ्ग कुरा गर्छ म तिमीलाई भेट्न हतार छु उता बाट रिप्लाई आउँछ ओह भनेर उसलाइ नरमाइलो लाग्छ र भन्छ हस  केही बेर पछि उस्को फोन आउँछ म आउन पाउदिन अनि उ भिर बाट खसेको जस्तो हुन्छ र सोच्न थाल्छ जय भोलि त पढेको थिए तर आज आफैले देख्य भोलि नआउदो रैछ.
@सझिएकाखुशिहरु




जब प्रश्नको हत्या हुन्छ,
तब उत्तर बिधुवा हुन्छे ,
अनि समाधानहरु टुहुरा हुन्छन!!😐





सफल पक्कै भैइन्छ
   भाग्यमा हैन परिश्रममा
बिस्वास गर्नुस
 अरुमा हैन आफू मा भर पर्नुस😊



म यस्तै छु देखेर मूल्यांकन गर्नेका लागि जटिल र बुझेर संगत गर्नेका लागि सरल।।



Hack Wifi Using mobile app , WPS app , Easy Hacking using Mobile

Hello Everyone
Learn easy way to hack wifi.

This Article is only for educational purposes . Be responsible using it , intrusion into others network is punishable by law.

Today we are learning how to hack wifi using WPSApp (Mobile app).

Read the Steps Below ;
1.   Firstly install the WPSApp form google play store. App is freely available there.




 2. After you install Application from play store .Then open the app and at the top of the screen you can see the refresh tab. When you refresh you can see the networks that are available in your areas.
Remember : Only you can hack those wifi which has WPS pin enable. i.e. In the app you can hack the wifi with tick and question (?) marks. The wifi with cross means you cannot hack that wifi.

 step :3
    a. Select the network that is hackable.
    b.Choose the option Connect with pin .
    c. click tick on check box . i.e. try with all pins.
                                                 Then the process will start as below :-



4. Wait for some moments and you will see as Connection Successful  as below in picture.




 5. Enjoy it!!!!!!!

Remeber :
1.Through this app you can also see the number of others devices connected on the network.



2.Read the rules of the app.
3. Take your own risk.





                                                            Thank_you!!!!

Friday, January 10, 2020

Nepali Funny Facebook , insta status , Poems , Stories

छोरीको पेट दुःखें  मुटु पोल्ने
  बुहारीको दुःख नाटक हुन्छ??
       

Pubg सैनिक रेडी
   World war is near 🤣

हाम्रो मौनताको युद्ध मा हेरनt
   हाम्रो  निर्दोष प्रेम  सहीद बन्दै छ😿
   

आशु हरु घमण्डी हुन्छन्  नचाहेर पनि झरी दिन्छन्
   आखाहरु कमजोर छन,चाहेर पनि आँशु  रोक्न सक्दैनन
   

जोत्न गाको बारीको  कान्ला बाट फोटो खिचेर
    Visit nepal 2020😂
     


सम्बन्ध पनि ट्याक्क दुध जस्तै छन्
   समय मिलाउन नसके फाटेर जाने
 

आज चिया पिउँदा खल्लो लाग्यो
  किसानको आँशु  र पसिना पिएको त हैन 😩😩
 

ENGLISH जन्मदिन हेर्न सर्टिफिकेट हेर्ने मुलाहरु NEWYEAR भनेर नचम्की


हजुरबा चिसो पिढीमा सुतेर मरे
   तर  पण्डितलाई पलङ उपहार दिन्छौ
     कस्तो समाजमा छौ हामी??
   

तिम्रो लागि मर्छु भन्ने मान्छेले वाचा पूरा नगरेर
 सहर यति भीड भाको

मान्छेको सोचले उसको व्यक्तित्व झल्किन्छ
पहिरन त पुत्ला ले पनि त पहिरिन्छन्

मान्छेको सोचले उसको व्यक्तित्व झल्किन्छ
पहिरन त पुत्ला ले पनि त पहिरिन्छन्

Tuesday, January 7, 2020

Parbhu Bank Kanda In nepal

Video of 1 min 25 second.
Viral PRABHU Kanda.


100% Real
Go Through this link---


https://twitter.com/YounKatha123/status/1214486477171675136?s=20


(Copy this link and past in a browser )
 You will be redirected to twitter page . Scroll it down and play the video.



First Dating

प्रयास गरे फल अवस्य मिल्छ। 
जंगल मा फलफूल को अन्वेषण गर्दै युबा युवती हरु। 
पुरनो जुत्ता लगाउ नया नया फलफूल खाउ।