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

Search In

java.util.Random Class

java.util.Random Class: java.util.Random class is used to generate random numbers. As we know random numbers are very useful especially in game development. In java we can generate random numbers in two ways either using java.lang.Math.random() meth

PHP error after updating my php version to 5.4.0-3

Hello I'm get a strange PHP error after updating my php version to 5.4.0-3. I have this array: Array (     [host] => 127.0.0.1     [port] => 11211 ) When I try to access it like this I get strange warnings  print $memcachedConfig

To check a number is perfect square or not using addition operation only.

The problem is that a positive integer n is given and check if it is perfect square or not using only addition operation. // C++ program to check if n is perfect square or not #include<bits/stdc++.h> using namespace std; // T

0/1 Knapsack Solution in Java

Hi, this blog is to help you to know about 0/1 knapsack problem and how to solve it using Java.   Problem Definition Suppose there is a thief who came to steal thing from someone's home. He has a knapsack(shoulder bag) with him

New Concept to Build HTML for big projects

We all know that for any web page or website, HTML is compulsory. HTML is the necessary platform to develop the website. Many times when I created HTML templates, I faced the issue to do the changes and had to do copy paste the changed content in eac

jQuery loop in JSON result from AJAX Success

Hello readers, today i guide you "jQuery loop in JSON result from AJAX Success". If you are working with JSON and and want to display all JSON value in AJAX Success, you can do this using jquery loop. Recently I am working on a project an

Countdown using PHP or Jquery

<?php $time=time(); $time_out=$time-60*24; if($userInfo['deleteTime'] < $time_out){ $countTime=$userInfo['deleteTime'] - $time_out ?> <

Everything We Know About iOS 13: Rumours And Features

The flames around iOS 12 hadn’t even doused entirely and we have iOS 13 lining up already. iOS 13, as we know it is the next major update to Apple's iPhone operating system. We can expect it to be unveiled in the summer of 2019.   At

Data table Server-side processing using Cakephp

In cakePhp if have an extensive database which contain a huge number of record so you can apply the datatables server side processing there. By applying the datatable server side processing you are furnished with pagination highlight in which it depe

Types of Mask in Photoshop (part 5)

Welcome back to "Part 5 - Types on Mask in Photoshop". Hello Guys !! In this Blog iam gonna tell you about Adjustment Layer Mask. OK Let's get started. Question 1: How to apply Adjustment Layer Mask? Adjustment Layer Mask is an another type of mas

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