Tagged Questions

3
votes
6answers
103 views

Using Polymorphic Code for Legitimate Purposes?

Hi, I recently came across the term Polymorphic Code, and was wondering if anyone could suggest a legitimate (i.e. in legal and business appropriate software) reason to use it in …
1
vote
2answers
48 views

Understanding GUIDS, updates, and patches with Windows-Installer

Hi, I'm learning about Windows-Installer and Wix, and have a number of questions related to how it works: If a component GUID changes, but the same files are in the component, w …
7
votes
8answers
269 views

Understanding Generators in Python?

Reading the Python cookbook at the minute and currently looking at generators. I'm finding it hard to get my head round. As I come from a Java background, is there a Java equivela …
1
vote
1answer
31 views

How does the IIS 7 / ASP.Net pipeline work?

From an HTTP request all the way to my files (like .asmx)... what are modules, handlers, app pools... etc... I don't want to ready a chapter about it. Just a summary paragraph.
1
vote
3answers
194 views

CouchDB a real world example

Hello stackoverflow gurus, Tonight in my daily tech googling I came across couchDB, after seeing tons of presentations about how it perform ten to hundred times better then any RD …
1
vote
5answers
169 views

2d Map based tile game engine

Hello, I'm wondering if there is any map creator tool out there that can create terrains for 2d isometric games and export them as some form of xml or other open format document. …
1
vote
2answers
42 views

ECommerce, products in category and category browsing

Hi Everyone, I am building an EC website for a customer and the project manager came with some strange ideas and I am struggling to actually implement what he sold to the client. …
1
vote
4answers
108 views

Concept Checking change in C++?

I'm porting over some code from one project to another within my company and I encountered a generic "sets_intersect" function that won't compile: template<typename _InputIter1 …
1
vote
6answers
149 views

Old concepts with new names (namely REST and Cloud computing)

It seems that SaaS and Cloud computing are old concepts with new names, and I am curious if I am wrong. For cloud computing you can look at: http://stackoverflow.com/questions/134 …
1
vote
2answers
172 views

How to require certain concepts in C++ code?

How do I require and check that an argument is a certain concept in C++? For example, the random_shuffle function in the algorithm header requires that its arguments are RandomAcc …
0
votes
1answer
25 views

Concept of, Framework for , How to Test View of MVC (Ruby on Rails)

I am now doing the UI from fresh so I want to make it fully test. Could anyone suggest the correct way to do this and where should be the good place to start? such as Concept, Fram …
0
votes
5answers
53 views

Good Reference for Web Concepts

My business analyst approached me and asked if I could recommend a book that would help her get up to speed on some of the concepts, trends and buzzwords related to todays internet …
1
vote
3answers
71 views

Adding methods to native JavaScript objects

Adding methods to native JavaScript objects like Object, Function, Array, String, etc considered as bad practice. But I could not understand why? Can some body shed light on th …
3
votes
7answers
273 views

What technique in functional programming is difficult to learn but useful afterwards?

This question is of course inspired by Monads in Haskell.
7
votes
3answers
222 views

What’s the concept behind zip compression?

What's the concept behind zip compression? I can understand the concept of removing empty space etc, but presumably something has to be added to say how much/where that free space …

1 2 3 4 5 8 next
15 30 50 per page