
Search In
In python socket Module create socket and also use the function name socket.socket() function. This function is also available in socket module. There are many type of socket method in python like- Server Socket Methods and Client Socket Methods etc
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to reads a file into an array ?
If you want to read a file into an array then, you should use file() function.This function reads a file into an array.
syntax of file() functi
Add-in is a software that adds many news statistical features in Microsoft Excel's such as correlation, covariance, anova ,F test etc which are not present before. Add-ins save our lot of time. It is useful as it helps to avoid err
Need help in inserting the below code packet to SQLite:
public class StepDetector {
private static final int ACCEL_RING_SIZE = 50;
private static final int VEL_RING_SIZE = 10;
// change this threshold according to your sensitivity prefe
Core Data framework is used to store data in the form of entities and maintained by Apple in a very well defined manner. Here is an example usage of Core Data to insert,delete,update and fetch data from entities with in the same. To use Core Data wit
we can create products with custom options by programming in Magento
follow the steps :
Create a form to submit all mandatory details to create a products
Post all details to form controller to save product
public function saveproductAction()
{
Hello Guys,
As Dropbox was not allowing http URL's for callback or rediect URI's (as http was only allowed for localhost).
I added below redirect URI in dropbox App for local machine :
http://localhost:8080/DropboxTest/oauth_callback
Now
Hello Friends,
In this tutorial I will guide you how you can install Fedora 23 workstation on your system.
If you have any previous version installed in your system then you can check the upgrade guide else follow the below steps.
Introduction
jQuery is a compressed and fast JavaScript library which can be used to facilitate event handling, AJAX interactions , HTML Document traversing and animated effects for the website development.
jQuery is a free open-source library whic
This tutorial explains how to use limit clause within MySQL query to fetch records. The MySQL LIMIT clause is used to limit the number of records returned from MySQL query by using value passed with LIMIT clause. Limit clause is used with the SELECT
