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

Search In

How to assign task in project management in OpenERP(Odoo)?

If you want to assign task in project management follow the below mentioned steps: - Step-1 Install Project Management module. Step-2 Go to Project Menu and click it. Step-3 Go to Project-> Tasks->Create->Fill in the following text ,bel

What is Nullable Type in C#

The Nullable Types in C# language: The nullable data types were included to value data types with C# language in the year 2005. This feature allows us to assign the null value to a value-type variables. You need this functionality with databases wh

Anonymous Function PHP

Welcome to Findnerd. PHP introducing new concepts version by version but many of us still are using old style of coding. We need to study these new concept and implement these concepts in our code. Today we are going to discuss the anonymous function

How to swap two variables in one line in Java?

How to swap two variables in one line in Java? // Java program to swap two variables in single line class Demo { public static void main (String[] args) { int a = 6, b = 11; a = a ^ b ^ (b = a); System.out.println("After Swa

Efficient method to find maximum difference between two elements in C?

#include<stdio.h> int maxDiff(int a[], int n) { int maxDiff = -1; // Initialize Result int maxRight = a[n-1]; // Initialize max element from right side for (int i = n-2; i >= 0; i--) { if (a[i] > maxRight)

Difference between const and var

Hello Readers! In this blog we will be discussing about the different identifiers. What is the difference between them and when to use which identifier? First lets start with the const.     Const : is used to declare a variable whose val

Bouncing Balls and Collision with Walls

Bouncing balls with collision from any 2Dcolliders/wall can be achieved by putting continuous force to the game object and assign a physics material to the game object you like to bounce on collision. 1. Gameobject must have rigidbody attached to it

cshtml file in MVC

In MVC projects you have to create views inside controller class for performing tasks. While creating views you also have to create their HTML designs for separate views in a single controller or in different controllers. So what you do is firs

Manage Users in PIM

Hello Today's blog post details out about Administration in PIM. It highlights the aspects of managing users and steps to carry out the same.   User management is generally carried out as part of the administration. A permission concept i

How to create tasks in PIM

Hello This blog post gives a brief overview of tasks in PIM. It also illustrates the steps to create, sort and accept tasks.   Tasks The tasks that are created manually or by a workflow are represented in a tree structure. These are displaye

1 7 76
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: