
Search In
Hi there, This blog is to help you for Apache Zookeeper installation on your local Ubuntu machine.
Apache Zookeeper is used to develop and maintain an open-source server which provides highly reliable distributed coordination.
Follo
Image Source: https://fossbytes.com
Today more than 1 billion people are actively using WhatsApp to stay in touch with family, friends or anybody they care about. The product is easy to use


Multilingual in cakephp 3
Hello friends, welcome to findnerd. Today I am going to tell you how to use multilingual in cakephp 3.x. Before moving ahead, lets create articles table. Here we are going to translate the title of articles table to french
Exception handling in java is a way to catch error or exception
Exception is an event that can occur during the execution of the program.
We use try catch and final to catch error.
When an error occur in a method it creates an object of the error
If the NFL is going to test something radical, it picked the right game. The Jaguars were one of the worst teams in the league last year, and the Bills haven't made the playoffs in 15 years -- the longest active streak in the league. The week 7 game
22312123223 Software Testinghttp://www.Amazon.comSoftware Testing is a method to check whether the actual software product matches expected requirements and to ensure that software product is Defect free. It involves execution
Hi, The below code is to get substrings from a string. You are going to love this below code which is very simple but very effective. I have used regular expression to get the sub strings.
NSString *strTest = @"Hii how are you doing @Ravi , how do
We can manage email sending by .py (python) code.
To send an email in OpenERP using python code you can use the below code.
import base64
import logging
from openerp import netsvc
from openerp.osv import osv, fields
from openerp.osv import fields
// Set url
$url = 'http://edition.cnn.com/2015/04/03/politics/white-house-congress-iran-nuclear-deal/index.html';
// This function is going to go to a url or file and pull all the data that's held in it.
$html = file_get_contents($url);
// This fun
While making API you can have different kind of response and you have to handle that for displaying data
public IHttpActionResult GetDetails(string Id)
{
logger.Info("GetDetailsById method called");
// BadRequest det
