What Is the BASH Shell?

The best way of explaining the BASH shell to a Windows user is to compare it to the DOS command prompt. It lets you issue commands directly to the OS via the keyboard without needing to mess around with the mouse and windows (although it is sometimes possible to use the mouse within a BASH … Read more

IGNOU MCS-011 Problem Solving and Programming pdf Book Download

ignou

IGNOU  MCS-011  Problem Solving and Programming  pdf Book Download Course Code Course Title Download MCS-011 Problem Solving and Programming Block-1 An Introduction to C Unit-1 Block-1 An Introduction to C Unit-2 Block-1 An Introduction to C Unit-3 Block-1 An Introduction to C Unit-4  

Learning starts with failure; the first failure

Learning starts with failure; the first failure is the beginning of education.  – John Hersey

SDP – Session Description Protocol

SDP-example-describing-Scalable-Video-Coding-content

SDP – Session Description Protocol What means SDP? Session Description Protocol, a communication protocol for describing multimedia sessions Single-dealer platform, software used in financial trading. Sockets Direct Protocol, a low-level remote-computing protocol. Software Defined Perimeter, also called “Black Cloud”, an approach to computer security. It is used to describe multimedia sessions in a format understood by … Read more

SVG Polygon –

SVG Polygon – <polygon> The <polygon> element is used to create a graphic that contains at least three sides. Polygons are made of straight lines, and the shape is “closed” (all the lines connect up). Polygon comes from Greek. “Poly” means “many” and “gon” means “angle”. Example 1: <!DOCTYPE html> <html> <body> <svg height=”210″ width=”500″> … Read more