Tagged Questions

0
votes
3answers
31 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 …
5
votes
5answers
108 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 ( …
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 …
4
votes
3answers
71 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 …
0
votes
3answers
37 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 …
2
votes
2answers
76 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 …
1
vote
1answer
40 views

Export subtree in Git with history

I have a folder in my Git repository that I'd like to move out in to its own repository. Is it possible to move the history of that folder along with the folder? I've previously b …
0
votes
1answer
22 views

GWT History and IE6 / 7

I've asked this question on the GWT group with no luck, so now I'm trying Stack Overflow :) There seems to be some problem with GWT's history and IE6 / 7, and I'm trying to confir …
2
votes
7answers
204 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 …
3
votes
2answers
33 views

Search git history for a change in a merge commit

To search for a string that has been added/removed in git history I can do git log -S'some text' This works great except that it doesn't search through merge commits. How do I g …
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 …
74
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 …
0
votes
2answers
76 views

Popular Mechanics article on BASIC [closed]

I remember reading an article in Popular Mechanics circa late 1970s introducing BASIC (with simple examples) that I think (IIRC) was my first exposure to programming. Anyone else …
3
votes
2answers
69 views

Sources for Bill Atkinson’s works at Apple?

In Peter Seibel's "Coders at Work", Donald Knuth says: Bill Atkinson’s programs are now publicly available thanks to Apple and it won’t be too long before we’ll be able to r …
14
votes
9answers
788 views

What _did_ the C operators /\ and \/ do?

Anyone can "declare" ones own operators in C.... that is if one is a C compiler guru and has the source code to the C compiler! ;-) Further questions to puzzle: How are these op …

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