224
votes
105answers
16k views
Significant new inventions in computing since 1980
This question arose from comments about different kinds of progress in computing over the last 50 years or so.
I was asked by some of the other participants to raise it as a quest …
0
votes
0answers
18 views
Jquery history - Ajax navigation - How to make url request and search request?
I'm using the Jquery history
exemple: mikage.to/jquery/jquery_history.html
I don't really know how to make a search query using a search box form and how to create a search link …
0
votes
2answers
90 views
Other forms of “kluge”? [closed]
http://dictionary.reference.com/browse/kluge
Who knew that the word "kluge" had its roots in computer software/hardware? Ok, so... what are the other forms of this word, and how …
2
votes
1answer
39 views
Android - clear history when navigating between Activities
I have 3 Activities that my user continuously is looping through. When user is back to the main screen I need to terminate previous history so user cannot hit back button and end u …
1
vote
2answers
35 views
Anyone got a WPF features history
We're in the process of moving into WPF (going very nicely thankyou) and the last work I did with it was a couple of years ago so most of the books I've got from that time frame ar …
1
vote
4answers
61 views
History of XML parsing and WS APIs in Java?
Someone recently asked on IRC about the history of XML parsing and WS APIs in Java, and I started wondering. Is there any written history? What are the latest and coolest toys? Why …
5
votes
3answers
110 views
Why does COBOL have both `SECTION` and `PARAGRAPH`?
Why does COBOL have both SECTION and PARAGRAPH?
Can anybody explain why the designers of COBOL created both SECTIONs and PARAGRAPHs? These have been around since the initial relea …
7
votes
5answers
131 views
What role (e.g. work) did the “programmer personality type” have throughout history
This has always concerned me to an unnatural degree. I have no idea what sort of "role" I would have had in society if there were no computers or advanced technology to play with ( …
75
votes
71answers
8k views
Should I learn C?
Original Question: Should I Learn C?
In the theme of the stackoverflow podcast, here's a fun question: should I learn C? I expect Jeff & Joel will have something to say on th …
26
votes
131answers
5k views
What dead programming languages do you know?
For the purpose of this question, let's define a dead programming language as one for which you cannot buy a newly manufactured piece of hardware and install an operating system wh …
25
votes
9answers
4k views
History of Django’s popularity
What sequence of events made Django the most popular Python web framework .. and still so? Even though several other frameworks exist.
Note: This question is neither argumentative …
2
votes
2answers
85 views
Where did string escape codes (\n, \t…) originate?
Purely wondering... since they're still around and in use in C# today...
Where did the pattern of using string escape codes come from? What language did it first appear in? What l …
0
votes
3answers
45 views
Copy on delete of browser history
I'd like to know if there is a programming hook or some other feature in windows vista and IE 7 or 8 that would let a computer administrator let the user think they were deleting t …
0
votes
3answers
39 views
add every update, delete, insert query to a new record in mysql
Is there a way that if there's a change in records, that a query that changed the data (update, delete, insert) can be added to a "history" table transparently?
For example, if my …
2
votes
7answers
209 views
How do you do inheritance in a non-OO language?
I read that early C++ "compilers" actually translated the C++ code to C and used a C compiler on the backend, and that made me wonder. I've got enough technical knowledge to wrap …
