Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
2k views

how to interpret windows task manager?

I run Windows 7 RC1, which uses the same WTM from Vista. When i look at the processes, there some columns I'm not sure what the differences are: Memory - working set Memory - private working set ...
7
votes
4answers
315 views

Online c# interpreter security issues

I am toying around with the idea of building an online C# interpreter, a bit like Codepad. Now there are obvious security issues: Infinite loops System.Diagnostics.Process.Start Pretty much the ...
5
votes
27answers
2k views

Interview Question 101 - Binary Number Interpretation [closed]

Pretend you're at an interview. The interviewer asks: What is the decimal value of this binary number? 10110101 What is the first thing you responsed with?
4
votes
2answers
633 views

Normal Probability Plot interpretation [closed]

I have a very basic question. What is the basis of the normal probability plot i.e. what do the probabilities represent? I am testing for a standard normal distribution. My normplot (in MATLAB) ...
2
votes
2answers
353 views

HTTP: What is the preferred Accept-Encoding for “gzip,deflate”?

This question is regarding the order of precedence for the media-types of the HTTP Header "Accept-Encoding" when all are of equal weight and has been prompted by this comment on my blog. Background: ...
1
vote
2answers
127 views

How compiler interprets C program? [closed]

How can i get detailed description about interpretation of C program by C compiler. I think there are three ways 1) read the book compilers by Aho 2) read C library 3) read assembly language so that ...
1
vote
3answers
145 views

strange for loop? C# [closed]

Possible Duplicate: In C# is a for(;;) safe and what does it really do? So i recently came across something ive never seen before.. for (; ; ) { } What is ...
1
vote
1answer
154 views

Deocde and dispatch interpretation vs Threaded interpretation

I am trying to understand the practical difference during the execution of a program in Deocde and dispatch interpretation and Threaded interpretation. Example of both will really help. I ...
1
vote
0answers
78 views

MGrammar and more than one valid interpretation

I think what I may have is the dangling else problem, but I'm not really sure. The language I'm tasked with writing needs to support multi-line if statements as well as single line i.e. ...
0
votes
2answers
30 views

redirect every request to index.php and interpret the request

I'm using Apache 2.2 and PHP 5.3.8. How should I configure .htaccess to redirect every request do index.php? I'd like to have URLs like those of stackoverflow or facebook, as: ...
0
votes
0answers
10 views

Data manipulating environment

I am looking for something* to aid me in manipulating and interpreting data. Data of the names, addresses and that sorts. Currently, I am making heavy use of Python to find whether one piece of ...