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

Search In

Convert flat multidimensional array into a hierarchical multidimensional array

I am trying to list photo albums where each album contains individual photos. This is similar to categories where each category cotains posts. I have two database tables, namely "albums" and "photos".  The albums table has co

How to Implement Tweets Live Streaming Using Tweepy and Save Tweets in .csv file

I am a newbie to python,  after reading streaming with Tweepy and going through this example I am just trying to write tweepy app to crawl  live stream data with the tweepy Api and save it to .csv file but I  g

How to fix my code in C language programming

Hello i am doing an exercise that states:  A 3000 lb  vehicle travelling on a road at 100 ft/sec requires a force equal to its mass times its acceleration to stop ( F = ma). The acceleration is given by a=  (v_o^2-v_i^2)/2d  W

BLOG LINUX DISTRIBUTION TESTING TECH QWERY

Distributions are normally segmented into packages. Each package contains a specific application or service. Examples of packages are a library for handling the PNG image format, a collection of fonts, and a web browser. FN TEST LINUXThe package

How to show all transaction state for the payment in Odoo-9

If you want show all transaction state for the payment.Then you have to follow the following code in your .js file.   odoo.define('pos_mercury.pos_mercury', function (require) { "use strict"; var Class = require('web.Class'); var Model =

How to Summarise Leave Time Proportionally and Correctly in MySql

In mysql database i created "leave" table:   CREATE TABLE `leave` ( `ID_LEAVE` int(11) NOT NULL, `ID_WORKER` int(11) NOT NULL, `BEGIN_DATE` datetime DEFAULT NULL, `END_DATE` datetime DEFAULT NULL ) INSERT INTO `leave` (`ID_LEAVE`

How to add new Columns to table without loosing data of the older version

I am writing this blog to add columns in our database table which would compatible with old version of database. Here I use Alter Table command on my onUpgrade() method where I make condition for the database version. We can add only one column at a

How to setup Google Drive in OpenERP(Odoo)?

If you want to setup Google Drive in OpenERP (Odoo) follow the below mentioned steps: - Step-1 install Google Driveā„¢ integration module. Step-2 Go to the Settings menu and click it. Step-3 Go to Google Drive ->Template Step-4 Go to T

How to make user in OpenERP (Odoo)?

If you want to make user in OpenERP (Odoo) follow the below mentioned steps: - Step-1 Go to Settings menu and click it. Step-2 Go to users->Users Step-3 click on Create button Step-4 Name->Email->Adress->Access Rights->Appli

Custom Toast in Android

Android give facility to change the view of a Toast. Sometimes we need to show message on a better way to user . Here I am writing code to implement custom Toast. I make a separate layout for Toast . Here I am showing a ImageView and TextView on a

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