The Wayback Machine - https://web.archive.org/web/20201015115917/https://github.com/topics/rename
Skip to content
#

rename

Here are 246 public repositories matching this topic...

Simply does the tedious, repetitive operations for all rows of an excel file step by step and reports after the job is done. For example it can download URL(s) in a column of an Excel file. If a new filename is provided at column B it will rename the file before saving.

  • Updated Sep 9, 2020
  • JavaScript
thoni56
thoni56 commented Mar 29, 2020

A yacc grammar may have the following

%union {
  int integer;
}

%type <integer> rule

The integer is a field in the semantic stack, and the %type indicates that the listed rule "returns" that field.

c-xrefactory doesn't understand the %type declaration so a rename of the field will miss that occurrence.

Improve this page

Add a description, image, and links to the rename topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rename topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.