
Search In
There is an interesting way to multiply two positive integer values without using " * " operator and using binary shift operator. The complexity of the program will depends on the number of bits in the binary representation of the multiplier value.
Hi,
I'm senior computer information systems student, I'm trying to enhance my programming skills in OOP and data structures.
I've created a simple application for each algorithm I've learned it's theory in the college such as sear
If you want to create Events management in OpenERP (Odoo) follow the below mentioned steps:-
Step-1 Install marketing_campaign module
Step-2 Go to marketing Menu ->Events ->Events
As shown in below screen-shot
Step-3 Fill in the following
Xcode provides many keyboard shortcuts that can save our lot of time. Here is a list of few shortcuts that you might want to try out:
cmd+shift+o Open quickly
ctrl+cmd+left arrow Go Back
ctrl+cmd+right arrow Go Forward
ctrl+cmd+up Jump to Next Count
Hello Guys
Most of the time we are thinking .class has bytecode and it's not human readable but it's right thinking so we have another technologies which can decompile .class file to human readable means .java file.
Now, I illustrate the java decom
Hey Guys!!
Here I want to talk about a new feature in Adobe Illustrator CC, which is new but a great & very much handy tool & its called the "Touch Type Tool".
Using this tool you can easily select a character from a line of t
Error :- "A potentially dangerous Request.Form value was detected from the client"
To resolve this, we are having following solutions:-
1. Set validateRequest="false" in page directives, e.g.
<%@ Page Language="C#" MasterPageFile="MasterPage.m
What is Honeypots ?
A honey pot is a computer security system which is used to attract people who’s motive is to penetrate the security of someone system . It is a trap to delude Hacker . Honeypot monitor the activity of the Intruder . when multip


Ever wondered how to start with setting up environment for a simple Angular 2 project, here are following steps that you may follow to get it done easily.
Open Visual Studio and create a new ASP.NET Empty Web Site.
Provide it with a location path
Hashing: A hashing is a protected version from string or text in the form of string or number. A string or number is generally have a fixed length.
Hashing is a irreversible process, when we apply hashing on some string then it can't be decoded.
