mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Add some tools
This commit is contained in:
@@ -16,11 +16,6 @@ __version__ = '0.1'
|
|||||||
|
|
||||||
|
|
||||||
def getDataSubfiles(files: list):
|
def getDataSubfiles(files: list):
|
||||||
"""
|
|
||||||
|
|
||||||
:param files:
|
|
||||||
:return:
|
|
||||||
"""
|
|
||||||
contents = {}
|
contents = {}
|
||||||
for file in files:
|
for file in files:
|
||||||
baseName = os.path.basename(file)
|
baseName = os.path.basename(file)
|
||||||
|
|||||||
+16
-2
@@ -2,7 +2,6 @@
|
|||||||
"HTML5",
|
"HTML5",
|
||||||
"CSS3",
|
"CSS3",
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
"Pug",
|
|
||||||
"PHP",
|
"PHP",
|
||||||
"Java",
|
"Java",
|
||||||
"C",
|
"C",
|
||||||
@@ -24,5 +23,20 @@
|
|||||||
"Insomnia",
|
"Insomnia",
|
||||||
"JetBrains",
|
"JetBrains",
|
||||||
"Visual Studio Code",
|
"Visual Studio Code",
|
||||||
"FileZilla"
|
"FileZilla",
|
||||||
|
"Composer",
|
||||||
|
"DataGrip",
|
||||||
|
"IntelliJIdea",
|
||||||
|
"PyCharm",
|
||||||
|
"Json",
|
||||||
|
"diagrams.net",
|
||||||
|
"Android Studio",
|
||||||
|
"Git",
|
||||||
|
"GitHub",
|
||||||
|
"GitLab",
|
||||||
|
"Handlebars.js",
|
||||||
|
"Pug",
|
||||||
|
"Jinja",
|
||||||
|
"Markdown",
|
||||||
|
"PhpStorm"
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user