
Search In
The synchronization is the mechanism by which we can control multiple threads to access the shared resources. Without synchronization, it is possible for one thread to modify a shared resource while another thread is in the process of using or updati
Most clients can run their WordPress site while never finding out about WordPress documents or catalogs. Be that as it may, seeing how WordPress stores records and indexes can help you take care of numerous basic WordPress issues all alone.
This aid
Conditional Constructs - CASE
As in any programming constructs even in stored routines we might need to execute different commands based on what the variable or expression evaluates to. For the same we have CASE.... END CASE and IF...ELSEIF...ELSE c
Hi Reader’s,
This blog includes the concept of how to store and fetch data from document directory. You can easily understand the concept with the help of code given below:-
ViewController.h
#import <UIKit/UIKit.h>
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to send SMTP mail in codeigniter?
In a web applications sending email is a very common feature.This is used for sending Emails messages,notifications and newsletters.
If you are
Hello Programmers,
If you are looking to override a Portlet MVC Action Command then you are at correct place. I'm going to override LoginMVCActionCommand in this example. I'm writing the steps here. Before starting code, yo
Offshore IT outsourcing to various professionally managed full-service web design and development agencies in India functioning with an aim to helping businesses to scale new heights o
Python and PHP are just two popular high-tech programming languages. PHP is traditionally employed as a server-side scripting language, while Python is appreciated because of its dynamics, accessibility, and simplicity. Despite almost equal popularit
In OpenERP first, install the account module and then create the own module and relate it to the fields payment term in account module.
Follow these steps given below:
Step1- First create add_penalty.py file in your own module and pass this file in
If you need login device type, model and version of an iOS device, then use below code.
You'll have to import below file first then:-
// #import `<`sys/utsname.h>
NSString* deviceName()
{
struct utsname systemInfo;
uname(&system
