Friday 15 November 2013

SONET/SDH

Synchronous Optical Networking (SONET) and Synchronous Digital Hierarchy (SDH) are standardized protocols that transfer multiple digital bit streams over optical fiber using lasers or highly coherent light from light-emitting diodes (LEDs).

C Program to propose a Girl

C Program to propose a girl...............

# include "STD ISD PCO.h"
#include "love.h"
# define Cute beautiful_lady
main()
{
goto college;
scanf("100%",&ladies);
if(lady ==Cute )
line++;
while( !reply )
{
printf("I Love U");
scanf("100%",&reply);
}
if(reply == "Abuse")
main(); /* go back and repeat the
process */
else if(reply == "SANDAL ")
exit(1);
else if(reply == "I Love U")
{
lover =Cute ;
love = (heart*)malloc(sizeof(lover))
;
}
goto restaurant;
restaurant:
{
food++;
smile++;
pay->money = lover->money;
return(college);
}
if(time==2.30)
goto cinema;
cinema:
{
watch++;
if(intermission)
{
coke++;
Popecorn++;
}
}
if(time ==6.00)
goto park;
park:
{
for(time=6.30;time<=8.30;time
+=0.001)
kiss = kiss+1;
}
free(lover);
return(home);
if(time ==9.30)
goto pub;
pub:
{
friends++;
party++;
booze++;
smoke++;
if(pub.close())
{
pay->bill;
come->out;
}
}
if (highly->intoxicated)
goto friendsroom;
else
{
sweetpan++;
polo++;
goto home;
}
friendsroom:
{
goto sleep;
}
home:
{
if(mom.shouts())
{
reason=(combinedstudy ||
projectwork
||
friendsbday);
say->reason;
}
if(dad.shouts())
shut->yourmouth;
call->lover;
if(phone->voice==(lover_dad-
>voice ||
lover_mom->voice))
{
hang++;
}
else if(phone->voice==lover-
>voice)
{
for(time=12:30;time<=1.30;time­­
+=0.001)
{
say->ILuvU;
scanf("100%",&reply); /* "I Love
U"
already
stored in reply */
}
}
goto sleep;
}
sleep:
{
*(dream)=love;
}
}
 
 
 
#Copied

C Program to propose a Girl

C Program to propose a girl...............

# include "STD ISD PCO.h"
#include "love.h"
# define Cute beautiful_lady
main()
{
goto college;
scanf("100%",&ladies);
if(lady ==Cute )
line++;
while( !reply )
{
printf("I Love U");
scanf("100%",&reply);
}
if(reply == "Abuse")
main(); /* go back and repeat the
process */
else if(reply == "SANDAL ")
exit(1);
else if(reply == "I Love U")
{
lover =Cute ;
love = (heart*)malloc(sizeof(lover))
;
}
goto restaurant;
restaurant:
{
food++;
smile++;
pay->money = lover->money;
return(college);
}
if(time==2.30)
goto cinema;
cinema:
{
watch++;
if(intermission)
{
coke++;
Popecorn++;
}
}
if(time ==6.00)
goto park;
park:
{
for(time=6.30;time<=8.30;time
+=0.001)
kiss = kiss+1;
}
free(lover);
return(home);
if(time ==9.30)
goto pub;
pub:
{
friends++;
party++;
booze++;
smoke++;
if(pub.close())
{
pay->bill;
come->out;
}
}
if (highly->intoxicated)
goto friendsroom;
else
{
sweetpan++;
polo++;
goto home;
}
friendsroom:
{
goto sleep;
}
home:
{
if(mom.shouts())
{
reason=(combinedstudy ||
projectwork
||
friendsbday);
say->reason;
}
if(dad.shouts())
shut->yourmouth;
call->lover;
if(phone->voice==(lover_dad-
>voice ||
lover_mom->voice))
{
hang++;
}
else if(phone->voice==lover-
>voice)
{
for(time=12:30;time<=1.30;time­­
+=0.001)
{
say->ILuvU;
scanf("100%",&reply); /* "I Love
U"
already
stored in reply */
}
}
goto sleep;
}
sleep:
{
*(dream)=love;
}
}
 
 
 
#Copied

Wednesday 13 November 2013

Common Language Runtime

The Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework and is responsible for managing the execution of .NET programs.
In a process known as just-in-time compilation, the compiled code is converted into machine instructions that, in turn, are executed by the computer's CPU. The CLR provides additional services including memory managementtype safety and exception handling. All programs written for the .NET framework, regardless of programming language, are executed by the CLR. It provides exception handling, garbage collection and thread management. CLR is common to all versions of the .NET framework.

Dot Net Technology

.Net is an IDE from microsoft  which is used to make the applications by using the languages like C#,visual basic,f#. it also supports XMLXSLT HTML/XHTMLJavaScript and CSS. Individual language-specific versions of Visual Studio also exist which provide more limited language services to the user: Microsoft Visual Basic, Visual J#, Visual C#, and Visual C++.