Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
910 views

bash - first argument of the previous command

I know that ESC DOT gives you the last argument of the last command. But I'm interested in first argument of the last command. Is there a key binding to do so? On the same lines, is there a generic ...
3
votes
3answers
1k views

JavaScript detection of keypress context (form history selection vs. form submit)

I'm writing a semi-generic form plugin using jQuery in order to speed up the development of the project I'm working on. The plan is that a jTemplates template contains the fields, my plugin looks ...
1
vote
0answers
22 views

Why won't Photoshop revert to earlier history state in script?

I've written an Applescript to automate watermarking and resizing images for my company. Everything generally works fine — the script saves the initial history state to a variable, resizes the image, ...
1
vote
2answers
157 views

script or one-liner to clean up passwords in .bash_history

I sometimes mistakenly type my su password in a linux terminal that is echoing the typed characters. It gets recorded in ~/.bash_history which makes me feel insecure. Does anyone have a short script ...
1
vote
1answer
600 views

Nhibernate and History Tables

I am working on a ASP.NET MVC website using Nhibernate as my ORM. The project is similar to a wiki/blog engine and requires that as pages are edited they store a history of the edits in another table ...
0
votes
2answers
92 views

Get events history from a table that holds events and their old versions at the same time

I have a table with events "events" that holds all events and their older versions. I have these columns: "id" primary, "origin_id" here I keep the ID of the original event, "date_added" DATETIME ...
0
votes
3answers
228 views

Remember input history

I am using a form that uses process page to verify and then process all info. If something is wrong or is missing the message tells the users to go back to the page and fix it. HOwever, when they do ...