1
vote
0answers
37 views
how to change remove+add to move in git history
i have a git repository that is a mix of some old svn repos. when i mixed everything i didn't realized to do git mv instead of just moving the files so now the svn history for most of the files is …
2
votes
5answers
99 views
“Duck typing” etymology?
Is there a story behind the name ''duck typing'', I've heard ''if it looks like a duck, and sounds like a duck, let's call it a duck'' (or something like that), but why a duck? Why not ``if it looks …
0
votes
3answers
37 views
Intercepting call to the back button in my AJAX application: I don’t want it to do anything!
I have an AJAX app. A user clicks a button, and the page's display changes. They click the back button, expecting to go to the original state, but instead, they go to the previous page in their …
0
votes
1answer
58 views
What was the first programming language to allow arbitrary length variable names? [closed]
What was the first programming language to allow arbitrary length variable names? I'm talking about third-generation programming languages really.
0
votes
1answer
22 views
GUI paradigm history
hi there
I know that Apple and Microsoft were inspired by Xerox PARC in building the GUI, but my question is: from the hardware point of view, which was the switch to GUI become available? I remember …
3
votes
2answers
84 views
Origin of Map in Computer Science
In computer science, there are two definitions of the word map. The first is as an associative array, a type of container that maps values of one type to values of another type. An example of this is …
0
votes
2answers
37 views
When was MS Message Queue first released?
When was MS Message Queue first released?
1
vote
6answers
117 views
Programming Languages - Who Inspired Whom? [closed]
Working on PHP frameworks lately, i notice that many of them are inspired by java or ruby frameworks. For instance, the Doctrine ORM is based on RoR's Activerecord (with maybe some elements of Java's …
0
votes
1answer
28 views
jQuery + Ajax Hash / History and more
Hi there,
I am trying to get a handle on using URL hashes in jQuery to control history in Ajax and make links / pages book-markable. I have tried almost every plug-in out there, and I cant seem to …
0
votes
2answers
16 views
Compiling historical information (esp. SLOCs) about a project
I am looking for a tool that will help me to compile a history of certain code metrics for a given project.
The project is stored inside a mercurial repository and has about a hundred revisions. I am …
0
votes
0answers
45 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 like:
…
2
votes
1answer
83 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 up on screen #2, what …
0
votes
2answers
92 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 do you spell them?
…
1
vote
2answers
40 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 are little dated.
Has …
1
vote
4answers
67 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 are there so many?
…
