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

Search In

Expense Mangement In Odoo V8

How to simply manage expense of utility bills and daily expense in odoo ... example electricity bill food bill telephone bill service charges and how to make auto estimate for next month and on certain date it gives us reminder ....? I need answer w

AWS Cognito account issue

Urgent Help....I have AWS cognito account but its not letting me create roles User: arn:aws:sts::241018845783:assumed-role/MY_ACCOUNT is not authorized to perform: iam:CreateRole on resource: arn:aws:iam::241018845783:role/Rolename..has anyone encoun

How to implement the different views dynamically and handle input data and set the data

I would like to add different kinds of dynamic views like textview, edittext, datepicker etc to already existed layout. With this existed layout have some static views which are mandatory. this dynamic views have to add based on API response count

Display all error message on page loading in AngularJS

Hi When the page loads I see a lot of error message's in every field and then they go away when the page load. It seems odd...is there anyway to not show that first. Thank you

Do While Loop in Javascript

Do While loop Executes a statement once, and then it repeats the execution of the loop until a condition expression becomes false. The do while loop consist- do { statement } while (expression) ; statement--> The statement to be executed

Splitting a String in javascript

To split a string in javascript, we use split() method which splits the string into an array of substrings. Syntax: string.split(separator); Where separator specifies the character(s) to use for separating the string, and if this separator ( or

Wrapper classes in JAVA

Wrapper classes are used to convert any data type into an object. a wrapper class gets enclose around a data type and appears as an object. for example: int k = 100; Integer it1 = new Integer(k); The int data type k is converted into an object, it1

How to replace only Year of a DateTime variable

How to replace Year of a DateTime variable with the Year of another DateTime variable in C# While working in a project, I got stuck in the following issue :- I have to compare the year of OldDateTime variable with NewDateTime variable. But if they

how to create islamic calendar (hijri calendar) using iOS sdks

Following code will return the today's date in islamic calendar NSCalendar *hijriCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSIslamicCivilCalendar]; NSDateComponents *hijriComponents = [hijriCalendar components:NSDayCalendarUnit

How to create a RPG game?

Hello I love RPG games and want to create a simple RPG game too. But don't know the best approach for this. Can anyone help in this. ? Thanks in advance.

1 107 720
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: