Posts

Showing posts from December, 2014

The C++ Program to Find Prime Numbers between 1 to 100

Hello friends, below is the C++ Program by me to find the Prime Numbers between 1 to 100 using Sieve of Eratosthenes. The program would be common but please focus on the Logic. content C++ Program:- /* Following C++ program finds prime numbers from 1 to 100 using Method of Sieve of Eratosthenes You can modify the program according to your needs, but the general logic remains same. ->By Deep C. Patel */ #include<iostream> #include<conio.h> #define MAX 100 //you can increase the limit more than 100 to get more prime numbers using namespace std; int main() { int i=0, flag=0, num[MAX], primeNo[MAX], k=0, count=2; for(i=0;i<MAX;i++) { num[i]=i+1; } cout<<"\n\nThe Array has Elements as Shown Below:-\n"; for(i=0;i<MAX;i++) { cout<<"\n"<<num[i]; } primeNo[k]=2; //Declaring First Prime Number 2 k++; while(count<=100) { flag=0;

All Windows Command Line Commands

Image
Hi Friends I have got all Windows Command Line Commands. Just click them and Explore the Command Line of The Windows(Courtesy:- http://ss64.com ). Fore more Interesting things Like Bash Commands, OSx Commands,etc.. go to:- http://ss64.com An A-Z Index of the  Windows CMD  command line a ADDUSERS Add or list users to/from a CSV file ADmodcmd Active Directory Bulk Modify ARP Address Resolution Protocol ASSOC Change file extension associations• ASSOCIAT One step file association AT Schedule a command to run at a specific time ATTRIB Change file attributes b BCDBOOT Create or repair a system partition BCDEDIT Manage Boot Configuration Data BITSADMIN Background Intelligent Transfer Service BOOTCFG Edit Windows boot settings BROWSTAT Get domain, browser and PDC info c CACLS Change file permissions CALL Call one batch program from another• CERTREQ Request certificate from a certification authority

Recover Lost Files from storage devices Using CMD

Image
Hey Friends, hoping that you all are fine. So, sometimes we face problem with our memory storage devices that our data is lost(actually it is not lost and it is stored in your drive only, but it is made  inaccessible to you by maybe some malwares,viruses or worms) from it but still we find that computer shows us that there is data in our storage device( abc memory free, xyz memory used)! then how to retrieve that data? For that I have one solution(for Windows User) and it is below:- Steps:- 1). Open the Command Prompt(cmd)  in your PC by opening the "Run" application and typing in it "cmd.exe" and click "Ok". the Command Prompt Screen:- 2).Now type in your damaged drive(i.e. d: , e: , f: , etc....) so that the writing directory changes from c: to your drive, suppose my damaged  drive " d ", so I will type d: in cmd as shown in the picture below. Image:- 3). Now type the command(or copy it) as shown below:-

All Programming Languages in the World

Image
Hi friends this is my new post and in this I am giving a very good link to you, it is below:- Link:- http://www.scriptol.com/programming/ Here you will find all about programming languages' history, about different programming languages and links to download most of them, some of them are very old and antique languages, some of the languages cannot be downloaded because may be they are lost because they are very old. Also you will find different types of algorithms of world and lot more stuffs. Below is the picture of the page. Image:- In this you can click "List of all languages" where you will find the list of all programming languages existing in the world morever in "See also" section at the end of that page you will also see some links like "Hello world in different programming languages" and lot more  as shown in the below picture. Image:- So, Bye, thank you and enjoy the Christmas holidays. And please tell me how us

The Link to Video Tutorials of Different Programming and Scripting Languages

Hey Friends if you want to learn computer programming in C,C++, Java, Javascript, Python etc... and also any Information Technology or Computer Science, Maths, Science etc.. related things then the below mentioned link is may prove very useful to you. Because they provide the free video Tutorials about the above mentioned topics and lot more than that, and discussions. So, click the link and explore the website. Link:- https://www.thenewboston.com/ Also tell me how useful was this link to you. Bye and Enjoy

The free Library Contents

Hi friends, While browsing the internet, I came across two great websites, and here I am putting their links:- 1). https://archive.org/ 2). http://manybooks.net/ The first website offers the digitized contents from the libraries across the world like very very old books, old video clips, some freeware soft wares from the libraries across the world. So it is very good website . The other one offers the ebooks written by very great authors like Tolstoy, Arthur Conan Doyle, and many more to download free in almost every file format(.pdf, .epub, etc...), all the ebooks published are under project Gutenberg. And finally, please donate to these websites if you can, because both of them the "archive.org" and the project Gutenberg run on donations. And Enjoy!! :-)

Old Games or Abandonwares

Hey friends welcome, I have got a great link to fun for you, if you are  interested in the games of -80s and -90s and want to download and play then the website mentioned below is for you. Here you will find almost any old computer games(also called abandoned games or abandon wares). In this site, the games are very well classified according to different categories like year of publish, manufacturer, genres etc.. and you will find almost every old game. So enjoy! link:- http://www.myabandonware.com/

Free Information Technology and Computer Science Books

So now if you are finding the books related to Information Technology and Computer Science then may be your search is over, Because below is the link to the website that is providing the Books:- www.it-ebooks.info

My first Post

Hello friends this is my first Post and its sure that you will enjoy this blog in future