0
votes
0answers
12 views

Do you study algorithm problem?

When I was in university, I had participated in a programming contest. The problems turned out to be extremely difficult and boring and request pre-study for a particular set of problem. For example: ...
0
votes
0answers
18 views

Vim: How do you efficiently search for text? [migrated]

Whenever you want to search for text in vim you would type '/' and then the string you are looking for. However, when the string is a long one, and you want to do this multiple times, is there a way ...
-1
votes
0answers
7 views

using AOP with JSF to profiling the methods [closed]

Could anybody explain the AOP with JSF to profile methods which should give the execution time of each and every method in application.
-2
votes
0answers
23 views

Is there a good cross-platform programmable rich/wysiwyg editor control? [closed]

For a project I'm exploring, I need an editor that can display any kind of rich/wysiwyg text and is fully programmable. Most of the rich text controls I've found so far seem to be for WYSIWYG HTML ...
-3
votes
0answers
23 views

Are there forum template written with python which is as mature as php written one? [closed]

It seems most of the famous discussion board/forum template are writen in php. Wouldn't it be more easy to manage if the code is in python than php? Are there any reason to use php over python, except ...
6
votes
7answers
142 views

How to code review badly designed code

I'm a great believer in clean code and code craftsmanship, though I'm currently at a job where this isn't regarded as a top priority. I sometimes find myself in a situation where a peer's code is ...
-2
votes
0answers
17 views

Where can i get some feedback and or criticism on a site design? [closed]

anyone know of a site or a place as to where i can provide a link to receive some feedback on a site design? I am just looking for some honest criticism to further develop my skills.
6
votes
5answers
113 views

Is hungarian notation a workaround for languages with insufficiently-expressive (i.e. Haskell-style) static typing?

Edit To be clear, I'm not talking about annotation variable names with the data type, but rather with information about the meaning of the variable in the context of the program. For example, a ...
1
vote
5answers
147 views

Is it true that what you learn as a CS undergrad will be out of date by the time you graduate?

I've heard this statement thrown around a few time by technology/science pundits on the web. Does it have any merit? What exactly do they mean?
1
vote
0answers
46 views

How has R been used in web programming? [closed]

R has been used in Predictive Analysis by Facebook and Google. Are there similar examples of real world usage?
0
votes
0answers
39 views

Moving from .Net/VB.NET to C: Expected changes and challenges [closed]

I'm interested in learning C. What are the expected changes and challenges for me? Someone has told me that you are on your own world and expect to create almost everything in .Net base class library ...
1
vote
7answers
105 views

Is there a common capitalization convention in C++?

I do a lot of work in Python and Java, and both those languages have fairly common (though not universal) conventions on how capitalization should be used in identifiers: both use PascalCase for class ...
0
votes
0answers
15 views

How to find the location of mouse pointer in span in letters [migrated]

How can I find the location of the mouse pointer between the letters of a span element when clicking on it? I mean: I'm trying to write a WYSIWYG editor without using design mode (something like ...
3
votes
3answers
68 views

Java certification - Should I upgrade?

I have Java 1.2 certification which I completed in 2002. Now I have 10 years of Java experience and I tried to catch up with all Java 5/6 new features but at times I am lost in some of the new things ...
2
votes
0answers
43 views

How do you decompress bytes compressed with Lempel-Ziv Haruyasu algorithm in .NET? [migrated]

How do you decompress one of those LZH formats in .NET (hint: I would prefer to use functionality already implemented, instead of implementing if possible). The situation I am in is that a server ...

15 30 50 per page
1 2 3 4 5 915