Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
11% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
9
Posts with Downvotes
6
Downvoting Members
6
~5K People Reached
Favorite Tags
Member Avatar for imolorhe

What are the possible uses of the bitwise operators. i.e. bitwise AND, bitwise OR, bitwise XOR, shift right, shift left and complement. Also, what are the applications of bitwise operators in everyday problem solving. Examples would be nice. Thanks in advance

Member Avatar for daddymummy
0
219
Member Avatar for ankur_

Hi, I want to get the memory usage of my process in Suse. I have used some command like top,ps v but the they give the percentage of memory used while I want the amount of memory used Is there any other command that can give me the amount of …

Member Avatar for anishakaul
0
290
Member Avatar for alcay
Member Avatar for TheGhost
-2
270
Member Avatar for emitris
Member Avatar for WaltP
-3
207
Member Avatar for falconxxxx

Hi I am currently writing a program that would take a number, then compare that number to numbers in a file that I have opened. I am having a few problems. This is what one of the functions I am having a problem with looks like: the function receives a …

Member Avatar for anishakaul
-2
209
Member Avatar for terabithia

So i suppose to do some Matrix calculator and perform some calculation by using classes. But we need to copy the square matrixes to other matrix to perform the calculation without changing the actual value. So we can use the same matrix and just changing the form to upper or …

Member Avatar for Lerner
0
1K
Member Avatar for anishakaul

Can any one point out links to some small projects w.r.t C++ ? Now when I say small projects, It [B]doesn't mean[/B] building a calculator or matrix multiplication programs, [B]nor[/B] does it mean building games, [B]nor[/B] does it mean dealing with databases, What I actually want is to use the …

Member Avatar for kvprajapati
0
92
Member Avatar for anishakaul

Hi, I have managed to create a HTML file inside python code, now can someone help me to convert this to a PNG file through a Python script ?? I did Googling first but it resulted in various soft wares for above purpose which I don't want !! I am …

Member Avatar for anishakaul
0
2K
Member Avatar for bharatk

Hello I have generated a list of words & their occurrences. Now, how to I filter them based to the starting alphabet. I.e. all words starting with 'a' should be filtered from thos list & put into 1 list along with their occurrences, similarly b,c & d. This is the …

Member Avatar for woooee
0
141
Member Avatar for anishakaul

This is the python code from a file 'legend.py' that prints the contents of variable 'doc' to console: [CODE=python]print '\n'.join (doc)[/CODE] Now through the above code, whatever is inside doc gets written to the console, if I run python legend.py description.xml Below is a shell script : [QUOTE][B]for z in …

Member Avatar for anishakaul
0
276