Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
b154fc81
Commit
b154fc81
authored
May 07, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
632ccb39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
script/res/check_error_img.py
+0
-0
script/res/init_img.py
+20
-0
No files found.
script/
code
/check_error_img.py
→
script/
res
/check_error_img.py
View file @
b154fc81
File moved
script/res/init_img.py
0 → 100644
View file @
b154fc81
# #!/usr/bin/env python3
# import string
# import glob, os
# import sys
# import re
#
# def getNewName(file):
# if re.match(r"[0-9]*", string, flags=0) or file.startswith("_"):
#
# return file
#
#
#
# for root, dirs, files in os.walk("../../../app/src/main/res/drawable-xxhdpi"):
# directory = os.path.join(os.getcwd(), root)
# for file in files:
# if file.endswith(".java"):
# # get the path of the java file
# path = os.path.join(directory, file)
# os.rename(path,os.path.join(directory,getNewName(file)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment