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

Search In

How to to get date and time in diffrent formats in android?

If you want to display date and time in multiple formats from your android device then here below given the methods to achieve it. // Type of format you want, String format="yyyy/MM/dd hh:mm:ss"; String format2="yyyyMMdd hhmmss"; String format1="yyy

How to Get Print in Python

print : It produces text output on the console. Syntax: print "Message" print Expression To print the given text message or expression value on the console, you have to moves the cursor down to the next line. print Item1, Item2, ..., Item

COMPONENT INTEGRATION IN PYTHON

Python have following integration which is given below:- 1. Python scripts can easily communicate with other application using variety of integration mechanisms. 2. simple object persistence system is provided by Python's standard pickle module 3. P

Read records in Odoo9

When we face any issue in database records value at that situation we use read records value and record data is accessible with the read() method, which takes a list of ids (as returned bysearch()) and optionally a list of fields to fetch.

Create illustrations with Adobe Draw and Capture CC

In this tutorial we'll learn about two new tools from adobe for android or iPhone/iPad users. Here we'll talk about Adobe Draw which is a part of Adobe Illustrator family and Adobe Capture CC. With the help of Adobe Draw you may create your idea

Create a random string of x characters using defined string of possible characters

To create a random string of x characters using defined string of possible characters we will first of all define a function which will return a random string of length that you have passed as a parameter to the function. The script is given below:

how to import jquery in joomla

Hello readers, today I guide you "to import jQuery in Joomla" This can be a rule which we all utilize to guarantee that only 1 content involving jQuery can be imported. The idea merely tests to see in the event jQuery is already been imported and i

How to remove words which occurs mutliple times in a string using PHP

Hello Reader's If you have a string with words occurs more than two times then here you can see how to remove them as a single. Lets see the string below full of random words and 34 is repeating. $mystring = '2,34,two,findnerd,logic,66,34,55,blog';

How to display flash messages in Codelgniter

Hello Friends, If you are looking to set flash messages in Codelgniter framework. Please follow the below code for the same: 1) Open your controller function and put the below code to define flash message $this->session->set_flashdata('msg',

Inserting array values at the beginning of an array in PHP

Hello Readers , With the use of array_unshift() , it will insert new values at the beginning of an array. We can add one value, or as many as you like. Syntax: array_unshift(array,value1,value2,value3...) Example: <?php $a=array("a"=>"r

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