DO NOT USE for questions that happen to contain the word "history". Use this tag for questions about the history of a programming concept or feature.

learn more… | top users | synonyms (1)

0
votes
2answers
78 views

How many bytes is a Hollerith card?

I was showing my students a Hollerith card this morning to show them some programmer's artifacts, along with an 8 inch floppy, a 5 1/4 inch floppy, a 3/12 inch floppy, an old reel-to-reel tape, etc. ...
0
votes
0answers
226 views

How to keep activity (Add/Edit/Delete) log of fields information in MySQL?

I have to keep user activity (Add/Edit/Delete) of logs in MySQL with what information have been changed by whom in the application. So what is best optimized solution to implement such user activities ...
0
votes
1answer
99 views

davis.js with full address links

i am trying to use davis.js history plugin but i have problem (using codeigniter, but that isn't important). var app = Davis(function () { this.get('http://localhost/folder/controller/:id', function ...
0
votes
2answers
201 views

How to list history commands on VMS ?

How to list history commands on VMS ? On linx, we can use "history". I cannot find corresponding commands on VMS . Any help will be appreciated. Thanks
0
votes
1answer
92 views

how to parse safari browser history in windows by C++

my intention is to read the history of Safari browser by my program which is written in C++. I am able to read other browser's history through programming but for safari i am kind of a lost. the file ...
4
votes
1answer
437 views

GitHub - List commits by author [closed]

Is there any way in GitHub.com to list all commits made by a single author, in the browser (neither locally, e.g. via git log, nor via the API)? Clicking on a user name in the list of commits (Commit ...
3
votes
2answers
207 views

Backbone.js + Rails + IE routing

In my rails app, I have two layouts/controllers for different actions. Eseentially, I match the root / to gateway#index, along with a few other pages such as /login and /register The actual app once ...
1
vote
2answers
74 views

How do these new websites load pages almost AJAX-like but update the history?

I admit. I haven't done much research on my own (damn me). There are a few websites (Gizmodo, Hulu) that have rapid reload times and appear to be AJAXian, but update the history. It functions like a ...
2
votes
1answer
418 views

FQL Query for getting Chat conversation

Here is the code. In the result I want to see my conversation and my friend conversation. For conversation history functionality How can I do this? SELECT message_id, thread_id, author_id, body, ...
1
vote
4answers
272 views

Wiping browser history with javascript (or preventing URL from being recorded)

I have a client (domestic violence center) who wants to know if we can prevent their site from showing up in browser history, or wipe the users visit from their browser history when they exit the ...
2
votes
1answer
199 views

View history for list of elements in ClearCase

I'm novice to ClearCase, and recently I merged list of files from branch A to branch B. At that time I checked preserved the time stamp option for every files that I merged. Now, Client needs to ...
0
votes
1answer
175 views

history states in ajax calls

I am using jquery ajax calls to change content in a div by clicking links, but my url always the same i mean its not changing by clicking the links just content changes. so i find history.pushStates ...
0
votes
2answers
101 views

Java text field history in applet

I have a simple Java applet with several text fields for input. I would like to be able to somehow cache what the user enters into these fields so that next time they run the applet, they can make a ...
0
votes
1answer
58 views

git: view log and changes of moved file

I have file in git and want to check it's history: commits when it was changed and what exactly was changed between this commits. But: I know that I have renamed the file in the past git history ...
0
votes
1answer
1k views

AngularJS Save Browse History

I'm trying to solve a problem. I want that when a perform an action or function in the controller to be saved in the brose history. For example, I want to do this: Type something in a textbox. Click ...
1
vote
1answer
601 views

How to clear search history in Eclipse?

I am using Eclipse Ganymede 3.4.2. The search bar in both Search and Find/Replace is getting cluttered from previous searches. Is there a way to clear them? I tried clearing the cache files in ...
2
votes
2answers
182 views

netbeans: revert project changes from a special date

I am using Netbeans IDE to write a java program. I did some modifications in my project in last 2 days ago(yesterday). Now I want to undo these changes. I see all files of project files have a history ...
0
votes
1answer
67 views

Bash history enumerated from the end

In bash one can !-1 to execute the 1 command from the history enumerated from the end starting at 0. But what how can one view history so that mentioned enumeration is shown instead of usual one by ...
1
vote
1answer
71 views

bash real life example for & modifiers

I am looking learning new tricks in bash command history manipulation, in this page http://www.gnu.org/software/bash/manual/html_node/Modifiers.html#Modifiers. I see & modifiers. when I try ...
0
votes
1answer
26 views

URL with the current query

I have an AJAX Web application where I want to have the URL to reflect what the current query is, in order to have a "permalink". For example a user enters "foobar" as a query in a search input, then ...
1
vote
2answers
197 views

Ruby- get date from microseconds

Alright I was looking at this in python but I just like ruby better. What I'm trying to do is get a date and time from this number - 12988822998637849 - which is the number of microseconds since ...
0
votes
1answer
42 views

Android: RecentSearchProvider - Set Authority from String resource?

Hi im stuck on this one. Setting up a RecentSearchProvider as such public class MyRecentSuggestionProvider extends SearchRecentSuggestionsProvider { public final static int MODE = ...
9
votes
6answers
502 views

Why does/did C allow implicit function and typeless variable declarations?

Why is it sensible for a language to allow implicit declarations of functions and typeless variables? I get that C is old, but allowing to omit declarations and default to int() (or int in case of ...
0
votes
1answer
72 views

front-end user interface to view record edit history

I have a web application that inserts/updates/deletes records from a database. Each time a transaction is made to a table, the change is recorded with the type of modification and the previous values ...
0
votes
0answers
60 views

Control an iframe's history?

How can i control an iframe's history with a button? I created these buttons: <input type="button" value="Forward" onClick="history.go(+1);return true;"> <input type="button" value="Back" ...
1
vote
1answer
172 views

What is best practice to save the state of an object into a history list and restore it?

I've got the following scenario: I'm designing an MVVM application which communicates with some computer external devices via serial port or something. Every Device has some properties like an id, a ...
1
vote
3answers
165 views

How to create an undo function in spring MVC based web app.?

I have an employee and a corresponding employee history table. Both the tables have same structure. History table is used to track the historical changes made to the employee over a period of time. ...
1
vote
0answers
55 views

Is it possible to view ip addresses of chrome history rather than urls?

Is it possible to view chrome history as ip addresses rather than urls? The reason is that in my history I have a site that is hosted on multiple servers and I want to pick out a particular one. ...
0
votes
0answers
51 views

SVN merge without -r N:HEAD does not work

I tried to use svn exactly as described in the documentation, like: svn merge file:///myPathToRep/trunk/ My branch is clean and does not contain any local modifications. My branch is modified the ...
0
votes
1answer
48 views

How to detect button press history on Android

I want to know how to find out which (programmed in) button was last pressed, and then act accordingly. Would I have to have an array of some kind?
-2
votes
1answer
75 views

How to build history page in PHP [closed]

Now I'm doing some system project, my project is about tracking pending Order daily, so user are advice to fill in form daily and then at the end of the day, FIRST Question, how to make that system ...
2
votes
1answer
3k views

IE history push state

I have a webpage where the user has the possibility to display the terms and conditions without reloading the page, via AJAX. That, in itself, is no problem, however, I am also trying to push a ...
-1
votes
1answer
6k views

how to get full chat message history on my PC full one between me & a friend? [closed]

I want to get the full history chat messages between me & my best friend since we started talking i scroll up but we have type more than 10000000 word << so how to get all of those on a ...
0
votes
0answers
80 views

Disable history for flex application

I'm using BrowserManager in my application to change URL several times. But I don't want to navigate through application states when pressing "back" or "forward". I want to go to previous page by ...
0
votes
0answers
178 views

How to get browser history (a last hour history)

I want to get all the browser history records from browsers only a last hour history, I try this code Cursor mCur = activity.managedQuery(Browser.BOOKMARKS_URI, ...
0
votes
2answers
141 views

how can I prevent the user leaving the page when hitting the browser back button in Jquery Mobile?

Just wondering. I have a page in Jquery Mobile which uses a popup that opens as a fullscreen page on smartphone displays: Desktop/Tablet: Smartphone: Problem is, if the user views the page on ...
0
votes
0answers
47 views

Logging in, redirecting and history.go()

I'm writing a js script that redirects the user after logging in. The login form is located on a page: /login. I'd like to redirect the user to the location that he was on when he pressed the login ...
0
votes
1answer
236 views

History API, refresh and bookmark

     pushState doesn't make a request, it just changes the url and stores a new history entry. Thinking about this concept, it's impossible to refresh or bookmark because the ...
0
votes
0answers
316 views

Open GWT CellTree to a specific node (redux)

This post left me yearning for a functional example. The "caching" bit and swapping out TreeViewModel implementations (i.e., one originally backed by an AsynchDataProvider with one backed by a ...
0
votes
1answer
92 views

JIRA plugin to view previous issue status

I am looking for a JIRA plugin that will show the status of issues at a previous date I give it. So if I tell it Monday of last week, I would like all of the issues that existed at that time with ...
-1
votes
1answer
254 views

get browser history by using javascript and print by php

I need to say $userid ="xx Number"; $pageurl ="http://www.example.com/" . $userid . ".php"; Check browser history >> if user visited this page before $pageurl >> echo "welcome back!" How i can do ...
-2
votes
2answers
3k views

Can we get browser history by using Javascript?

Can we get browser history for my site with Javascript ? I can see some of old posts and threads talking about that... but those approaches didn't work for me. Is it possible or not and how?
2
votes
1answer
968 views

HTML5 history disabling forward button

I am writing a single page javascript application using the HTML5 History API. The application loads content via Ajax and internally maintains state information on the foreground screen using a screen ...
3
votes
3answers
1k views

Prevent browser from snapping to previous scroll position when pushing back button

I need to prevent browser from snapping to previous scroll position when the user pushed a back button like this: <a href="javascript:history.go(-1)" onClick="javascript:history.go(-1)" ...
6
votes
2answers
232 views

Why are leading zeroes used to represent octal numbers?

I've always wondered why leading zeroes (0) are used to represent octal numbers, instead of — for example — 0o. The use of 0o would be just as helpful, but would not cause as many problems ...
2
votes
1answer
497 views

.back, and .pushState - a tale of two histories

This isn't so much a question, but a discovery as a result of an interesting problem. It's also a sort of "Learn from my fail" I'm attempting to write unit tests for an HTML5 history duck punch for ...
-1
votes
1answer
241 views

How parse/browse history with Jquery mobile?

On Windows 8 App, history.back() and history.forward() can't perform, so I want to recover all history on an Array to use $.mobile.changePage(); But "How parse/browse history ?" Ideas ? Thx.
2
votes
1answer
166 views

How to find out browser back button click using gwt history

I m using history listener for forward and back browser button.But i m not able to find out history back button click.If any idea plz rply..urgent for me...Thank you..
1
vote
2answers
578 views

How to find history of shell commands since machine was created?

I created an Ubuntu virtualbox machine a couple weeks ago and have been working on projects off and on in it since then. Now I would like to find the syntax of some commands I typed in the terminal ...
0
votes
1answer
114 views

How to save android acvitiy history and retrieve at later time?

How do I save previous activity and have that update into a listview so that when a user launches the app at a later time he can click on a menu option called history which will bring a listview of ...

1 3 4 5 6 7 22