Saturday, 30 August 2014

Write a program for insertion sort.


#include <stdio.h>
#define MAX 20

main()
{
int arr[MAX],i,j,k,n;
printf("Enter the number of elements : ");
scanf("%d",&n);
for (i = 0; i < n; i++)
{
printf("Enter element %d : ",i+1);
scanf("%d", &arr[i]);
}
printf("Unsorted list is :\n");
for (i = 0; i < n; i++)
printf("%d ", arr[i]);
printf("\n");
/*Insertion sort*/
for(j=1;j<n;j++)
{
k=arr[j]; /*k is to be inserted at proper place*/
for(i=j-1;i>=0 && k<arr[i];i--)
arr[i+1]=arr[i];
arr[i+1]=k;
printf("Pass %d, Element inserted in proper place: %d\n",j,k);
for (i = 0; i < n; i++)
printf("%d ", arr[i]);
printf("\n");
}
printf("Sorted list is :\n");
for (i = 0; i < n; i++)
printf("%d ", arr[i]);
printf("\n");
}/*End of main()*/----------------------(BY:- RAVI SINGH)......!

Wednesday, 9 July 2014

Hacking Your College Network

HACKING UR COLLEGE OR SCHOOL PC TO BYPASS WEBFILTER AND TO SEND A MESSAGE TO ALL OTHER PC

Open command prompt from where it is Banned

Open up Command Prompt (Start>Run>Command.com)

IF U Can't use command prompt at your school?

Open up Microsoft word..Type:

Command.com

Then save it as Somthing.bat.

Warning: Make sure you delete the file because if the admin finds out your in big trouble.

--Adding a user to your network--

Type:

Net user Hacker /ADD

-----

That will add "Hacker" onto the school user system.

-----

Now you added users lets delete them!

Type: Net user Hacker /DELETE

Warning: Be carefull it deletes all their files.

-----

"Hacker" will be deleted from the user system.

-----

if It says access denied

it's because your not admin!

----

Now lets make your Admin!

----

This will make Hacker an admin. Remember that some schools may not call their admins 'adminstrator' and so you need to find out the name of the local group they belong to.

Type: net localgroup

It will show you what they call admin, say at my school they calll it

adminstrator so then i would

Type: net localgroup administrator Hacker /ADD

----

Getting past your web filter.

Easy way: Type whatever you want to go on say i wanted to go on miniclips bug on wire i would go to google and search miniclip bug on wire

then instead of clicking the link i would click "cached".

Hard way: I'm hoping you still have command prompt open.

Type: ping miniclip.com

And then you should get a IP type that out in your web browser, and don't forget to put "http://" before you type the IP.

-----

Sending messages throught your school server

Okay, here's how to send crazy messages to everyone in your school on a computer. In your command prompt, type

Net Send * "The server is h4x0r3d"

Note: may not be necessary, depending on how many your school has access too. If it's just one, you can leave it out.

Where is, replace it with the domain name of your school. For instance, when you log on to the network, you should have a choice of where to log on, either to your school, or to just the local machine. It tends to be called the same as your school, or something like it. So, at my school, I use

Net Send Hacker School * "The server is h4x0r3d"

The asterisk denotes wildcard sending, or sending to every computer in the domain. You can swap this for people's accounts, for example

NetSend Varndean dan,jimmy,admin "The server is h4x0r3d"

use commas to divide the names and NO SPACES between them.

or

Allowing dos and regedit in a restricted Windows

open notepad and type the following:

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp]

"Disabled"=dword:0

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]

"DisableRegistryTools"=dword:0

Save it as something.reg then run it

Monday, 13 January 2014

Welcome to ECE !
ECE can be treated as universal branch among all circuit branches (CSE, IT, ECE, EIE, TE), because ECE students are eligible for both hardware and software jobs



What is this branch about…?

In this branch, we deal with Analolg and Digital circuits (Hardware) and their applications, The following are some
of the things dealt with in these branches:

  • Basics of Electronics
  • Digital circuit design
  • Electromagnetic Wave Propagation
  • Understanding the nature of Signal and processing it to extract the information
  • Analog and Digital Signal generation , Transmission and Reception (Wired and Wireless)
  • Design of Computer Architecture
  • Design of chips, boards and circuits through VLSI
  • Image processing
  • Assembly Language Programming
  • One or two high level Programming Languages (C or C++)

Thursday, 2 January 2014

Which branch is having more career scope between EEE and ECE?

EEE deapartment is related to ECE department . But ECE department is the best compare to EEE departments.

The govt sector organization are UPSC EXAM . This exam conduct so many exam like IPS ,IAS ,INCOMTAXOFFICER ,CID OFFICER ,IES EXAM etc.

Also you are eligible for BSNL ,MTNL ,BSNL TTA .All these post are related to BSNL department.

The other sector are INDIAN RAILWAY ,DEFENSE exam ,BANK PO exam.

Core govt sector jobs are DRDO ,ISRO ,BARC ,IGDR etc.

there are so many government job for electronics and communication engineering students. the few government sector which recruit electronics and communication students are
BHEL
BSNL JTO
SAIL
Indian Railway
NTPC etc etc.

there are examination to be a JTO. you have to appear in BSNL JTO examination. for more information visit the website http://www.bsnl.co.in


to join in BHEL as supervisor trainee you have to appear BHEL examination. for more information visit the website http://www.careers.bhel.in

like these for other government sector also there are various different examination. you must appear in this examination to get job in the particular government sector.

best wishes.