Top "History" questions

DO NOT USE THIS TAG.

What happened on Dec 31 1969 at 7:00 PM

Every time in PHP when I make a variable such as this one: $date = strtotime($row['date']); $date = date("M …

php date history
How to remove launch configuration histories in eclipse?

Right click an arbitrary existing project in Package Explore, choose "export..." - "Java" - "Runnable JAR file", I find all …

eclipse history
Why might git log not show history for a moved file, and what can I do about it?

I've renamed a couple of files using git mv, used git stash, had a quick look at HEAD (without changing …

git history dvcs rename git-log
window bind POPSTATE

Given the following: $(window).bind("popstate", function() { alert('popstate'); }); On first load, the alert fires with FireFox and Chrome but …

javascript jquery html history
Origin of the C# language name

I am a C and C++ programmer and am now trying to learn C#. I have bought the book Professional …

c# programming-languages history
Why are "control" characters illegal in XML 1.0?

There are a variety of characters that are not legally encodeable in XML 1.0, e.g. U+0007 ('bell') and U+001B (…

xml unicode history
Why the \G in SELECT * FROM table_name\G?

Terminating a MySQL query with \G instead of ; will cause MySQL to return the result set in vertical format, which …

mysql command-line history
Eclipse's local history...where are files saved?

Can someone explain how Eclipse's local history works? I accidentally overwrote a file in a project but need to revert …

eclipse flexbuilder history local
window.onpopstate is not working; nothing happens when I navigate back to page

I'm trying to add window.onpopstate on one of the pages on my site, but nothing is happening. I put …

javascript history popstate
Show number of changed lines per author in git

i want to see the number of removed/added line, grouped by author for a given branch in git history. …

git diff history logging