Skip to content
#

rename

Here are 242 public repositories matching this topic...

Simply does the tedious, repetitive operations for all rows of excel files step by step and reports after the job is done. It can download files from URL(s) in a column of Excel files. If a new filename is provided at column B it will rename the file before saving. It will even create sub folders if column C is full with a valid folder name.

  • Updated Dec 3, 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.