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

Search In

numpy array: Python statement to find the sum of the eight array elements in the cube center

Consider the following Python code that generates a three-dimensional array. This array has 1,000 elements. Imagine that this array is a cube as shown blow. np.random.seed(7) a = np.random.randn(10, 10, 10) I need a Python statement to find the

Keyboard shortcuts for all Web Browsers

  In Computing language, a Keyboard is an electronic typewriter like device which has a specific arrangement of buttons or keys that are used to input data into a computer. In this modern era, every Web Developer or Web De

How to Merge Google+ Brand Page With Local Page

When you are working as a social media marketer for Google Plus and have just created a brand page on Google plus account for promoting your product or service then you may have encountered an issue o

How to promote the page in OpenERP(Odoo)?

If you want to promote the page in OpenERP (Odoo) follow the below mentioned steps: - Step-1 Go to website menu and clik it. Step-2 Go to promote page and click it. Step-3 Define Keywords->Add keyword->Reference Your Page->Title->Desc

Laravel 4.x Installation And Server Requirements

Step by Step installation of laravel 4.x. Step 1: For laravel first we should have composer. So for composer download composer.phar and if you use window then you should use composer window installer. Step 2: After uploading composer we will ins

ISO Standards in Software Testing

ISO/IEC/IEEE 29119 is a guideline documentation (these documents are not compulsory) which is an internationally agreed standards that can be followed in any software development life cycle or organisation. Any company following these standards mean

double colon(::) operator in Java 8

In Java 8 we can also use double colon(::) as the method reference. By using double colon(::) operator we can easily convert normal method into lambda expression. The below example will show you how you will convert normal method into lambda expres

How to fetch Calendar (calendar.event) meetings for particular date in ODOO?

To fetch Calendar (calendar.event) meetings for particular date follow these step as mentioned below:- Step1 - To install base_calender module in openerp Step2 – To install web_calender module in openerp Step3 - Go to Messaging -> Organizer -&g

Floating Label in Edittext with TextInputLayout Android Material Design

From 5.0 Lollipop version Android add some designing functionality with Material design. The one is Floating Label on Edit Text. Before Material design EditText will hide the hint text after the first character is typed. But with the help of TextIn

What is an Optional meant in Swift?

Hi Readers! An Optional is just an enum in Swift. enum Optional<T> { case None case Some(T) } Here <T> is generic similar to an Array<T> <T> could be anything like Strings, Dictionary, Array etc. Here are some e

1 173 949
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: