Skip to content

Saloni Speaks!

Believe in yourself , that’s where, the real strength lies.

  • Home
  • Blog
  • Contact Us
  • About Me

Month: April 2014

  • Home
  • 2014
  • April
  • All about CS

CGI: Dealing With User Inputs

  • April 30, 2014July 14, 2019
  • Leave a Comment on CGI: Dealing With User Inputs
  • admin

When a CGI program is called, the information that is made available to it, can be roughly broken into three groups: 1. Information about the client, server, and user 2. Form data that the user…

Read More
  • All about CS

CGI : Understanding & Implementing

  • April 29, 2014July 14, 2019
  • 5 Comments on CGI : Understanding & Implementing
  • admin

  Understanding CGI   Dynamic Documents A dynamic document is created by a Web server whenever a browser requests the document. When a request arrives, the Web server runs an application program or a script…

Read More
  • All about CS

Debugging with GDB

  • April 27, 2014June 18, 2019
  • 1 Comment on Debugging with GDB
  • admin

The GNU Debugger, usually called just GDB and named gdb as an executable file, is the standard debugger for the GNU operating system. However, its use is not strictly limited to the GNU operating system;…

Read More
  • All about CS

Why is HTML called HTML ?

  • April 26, 2014June 18, 2019
  • Leave a Comment on Why is HTML called HTML ?
  • admin

HTML- HyperText Markup Language is a language for creating web pages. It is simply a language for designing Web documents. But, many of us do not understand, what does HTML, actually, stand for ? HTML…

Read More
  • All about CS

Shifting and Scaling the circle using Bresenham's Algorithm

  • April 12, 2014June 18, 2019
  • 2 Comments on Shifting and Scaling the circle using Bresenham's Algorithm
  • admin

As discussed in previous blog,  Scaling refers to linear transformation that enlarges or diminishes objects. Along with scaling capability, We’ve now added  the coordinate axis and shift capability  to Bresenham’s algorithm. Shifting a Circle refers to – changing…

Read More
  • All about CS

Scaling The Circle Using Bresenham's Algorithm

  • April 12, 2014July 14, 2019
  • Leave a Comment on Scaling The Circle Using Bresenham's Algorithm
  • admin

Scaling refers to linear transformation that enlarges or diminishes objects. ‘Scaling a Circle’ refers to increasing or decreasing its radius or diameter with the scale factor as specified. Simply adding the statement radius= radius*scale; into the…

Read More
  • All about CS

C++ Implementation of Bresenham's Algorithm

  • April 12, 2014June 18, 2019
  • 2 Comments on C++ Implementation of Bresenham's Algorithm
  • admin

#include<iostream>#include<stdlib.h>using namespace std;int main(){float x,y,rad;int row,col, hgt,wth;char circle[500][500];cout<<” Enter the size of the plane: “;// to define the coordinate plane cin>>hgt>>wth;for(int r=0;r<hgt;r++)//define the array ( array of spaces) to store the points to be plotted…

Read More
  • From the Closet

Focus Booster : The Pomodoro Technique

  • April 8, 2014June 18, 2019
  • Leave a Comment on Focus Booster : The Pomodoro Technique
  • admin

The pomodoro technique is a time management technique which  allows you to work with time, using time to your advantage to stay fresh, remove distractions and create a better work life balance. The pomodoro technique…

Read More
  • All about CS

Shaking Hands with Bresenham

  • April 8, 2014June 18, 2019
  • Leave a Comment on Shaking Hands with Bresenham
  • admin

As mentioned in previous blogs, along with the task of illustrating a perfect circle, we were also asked to study Bresenham’s circle drawing algorithm. In addition, we were handed a graph ( not the usual one, but the…

Read More
  • From the Closet

Sins and Crimes in Operating System

  • April 7, 2014June 18, 2019
  • Leave a Comment on Sins and Crimes in Operating System
  • admin

       We’ve always heard the usual meaning of a Process and a Program. Technically, or In association with computers, the concept behind a program and a process is well explained in books. Recalling,…

Read More

Posts navigation

1 2 Next

Recent Posts

  • Setting up the canvas
  • Preprocessor Directives in C & C++
  • How To Stay Motivated During Gate Preparation ?

Recent Comments

  • admin on CGI : Understanding & Implementing
  • grosir gamis pria on CGI : Understanding & Implementing
  • LaTeX : The TikZ package | Saloni Baweja on LaTeX : The TikZ package

Archives

  • September 2019
  • July 2019
  • December 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • August 2015
  • July 2015
  • April 2015
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • May 2014
  • April 2014
  • March 2014
Copyright © 2021 Saloni Speaks! WordPress Theme : by Sparkle Themes