Category: Misc.

Define Private Methods/Functions in Python Class. 0

Check if item exists in list in Python.

In this article we will see different ways to check if item exists in list or not. Suppose we have following list. Check string “cd” exists in list or not by following condition. We...

0

How to load data in datatables from ajax?

Load data in Datatables from Ajax I was working on a project in which I had to show results in datatables with search and load data in datatable in real-time like whenever record inserted,...

0

How to install elasticsearch on windows?

Elacticsearch installation on windows. Elasticsearch is developed in Java and is released as open source under the terms of the Apache License. You can install elasticsearch on windows too as I installed it for...

Vim commands 0

Vim commands

Vim is a text editor written by Bram Moolenaar. Its based on the vi editor common to Unix-like system. Following are commands for vi/vim. Cursor movement h – move left j – move down...