Recent posts
Hello,
Read more
Hi,
I am trying to write a function that cuts a sentence to its words. And print them back words. I have been doing something like this:
int main()
{
string s="Hello there how are you?";
string temp="";
vector<string> tokens;
for(int i=0;i<s.size();++i)
{
if(s[i]!=' ')
Read more
I am a photographer and I need to make my pictures look good. I've heard about Photoshop and it could do a lot of good work to your pictures. Is this true? Can anyone explain it to me on how to use it? Thanks.
Read more
Good day! I'm new in Photoshop and I would want to know the basics in "layers". Can anyone help me or site an examples in how am I gonna effectively use this? thanks!
Read more
Dear friends,
I would want to extract a subject in a photo. I want to extract a product from this photo and transfer it to another. Need absolute help my friends.
Read more
I have old pictures which I scanned and found out, that there is a lot of dirt and dust particles on it.
How can I erase these dirt and make them undetectable?
Read more

Microsoft Active Directory Universal, Global and Local Security and Distribution Groups When we conceive a new assembly in Microsoft Active Directory, we should choose an assembly type. Two of the assembly kinds are described as follows: 1. Security Groups in Active Directory: Such assemblies permit us to organize client and PC...
Read more

Virtualization Basics, Needs and Benefits Points Covered Microsoft VirtualizationVMware and all other main virtualization companies and their products Comparing each with others if possible a table with their + or – History of each in short Benefits Involved hardware Involved software Deployments Software virtualization and hardware virtualization
Read more
Hi,
I want to make a software that scans an Image (admission form) and identifies the Text within its fields. And puts them in some File. I am doing this in C++. I have some little experience with opencV but not as much as is required to do the OCR...
Read more
Hi,
I am a student of CSE. I am currently beginning to program with java using netbeans. I know some C++. I am now doing a project where I have to call some other program, from within the java program. I know there is a function in C/C++ called system("program.exe"),...
Read more