Top "Rename" questions

For anything regarding renaming.

Renaming xcode 4 project and the actual folder

I know how to rename the project in Xcode 4, but how do you rename the source folder? The thing is …

xcode xcode4 directory rename
Rename SQL Azure database?

How can i rename the database in sql Azure? I have tried Alter database old_name {MODIFY NAME = new_name} …

tsql azure azure-sql-database rename
renaming the name of the APP alone in Android Eclipse IDE

I created a wonderful app, but I want to rename the "application name" alone... (i.e the name seen by …

android eclipse rename
Rename result columns from Pandas aggregation ("FutureWarning: using a dict with renaming is deprecated")

I'm trying to do some aggregations on a pandas data frame. Here is a sample code: import pandas as pd …

python pandas aggregate rename
Recursively renaming files with Powershell

I currently have a line to batch rename files in a folder that I am currently in. dir | foreach { move-item …

powershell rename
bash error renaming files with spaces - mv target is not a directory

I'm trying to rename a bunch of files which contain spaces in them, getting rid of the spaces. I thought …

bash loops for-loop rename mv
Batch rename sequential files by padding with zeroes

I have a bunch of files named like so: output_1.png output_2.png ... output_10.png ... output_120.png What is the …

batch-file rename batch-rename
is it possible to change sheet name with apache poi MS excel java android

is there any way to update existing sheet name of MS Excel file knowing that I am using apache poi …

java android apache-poi rename spreadsheet
R dplyr: rename variables using string functions

(Somewhat related question: Enter new column names as string in dplyr's rename function) In the middle of a dplyr chain (%&…

regex r rename dplyr
How can I rename a collection in MongoDB?

Is there a dead easy way to rename a collection in mongo? Something like: db.originalCollectionName.rename('newCollectionName'); And if …

mongodb collections rename