Tagged Questions
The modified tag has no wiki summary.
5
votes
3answers
308 views
Why does Subversion fail to flag a modified Microsoft Excel spreadsheet file?
I have encountered some behaviour I didn't expect from Subversion, and discovered this almost accidentally: A modified file is not being flagged as modified.
I have a unit test involving a Microsoft ...
5
votes
3answers
222 views
Checking when a file was last modified in C# on Windows OS
I'm looking to find out a way of seeing when a file was last modified in C#. I have full access to the file.
Thanks in advance
4
votes
4answers
536 views
how to determine if webpage has been modified
I have snapshots of multiple webpages taken at 2 times. What is a reliable method to determine which webpages have been modified?
I can't rely on something like an RSS feed, and I need to ignore ...
4
votes
6answers
941 views
Trying to find a simple way to do upload only modified files through FTP
Need to find a way to upload files to my server through FTP. But only the ones that have been modified.
Is there a simple way of doing that?
Command line ftp client or script is preferred.
Thanks, ...
3
votes
2answers
334 views
git add -A is not adding all modified files in directories
i want to add all files no matter what: whether it is deleted, created, modified, untracked, etc? i just dont want to git add ALL my files EVERY TIME. I tried git add -A but it is NOT adding modified ...
2
votes
2answers
192 views
What is a vimrc function to determine if a buffer has been modified?
I have a tabline function that I stole/modified from somewhere, but I would like the filename to have an asterisk before it if it has been modified since the last time it was written to disk (ie if ...
2
votes
1answer
128 views
Vim Buffer has been modified [closed]
Possible Duplicate:
What is a vimrc function to determine if a buffer has been modified?
I am trying to implement an AutoCmd in Vim that needs to be executed when the current buffer has ...
2
votes
1answer
516 views
MySQL: add created and modified fields
What's the best approach to add created and modified fields in MySQL:
1) using MySQL features like on update CURRENT_TIMESTAMP or
2) using PHP (or something else)? Why?
If the answer is MySQL, how ...
1
vote
1answer
34 views
created modified function (default) is not working in Cakephp 1.2 version
I created an application and all the db tables have 'created,modified' fields that filled automatically by Cakephp's Default Functionality.
And i put the Field Type is
created datetime NULL,
modified ...
1
vote
2answers
74 views
How to get the modified time of a file being uploaded in JavaScript/PHP?
Is there ever a way possible to get the actual creation / modification time of the file being uploaded, using JavaScript / PHP?
As for JavaScript, I have researched a lot, tried quite a few codes, ...
1
vote
2answers
31 views
is there a way to use tortoise svn to backup my modified files?
I have a bunch of files that I've changed that I don't really want to commit, but I would like to back them up locally in case I would like to use them again. (Then I'll revert them.)
TortoiseSvn ...
1
vote
3answers
129 views
Python “if modified since” detection?
I wrote some code to tackle a work-related problem. The idea is that the program is in an infinite loop and every 10 minutes it checks a certain folder for new files and if there are any, it copies ...
1
vote
4answers
70 views
CDN jQuery with lot of uneccessary functions or own FTP jQuery with less functions?
I just figured out how to add custom functions/plug-ins to jQuery from my previous question How to extend jQuery from CDN?. Now, my question is, how if some functions in jQuery isn't necessary for the ...
1
vote
1answer
260 views
Variably modified, but err, how?
Ok, I understand this is probably ugly as heck, but I cannot understand why I cannot use TILES_X, TILES_Y or TILES_TOTAL as global array lengths, GCC crying about it being "Variably modified at file ...
1
vote
1answer
187 views
gfortran optimization causes fortran do-variable loop error during runtime
I have written a fortran routine that uses some legacy fortran 77 code for finite elements. However, with a particular mesh, when the -O optimization flag is turned on, an important do-loop iterator ...
1
vote
0answers
294 views
Using NSFileManager to get the modified date of a copied file
I'm using NSFileManager's attributesOfItemAtPath to calculate the date a file was last modified in OS X. While this works, in many cases the file modification date doesn't behave as I would have ...
1
vote
3answers
396 views
PHP copy file without changing the last modified date
According to the comment in PHP manual about Copy(): http://php.net/manual/en/function.copy.php
The copy() will change the last modified date of the destination file.
Is there a way that a file can ...
1
vote
2answers
538 views
Last time the contact was modified
is there a way to find out the last time a contact was modified?
I can't seem to find a variable for it. The reason I'm asking is because I'd like to do a sync of the contacts to my web server and I ...
1
vote
2answers
1k views
Can VBScript determine the most recently modified (or added) file in a particular folder?
I have a script (or more accurately WILL have a script) that checks a folder and copies a file from this folder to a different location (will run once per day). The fileName that I'd like to copy ...
1
vote
1answer
1k views
Problem Installing Application on iPhone: Resource has been modified
I am working on a simple iPhone application and when I run my app on my machine it installs on the device, but when I try it on a Windows machine using an ad-hoc distribution profile, it shows an ...
1
vote
4answers
3k views
getting the last modified date of a html file
how can i figure out the last modified date of a html file im importing into my web app?
The html file is on another server and different users can make updates, when i retrieve the page i want to be ...
0
votes
1answer
25 views
Gridview to excel: The Controls collection cannot be modified because the control contains code blocks
I'm gettin error "The Controls collection cannot be modified because the control contains code blocks."
I wanna Export GridView to Excel.
Thank you.
my method is(its work i tested)
private void ...
0
votes
1answer
33 views
How to download a file only if its modified in android activity
Im developing an app thats need to download a script from the web
but the file is too large and i want to download only if its modified
0
votes
1answer
80 views
Get only modified files using VSSGET ant task
How can i get only modified files using VSSGET ant task? Something like update in SVN.
I try to find this option in the documentation, but i didn“t find.
http://ant.apache.org/manual/Tasks/vss.html
0
votes
2answers
64 views
Use Ant <modified> selector with arbitrary date
As part of a content migration project, I am building content into a CMS on a weekly basis, and I use an Ant script to copy the content files to the build directory. Up until now, we've been wiping ...
0
votes
1answer
98 views
Detecting insert/update/delete in CakePHP's AppController's afterFilter method
I have some code I've added to the afterFilter() method of my AppController (/app/app_controller.php) in a CakePHP app I'm developing. This code rebuilds a large, static file and I only want to incur ...
0
votes
0answers
25 views
My stack modifies its value after using peek()
Hi. I need to implement the water jug problem in java, and im kinda new in this.
The problem asks to find a solution for it. For those who dont know the problem, it sounds like this:
You have 2 ...
0
votes
2answers
86 views
Comparing two folders based on last modified date
I have two folders A and B, which contain identical folder structure and files, but Folder B contains modified files. Both folders contain subfolders too.
I want to check which files are modified in ...
0
votes
0answers
105 views
Using Javascript to search a directory for the most recent file and create a URL to link to it
I have looked online for the past few hours and have not been able to find a viable solution.
I am trying to use javascript to search a specific directory on my webserver for the last modified image ...
0
votes
1answer
94 views
Modified record in Dojo Data Grid
How can i get the modified records from a DOJO Data grid. Like in EXTJS we have an attribute named dirty which is set to true if the record is modified similarly do we have any attribute in dojo which ...
0
votes
1answer
119 views
Dreamweaver falsely prompting about modified files
I use Dreamweaver 8 at work, and recently I've been having an issue with open files. When I move focus away from Dreamweaver to another piece of software (usually firefox for testing the results of ...
0
votes
1answer
61 views
INotifyPropertyChanged in Designer-Generated WinForm for Detecting Modified Controls - Please help
I'm trying to implement a way of detecting when a form has been modified by the user, and I'm trying to use the INotifyPropertyChanged (INPC) interface to do it. But, I'm using the Visual C# Express ...
0
votes
1answer
77 views
Rename DB Fields after Bake
i realised (after baking and much customisation) that i can use DB fields called 'created' and 'modified' (as long as the are type Datetime and default NULL) to get built in functionality to save ...
0
votes
1answer
208 views
SVN and Ant. How to obtain fileset of modified, non-versioned or deleted files?
Ant fileset and selectors is power feature.
There are any selector for work with files and dirs under SVN?
Something like this
<!-- All modified text files in current working dir -->
...
0
votes
0answers
62 views
XeLaTeX Document Properties - Metadata
Was compiling a document using
xelatex; and added some of the document properties(metadata) to the
document created; but get lost in the
security and modified attribute. Any help or start up
...
0
votes
2answers
364 views
How can you find the most recently modified folder in a directory using Ruby?
How can you find the most recently modified folder (NOT A FILE) in a directory using Ruby?
0
votes
1answer
1k views
File modified date/time changes when uploaded via FTP
FTP/PHP question here. On one of my pages I load .txt files from a directory. Pretty simple. I also display the modified date of the text file using this:
date('m/d/Y', filemtime($file));
This ...
0
votes
2answers
78 views
How to execute some code when a file is modified using python?
I want to execute one funtion each time a file gets written with new data (gets modified) and I'm using Python.
How can I do it?
Thanks in advance! :)
0
votes
1answer
1k views
Changing how a telerik radgrid marks a row as “modified”
I am working with the Telerik Winforms Radgrid version 2009.2.9.701 in visual studio 2008 (C#) and I've come across and issue I can't seem to find a solution for.
When the radgrid is populated and ...