Misc.

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…

5 years ago

How to add or subtract from given date in python?

Dates are usually used in every project, like to save data in db, generating reports etc. Sometime we also need…

5 years ago

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…

6 years ago

How to replace string from a table column in MySQL?

Update Part of String in Table Column In a table column which have string value, you might need to update…

6 years ago

How to use checkmark or tick instead of bullet in unordered list?

Use checkmark or tick instead of bullet I had a list where I wanted to sow tick/checkmark (✓) instead of…

6 years ago

Convert PDF files to images with Apache PDFBox?

Apache PDFBox is open source Java library for working with PDF files. This library allows processing on PDF files in…

8 years ago

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…

9 years ago

How to get response in ajax complete function?

Jquery ajax api is very useful api to send ajax call on server. In some scenarios we might need to…

9 years ago

How to execute jquery change function on page load?

In following code change function will trigger on page load because of change() it at end of function. This change()…

10 years ago

Vim commands

Vim is a text editor written by Bram Moolenaar. Its based on the vi editor common to Unix-like system. Following…

10 years ago