Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Model Driven Reactive Forms & Their Validation in Angular 4 Application

Model driven or Reactive forms provides reactive style of programming. These forms explicitly manages following of data between a non-UI data model (retrieved from server) and a UI-oriented form model capable of retaining the states and val

what is the socket Module in python

In python socket Module create socket and also use the function name socket.socket() function. This function is also available in socket module. There are many type of socket method in python like- Server Socket Methods and Client Socket Methods etc

Difference between GridView and Repeater

GridView It was introduced with Asp.Net 2.0. Rendered as Table. Automatically generates columns from the data source. Selection of row is supported. Editing of contents is supported. Built-in Paging and Sorting is provided. Supports aut

Get location from postal code in Swift 3.0

1. import coreLocation in your controller. import CoreLocation 2. Add this function to your view controller. func getLocationFromPostalCode(postalCode : String){ let geocoder = CLGeocoder() geocoder.geocodeAddressString(

SQL Date Statement

Basically Date is used to extract the data from a table in database . Suppose you want to find and extract the data from database for particular date then you can do this with the Date statement . Example -> Table name -> student Student_nam

Send Email with an attachment in Drupal 7

If you are confused and trying to figure out how to just simply send a mail with and attachment using drupal_mail(), with a given $body and $subject, this below code may help you. /*hook_mail($key, &$message, $params);*/ //for detail informa

Underline and Border of UIButton

Hi all, To underline your button use this class :- .h @interface UnderLineButton : UIButton @end .m @implementation UnderLineButton - (void)drawRect:(CGRect)rect { // Drawing code CALayer *bottomBorder = [CALayer layer]; bottomBo

Using splice() to Remove Elements in Javascript

Basically splice() method is used to change the content of an array by removing existing element and add new elements . It contain three parameter start , deletecount and ItemN. start ->It is the position where to start the selection .And if you

How to Edit __openerp__.py ?

If you want Edit __openerp__.py in OpenERP(Odoo) follow the below mentioned steps: - Step-1 Go to given module and click it. Step-2 You will find four files mentioned below. (i)-__openerp__.py (ii)- __init__.py (iii)- _python.py (iv)-_views.xml Ste

How to manage each tax group in Point Of sale in OpenERP(Odoo)?

In below example, I have written Python script for each tax group. see below python code in .py file : (tax_code_pos, base_code_pos, account_pos, tax_id)= (0, 1, 2, 3) for key, tax_amount in group_tax.items(): tax = s

1 347 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: