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
echo "commit id,author,date,comment,changed files,lines added,lines deleted" > res.csv | |
git log --since='2019-01-01' --date=local --all --pretty="%x40%h%x2C%an%x2C%ad%x2C%x22%s%x22%x2C" --shortstat | tr "\n" " " | tr "@" "\n" >> res.csv |
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
cinst dbeaver | |
cinst intellijidea-ultimate | |
cinst sublimetext3 | |
cinst googlechrome | |
cinst git | |
cinst nodejs | |
cinst insomnia-rest-api-client | |
cinst microsoft-windows-terminal | |
cinst adobereader | |
cinst 7zip.install |
- AMTools move to Vue / Microservice architecture for entire profitability
- AMTools split project/goal/profit tracker into individual projects
- SATracker improve Hibernate responsiveness, update/improve JPA (Spring Data)
- MOM move to Java 8, dependencies using Maven, running on Websphere Liberty or Tomcat
- Create some type of service registry/discovery in Azure.
- Look at a customer/user master that apps can share
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
const path = require("path"); | |
const purgecss = require("@fullhuman/postcss-purgecss")({ | |
// Specify the paths to all of the template files in your project | |
content: [ | |
"./src/**/*.html", | |
"./src/**/*.vue", | |
path.join(__dirname, "./node_modules/buefy/**/*.@(vue|js)") | |
// etc. | |
], |
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
git svn clone --stdlayout --authors-file=authors.txt | |
git svn clone http://bouxbuildsvn.bc.com/WoodSVNProjects/WoodApps/RailTracing/trunk/RailTracingWood/ -r HEAD --no-minimize-url -A authors-transform.txt C:/rt |