#install eslint in project
npm install eslint --save-dev
#initialize in root folder
node_modules/.bin/eslint --init
#Add the snippet below into "script" in package.json file.
Try running Prune command it will get rid off, loose objects:
git gc
git fsck
git prune
git remote prune origin
If nothing works:
tar -czf /mnt/volume1/workspace.tar.gz .
ref: https://www.czettner.com/2015/07/16/deleting-big-files-from-git-history.html
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch dev/database.sql" --prune-empty --tag-name-filter cat -- --all
git reflog expire --expire=now --all
git gc --prune=now
git push origin --force --all
\documentclass[sigconf,review]{acmart}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from zss import Node, simple_distance | |
| import lxml.html | |
| html1 = lxml.html.parse('file1.html') | |
| html2 = lxml.html.parse('file1.html') | |
| def tree_from_el(el): | |
| node = Node(el.tag) | |
| for child in el: | |
| node.addkid(tree_from_el(child)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| open -a "Google Chrome" html-result-viewer/view-results.html |
From SO: https://tex.stackexchange.com/questions/214618/author-biographies-in-elsarticle
\par\noindent
\parbox[t]{\linewidth}{
\noindent\parpic{\includegraphics[height=1.5in,width=1in,clip,keepaspectratio]{IMAGE.jpg}}
\noindent {\bf AUTHOR_NAME}\
BIO_TEXT.}
\vspace{4\baselineskip}