0
votes
2answers
85 views
git: Move a file/directory but still merge changes easily?
I've read in various FAQs that git doesn't explicitly track renames/moves, preferring to look for identical (or in some situations similar?) files. That's great, but will it cope w …
0
votes
1answer
11 views
Move some (not all) users from one ASP.NET Membership database to another
Does anybody know if it is possible to move some (not all) users from one ASP.NET membership database to another? (for the purposes of migrating some users to another database on a …
1
vote
4answers
153 views
jquery insert html into list before a child ul-tag
Hello
I have this:
<ul id="pickme">
<li>1</li>
<li>2</li>
<li>3
<ul>
<li>3-1</li>
</ul& …
0
votes
1answer
28 views
Ability of SHFileOperation
Does SHFileOperation support to move and rename files at the same time?
I'v got a set of files :
c:\
f1.bmp f2.bmp f3.bmp f4.bmp
I want to move each to new folder, and rename th …
0
votes
1answer
100 views
can Ruby get the filenames in a folder if they have Unicode characters (on Windows Vista)?
i was writing a script on Windows Vista to move the files in a folder to another hard drive, but found that Ruby 1.8.6 or 1.9 both would get back filenames with Unicode characters …
1
vote
3answers
91 views
How to move to the next control inside a frame?
In one form of my application, we add sets of data by adding frames to the form. For each frame, we want to be able to move from one edit (Dev Express Editors) control to the next …
0
votes
3answers
70 views
How to copy items from Documents directory to .app directory in iPhone App?
Hi guys!
I have created a script that save some files in the Documents directory of my app! Now I need to copy these files in my "application.app" directory...
How I can do this?? …
2
votes
6answers
925 views
MySQL: Move node in nested set
I'd need a MySQL query that moves a node and all it's children within a nested set. I found this site, but that function just seems so illogical - there's no universeid or treeid i …
2
votes
3answers
183 views
C# - Make form semi-transparent while moving
Is there any way to make the form semi-transparent while it is being moved and then become opaque when it's not being moved anymore? I have tried the Form_Move event with no luck. …
2
votes
1answer
59 views
Move Browser window down to the position of a div when it is loaded by ajax & Jquery
Hi gurus,
I have a div into which I am loading data dynamically by ajax, jquery. like
$('#wp').load('http://someurl.com/getit',p,function(str){} );
Now because I am having page …
3
votes
1answer
23 views
After moving SVN-backed files : detecting errors
I know how to move a directory locally in Windows Explorer, so that it gets moved in SVN also after it is commited with TortoiseSVN :
http://stackoverflow.com/questions/46080/how-d …
0
votes
2answers
85 views
Copy from one register to another - VIM
How to copy the contents of one register to another without pasting on clip board? I'd yanked one text and it got yanked in the default " register. Now i wan't to copy another text …
0
votes
1answer
548 views
How to attach/restore MySQL database copy?
I need to convert a MySql Database to SQL server. I received the database in a zip file containing only *.frm, *.MYI and *.MYD. Im not familiar with MySQL. I downloaded and install …
3
votes
2answers
248 views
How do I calculate mouse movements using a 3 axis accelerometer
I have a 3 axis accelerometer(any mobile phone) but I can't find any good formulas to interpret the data that's coming from it. No matter what I do the movements are jerky/insensit …
2
votes
4answers
152 views
How to move a project to a new SVN repository?
What's the best/easiest/fastest way to move a project from a local copy to a new repository?
The machine hosting the original repository died and i am in the process of recreating …
