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

Search In

How to build a semi-fat jar using maven in JAVA

For my project, I have used the below configuration to generate the thin jar   <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration>

How to calculate the ranking for students in a classroom using arrays only and sorting techniques

Hi there. I have a task to Calculate the ranking for students in a classroom. For example, if Remi's score is 14, Yan's score is 2 and Maria's score is 20 then Remi's ranking is 2 since he has the second-highest score, Yan'

How to Use Retrofit in Kotlin Android App Development - 4 Easy Steps

Retrofit is a library which is very easy to use an apply. It helps to convert the HTTP API into a Kotlin interface. Though many of us must have used retrofit in Android but now as Google has announced Kotlin as an official language for Android App De

How to set the partner's sale currency in OpenERP (Odoo) ?

In below example I have written Python script to the partner's sale currency . Use below python code in .py file : for order in self.pool.get('pos.order').browse(cr, uid, ids, context=context): if order.invoice_id: i

How to scroll TableView to a specific position

  Hi Reader’s,   This blog includes the concept to scroll tableview cell automatically towards the top according to the condition provided and create index path according to the row and section. Here we will learn how to fetch row

How to download data Using NSOperations and NSOperationQueue

Hi Readers, It is sometimes required to download files or images from server into local. We can perform these tasks by NSOperation and NSOperationQueue efficiently. The basic idea is to create each download operation separately and add these operati

Need Good Ideas About Web Development Then Check This Out!

A few people may know the nuts and bolts of website architecture yet don't comprehend the distinctions that make a webpage that is usable on versatile stages or applications to go with the webpage for clients in a hurry. In the event that this ap

Session in php

Session is used in php to store information with the help of session variable. By creating session we can use that information across multiple pages. When we create an application we write the code, do some changes and then we close it our syste

Apply a user function on each element of an array

This article demonstrates some predefined functions of PHP which are used to apply a user defined function on each element of an array. The list and details of each function are given below :   1. array_map() array_map() function applies a us

How to Implement DataBinding in Android App Using 3 Easy Steps

Databinding is an architecture that consist 4 major parts first is: source object that supplies the information to viewed pages, Second is: data consumer that displays the information, third is: agent that ensures that data is synchronised between th

1 309 408
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: