Freedom 251 : Specifications,How to Book and Concerns February 19, 2016 Ringing Bells,, a little-know Noida-based company, has launched the Freedom 251 smartphone in New Delhi on 17-Feb-2016. At the launch, the company said you… Continue Reading
Make Money with GoDaddy. Simplest way to earn ! December 7, 2015 GoDaddy is the largest domnain and hosting selling platform. Now its the time to get some commision on selling or buying the products from… Continue Reading
Mongo query with aggregate function for rails December 7, 2015 Group by state and created at: Mongo query to count no. of questions and votes by different gender with their total sum. … Continue Reading
Installation Tutorial – Sublime SFTP Plugin November 28, 2015 This video will give you the brief knowledge of sublime sftp/ftp plugin installations. It will give you flexible options to automate the synchronization of… Continue Reading
Upload audio and videos by paperclip rails October 5, 2015 Steps to Upload any type of media in ruby on rails by paperclip 1) Upload video a) apply gem “paperclip-ffmpeg”, “~> 1.0.1” b) Apply validation in model… Continue Reading
Find Latitude Longitude using Ip address October 5, 2015 Below mentioned way is to get lat long using ip address It allows 250 requests in a minute http://ip-api.com Using Net::HTTP require ‘net/http’ class… Continue Reading
LatLngBounds for Mapbox.js to fetch all corners lat long of map October 5, 2015 Represents a rectangular geographical area on a map. var southWest = L.latLng(40.712, -74.227), northEast = L.latLng(40.774, -74.125), bounds = L.latLngBounds(southWest, northEast); All Leaflet methods… Continue Reading
TypeError at /complete/facebook/ April 28, 2015 is not JSON serializable – django social auth Facebook login You can resolve that issue by adding that in setting.py SESSION_SERIALIZER='django.contrib.sessions.serializers.PickleSerializer' Continue Reading
Django Lgoin and Registration Process ( Python ) April 28, 2015 Installing django-registration-redux Automatic installation via a package manager Several automatic package-installation tools are available for Python; the recommended one is pip. Using pip, type: pip install… Continue Reading
FFMPEG Converter for ubuntu April 28, 2015 We can convert videos from any form to any format sudo add-apt-repository ppa:mc3man/trusty-media sudo apt-get update sudo apt-get install ffmpeg gstreamer0.10-ffmpeg Continue Reading