Skip to content

Saloni Speaks!

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

  • Home
  • Blog
  • Contact Us
  • About Me

Category: All about CS

  • Home
  • Blog
  • All about CS
  • All about CS

Preprocessor Directives in C & C++

  • September 8, 2019September 9, 2019
  • Leave a Comment on Preprocessor Directives in C & C++
  • admin

The C Preprocessor is a tool that is used to perform the pre-processing part before the actual compilation begins. Since the C compiler itself uses the C preprocessor to transform the source code before compiling,…

Read More
  • All about CS

Homomorphic Encryption

  • July 14, 2019July 18, 2019
  • Leave a Comment on Homomorphic Encryption
  • admin

In very simple words, Homomorphic Encryption (HE) is an encryption scheme that lets us compute on encrypted data/cipher text.Generally Encryption Schemes have 3 methods/functions -: 1. Key Generation2. Encryption3. DecryptionBut, Homomorphic Encryption comes with an…

Read More
  • All about CS

Django : Pagination

  • April 25, 2015June 18, 2019
  • Leave a Comment on Django : Pagination
  • admin

Looking for something that could let you split your data across multiple pages in your Django application ? Want only specified number of results on every page and thus, have a list of pages to…

Read More
  • All about CS

Django : The User Model

  • April 18, 2015June 18, 2019
  • 1 Comment on Django : The User Model
  • admin

When I started working on my Django application, the first thing I wanted to do was to implement the Registration and Login functionality. In other words, what I wanted to implement was User Authentication. In…

Read More
  • All about CS

Beautifying Alerts

  • April 14, 2015June 18, 2019
  • 1 Comment on Beautifying Alerts
  • admin

It was when I was tired of searching methods to beautify the alerts in my new Django based Question Answer Forum Application without much headache, that I found an awesome thing called ‘Sweet Alert’. Yeah…

Read More
  • All about CS

Bresenham's Line Algorithm For Slope > 1

  • October 3, 2014June 18, 2019
  • 1 Comment on Bresenham's Line Algorithm For Slope > 1
  • admin

Previously, I discussed the basic idea of Bresenham’s Line Algorithm. As it had been discussed in the previous post that when slope of line > 1, the shadow of line falls more on y-axis and…

Read More
  • All about CS

The Bresenham's Line Drawing Algorithm

  • September 14, 2014June 18, 2019
  • 2 Comments on The Bresenham's Line Drawing Algorithm
  • admin

The basic ”line drawing” algorithm used in computer graphics is Bresenham’s Algorithm. This algorithm was developed to draw lines on digital plotters, but has found wide-spread usage in computer graphics. The algorithm is fast –…

Read More
  • All about CS

LaTeX : The TikZ package

  • September 3, 2014June 18, 2019
  • 1 Comment on LaTeX : The TikZ package
  • admin

Tikz is probably the most complex and powerful tool to create graphic elements in LaTeX. The TikZ package allows you to draw high quality shapes and diagrams. To start using it, include the tikz package…

Read More
  • GIT

Git : Undoing Changes

  • August 2, 2014
  • 1 Comment on Git : Undoing Changes
  • admin

Since Git has so many components, “undoing” can take on many different meanings. For example, you can: Undo changes in the working directory Undo changes in the staging area Undo an entire commit Unmodifying a…

Read More
  • GIT

Git : Ignoring Files

  • July 29, 2014June 18, 2019
  • 2 Comments on Git : Ignoring Files
  • admin

Did you ever accidentally push the compiled files( like .pyc files), log files or the executable files(.exe files) or files( such as settings.py ) that you never intend to ? If yes, then here’s the…

Read More

Posts navigation

1 2 3 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