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

Search In

Binary search tree insert item implementation in java

Binary search tree is an extension of linked list data structure that contains node. Insertion in tree is easy. This tree contains a root and child node where left hand sided node always lesser than parent node and right hand sided node always have g

Implementation of insertion sort in java

In java we have different sorting algorithm for insertion of element in an array. Let's talk about insertion sort today insertion sort is a uncomplicated algorithm, it raise the ultimate sorted array one item at a time. It is less coherent on hug

Open, Read, Append and Close file

OPEN FILE-  fopen() In php file is opened by the fopen() function. The fopen() contains  two parameters. The first parameter of fopen() holds the name of the file to be opened and second parameter indicates the mode in which file is to be

Replace all the letters of a string by any wildcard character except the first and the last

Here we will learn how to replace all the letters of a string by any wild character except the first and the last one with the help of the following string function in php. strlen(string) : This function returns the length of the string if successfu

Create and Delete and Recreate Table

Hi i have been asked to the following task.   Your project must meet the following specifications: 1. Create a table tbl_User in MySQL using the console or phpMyAdmin, consisting of the following column names: a. The table structure is as fo

Resolve LOAD DATA INFILE Error : "The used command is not allowed with this MySQL version"

This article provides the solution for the issue with LOAD DATA INFILE statement. PHP provides a lots of options to import data from text files. I faced this issue while I was trying to import data from a text file (data.txt) into mysql table using &

Blocks in Ruby

A block is a chunk of code that we put inside do..end or {}. You can use any of the both ways. But multiline block (do..end) is preferred over inline({}) block.   Example of block: multiline style# ["red", "green", "yellow"].each do |color|

Retrieving a Single Object From Active Records In Rails

Active records gives us different ways to retrieve single objects from it. Those methods with examples are given below :  find The find method allows us to retrieve a single object or we can say single record from the database by passing i

jQuery selectors

JQuery selector is a function which is used to locate elements in a web page. JQuery selector uses expressions to locate the web elements. Expression to find a particular element is written inside "$()". Mainly jQuery selector uses any one

BitConverter.ToString()

In C#, many times we need to convert a byte array to string format. In this blog, we are going to illustrate how to convert the byte array to its corresponding string format by using BitConverter.ToString() method.   Syntax: public static str

1 65 156
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: