Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

Member Avatar for dspjm

There is a piece of code in Linux Device Driver 3rd edition: #undef PDEBUG /* undef it, just in case */ #ifdef SCULL_DEBUG # ifdef __KERNEL__ /* This one if debugging is on, and kernel space */ # define PDEBUG(fmt, args...) printk( KERN_DEBUG "scull: " fmt, ## args) # else …

Member Avatar for dspjm
0
121
Member Avatar for dspjm

When I plug in my headphone, the speaker still sounds, how to solve this problem please, I can use alsamixer to adjust the total volume, but I just want the speaker stopped making sound after I plug in my headphone...Thanks for helping...:-)

Member Avatar for dspjm
0
187
Member Avatar for dspjm

Suppose I wrote a code like this from pylab import * t1 = text(1, 1, "Hello") draw() t1.remove() draw() How do I suppose to show t1 again in my figure? Thanks for help

0
51
Member Avatar for dspjm

They stole my gmail account for spam.Why? Isn't Linux and firefox safe? I don't know how did they do that? Through a background virus or through steeling the information in my network? I don't understand how. Any body can tell me why?

Member Avatar for Jessica1234
0
141
Member Avatar for Alison Clarke

Hi All, I am working with a Software company and I have got an opportunity to work on Unix server but I just have basic knowledge of Unix and Linux. And I have to learn all the commands within a week. Is there any online tutorial or any website? Please …

Member Avatar for neerajpro
1
1K
Member Avatar for dspjm

This may be quite out of business... while, this is my favorite forum, so i have no where else to go. So, I have a gmail account for my technical letters a hotmail account for my personal emails, and a yahoo account for my business mails, and a junk account …

Member Avatar for Aramant Coral
0
489
Member Avatar for dspjm

Recently, I am looking up some information about virtualization. I found it's so hot, while i don't think it worth it. Virtualization is done! Let's say that virtualization is feasible now. We have to consider these things. First, it just transfer the hardware cost to the service provider, while we …

Member Avatar for ComputerNetwork
0
163
Member Avatar for dspjm
Member Avatar for dspjm

1.I am wondering since the kernel is open source, how can RHEL ask for money? Why is it legal to charge since it's based on open source code. 2.If I wrote a prgram based on GPL software or library, can I ask for money and didn't distribute the code?Is there …

Member Avatar for rubberman
0
145
Member Avatar for dspjm
Member Avatar for dspjm
0
1K
Member Avatar for dspjm

For example, I want to write a minesweeping. I know the interior algorithm, but I don't know how to start creating a gui. How should I get started? Thanks.

Member Avatar for JamieLynnSEO
0
245
Member Avatar for dspjm

I am looking for some websites which carry news upon the most updated and advanced computer science and technical advance. Can anybody give me an advice? thanks a lot^~^

Member Avatar for dspjm
0
80
Member Avatar for dspjm

What's wrong with the program? It went wrong when i print the numbers in the lists. After i prints the last number, it didn't stop, and the program went into wrong memory. Eager for your answer: [CODE] #include <stdio.h> #include <malloc.h> #define NULL 0 typedef int ELEMNT_TYPE; typedef struct node …

Member Avatar for ckoy
0
124
Member Avatar for dspjm

How can i relate a source file in a gdb command... Provided that i have two files: test.c test(executable) How?thx for answering

0
143
Member Avatar for dspjm
Member Avatar for nonshatter
0
202
Member Avatar for dspjm

As the title, type M-C-y, can use it, but what if i want to use the argument to recall the nth argument in the previous command...Thanks for answering...

Member Avatar for dspjm
0
462
Member Avatar for dspjm

A ignorant question, suppose i type "fc 89" in a terminal, which will take me into a text editor, after i modify the command, how can i exit the editor and execute the command? Thanks for answering...

Member Avatar for dspjm
0
95
Member Avatar for dspjm

In the help of less in bash, it says tha we can mark a position with m<letter>, then go to the mark with '<letter>. it seems that the m<letter> doesn't work at all, suppose i type ma, while if i type ' , a line "go to mark: " shows …

Member Avatar for dspjm
0
142
Member Avatar for dspjm

Suppose I have these two functions: [CODE]template<class T> bool largerthan(T a, T b) { if(a>b) return true; return false; } template<class T> int reduce(T ar[], int n) { list<T> buffer; buffer.insert(buffer.begin(), ar, ar+n); [COLOR="Red"]buffer.sort(largerthan);[/COLOR] buffer.unique(); copy(buffer.begin(),buffer.end(), ar); return buffer.size(); } [/CODE] I have two kinds of arrays for reduce(): string …

Member Avatar for vijayan121
0
104
Member Avatar for dspjm

I want to read some books about data structure written in c++, can anybody recommend some good books for me?Thx.

Member Avatar for dspjm
0
119
Member Avatar for dspjm

I am a beginner in c++, I taught myself c++ through the book "c++ primer plus", it really took me a lot of will to finish the book. Now i just want to use the thing i learned to do some pratical things in my life, can anybody tell me …

Member Avatar for iamthwee
0
148
Member Avatar for dspjm

I upload a picture to be my avatar, but it just shows a '?', how to make my picture displayed?

Member Avatar for Ancient Dragon
0
54