Articles


My Articles

Real time appilcations of datastrucutres

- G.Sai Krishna -

In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification.
More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data. :(...

See PostSee Full Article

All you need to know about Git

- G.Sai Krishna -

Git was created by Linus Torvalds(Man who created Linux) in 2005.
It stands for “global information tracker” when you are in a good mood or “goddamn idiotic truckload of sh*t” when it breaks :(...

See PostSee Full Article

Sahaayak Application Concept

- G.Sai Krishna -

The aim of the application is to save at least one life. It is calculated that around 1.6 lakh people die every day on average.There are many distinctive causes for these deaths, among which most of the causes are unpreventable and sometimes inescapable like Ischaemic heart disease, Stroke, Chronic obstructive pulmonary disease, Lower respiratory infections, Road injury, and many such But it is unfortunate to know that more than 2000 deaths out of these 1.6 lakh deaths are due to suicides.Suicide is not among the causes that are unpreventable and inescapable, it can be reduced.There is a great chance that suicides can be reduced if treated in the right way.In most of the cases, people don’t try to express what they are going through even with their beloved ones....

See Full Article

Infamous Clickjacking attacks on OSN

- G.Sai Krishna -

In a dynamic website the content is loaded into numerous frames that might not be of the identical origin.In such a scenario, our website is at risk of an attack called clickjacking.
It is also referred to as UI redressing and therefore the term clickjacking was first given by Robert Hansen and Jeremiah Grossman at OWASPAppSec 2008....

See Full Article

Google Fuchsia - The Cross Device Platform

- G.Sai Krishna -

Google is currently dealing with two software ventures such as Android and Chrome OS, but recently the company started its development in Fuchsia. Fuchsia is an open-sourced and a different operating system which runs on multiple devices and is being developed on a new kernel called “Magenta” and also called as “Zircon”. The other kernel named little kernel (LK) is a small kernel which handles the operations of embedded systems. Zircon is a microkernel which is placed above LK....

See Full Article

An Approximation Approach for Multiple Sequence Alignment Using Central Star Method Method with DNA Sequence Datasets

- G.Sai Krishna -

Multiple sequence alignment is an extension of pairwise alignment to incorporate more than two sequences at a time. Multiple alignment methods try to align all of the sequences in a given query set. Multiple alignments are often used in identifying conserved sequence regions across a group of sequences hypothesized to be evolutionary related. Such conserved sequence motifs can be used in conjunction with structural and mechanistic information to locate the catalytic active sites of enzymes. Alignments are also used to aid in establishing evolutionary relationships by constructing phylogenetic trees.Multiple sequence alignments are computationally difficult to produce and most formulations of the problem lead to NP-complete combinatorial optimization problems....

See Full Article

Object Recognition System

- G.Sai Krishna -

Object recognition is a computer vision technique for identifying objects in images or videos. Object recognition is a key output of deep learning and machine learning algorithms.The goal is to teach a computer to do what comes naturally to humans: to gain a level of understanding of what an image contains....

See Full Article