Quantcast
Channel: Articles– GeeksforGeeks
Browsing all 339 articles
Browse latest View live

Log Injection

Log Injection is a very simple to carry out attack aimed at web applications. For the attacker its very simple to perform the attack. However,… Read More » The post Log Injection appeared first on...

View Article


Raft Consensus Algorithm

This article will help you give a brief history about Raft, what is consensus, what is the RAFT protocol, what are the advantages, how is… Read More » The post Raft Consensus Algorithm appeared first...

View Article


How to Call a C function in Python

Have you ever came across the situation where you have to call C function using python? This article is going to help you on very… Read More » The post How to Call a C function in Python appeared first...

View Article

Aronson’s Sequence

Given an integer , generate the first terms of the Aronson’s sequence. Aronson’s sequence is an infinite sequence of integers obtained from the index of… Read More » The post Aronson’s Sequence...

View Article

Getting Started with Cross-Platform Mobile Application using Flutter

Flutter is an open-source mobile application development SDK created by Google to develop cross-platform mobile applications. Flutter makes it extremely easy and fast for even… Read More » The post...

View Article


6 Best CSS frameworks You should Know to design Attractive Websites

If you want to speed up your website and development process, or want to add some classy designs to your website, then you’re at the… Read More » The post 6 Best CSS frameworks You should Know to...

View Article

Use of FLAG in programming

Flag variable is used as a signal in programming to let the program know that a certain condition has met. It usually acts as a… Read More » The post Use of FLAG in programming appeared first on...

View Article

Interesting Infinite loop using characters in C

We have already studied how a “for loop” works. Look at the following program: filter_none edit close play_arrow link brightness_4 code int main(){     int i;… Read More » The post Interesting Infinite...

View Article


Importance of macros in C++

99.9% of the C++ programs use macros. Unless you are making a basic file you have to write #include, which is a macro that pastes… Read More » The post Importance of macros in C++ appeared first on...

View Article


Full screen OpenCV / GtK application in C++ running on Raspberry PI

Introduction C++, OpenCV and Gtk are a nice triplet to build applications that run on a Raspberry PI, taking images from the camera, process them,… Read More » The post Full screen OpenCV / GtK...

View Article

How can one become good at Data structures and Algorithms easily?

Designed by Freepik Let us first clarify the question. There is not any easy way to become good at anything but there is an efficient… Read More » The post How can one become good at Data structures...

View Article

Creating a C++ template in vim in Linux

Vim allows users to create specific templates for files ending with certain extensions. General steps to create a template: step 1: Create a template in… Read More » The post Creating a C++ template in...

View Article

How to write a Pseudo Code?

Pseudo code is a term which is often used in programming and algorithm based fields. It is a methodology that allows the programmer to represent… Read More » The post How to write a Pseudo Code?...

View Article


Tips to improve college placement

Gone are the days when students don’t even pay attention to the rate of placement or reputation of college before taking admission. Now time is… Read More » The post Tips to improve college placement...

View Article

JSF | Java Server Faces

JSF technology includes a set of APIs, which represent different UI components and helps in managing their states. These APIs further help in handling events… Read More » The post JSF | Java Server...

View Article


JLink | Java Linker

In a single sentence, we can say that Jlink is used to create our own customized small JRE(Java RunTime Environment). JLink is the Java’s new… Read More » The post JLink | Java Linker appeared first on...

View Article

Find the n-th binary string in sorted order

Given a positive integer n, the task is to find the nth string in the following infinite list of all possible strings over two symbols… Read More » The post Find the n-th binary string in sorted order...

View Article


Interesting Facts About CSS

CSS stands for Cascading Style Sheets.This style sheet language is used for defining the presentation of a document written in some markup language like HTML.… Read More » The post Interesting Facts...

View Article

Interesting Facts About PHP

PHP is a widely-used open source and general purpose scripting language which is primarily made for web development. It can be merged into the HTML.… Read More » The post Interesting Facts About PHP...

View Article

How to prepare for JobLana Test?

First of all, know about what is JL Test in JobLana? It is an employ-ability test which checks a person’s aptitude. Many companies use its score to call… Read More » The post How to prepare for JobLana...

View Article
Browsing all 339 articles
Browse latest View live