Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

67
votes
117answers
6k views

What “already invented” algorithm did you invent? [closed]

In my question Insert Update stored proc on SQL Server I explained an efficient way of doing an insert/update - perhaps THE most efficient. It's nothing amazing but it's a small algorithm that I came ...
7
votes
21answers
1k views

What programming technique / practice done by you was ahead of its time? [closed]

I once built a very good web application in ASP (classic) back in 2001 and extensively used XmlHttpRequest object in it. (I was lucky that the clients were only using IE, and only IE supported this ...