duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| # Contribution to all SUDI RPCs | |
| { | |
| echo -e "Author\t\t\tCommits\tInsertions\tDeletions\tTotal" | tr '\t' '|' | |
| git log --no-merges --pretty=format:"%an" --numstat -- . ':(exclude)trigger-*' ':(exclude)code_style.xml' | awk ' | |
| /^[^0-9]/ { | |
| author = $0 | |
| commit_count[author]++ | |
| } | |
| /^[0-9]/ { | |
| insertions[author] += $1 |
| class QuickSet { | |
| int[] vi, iv; | |
| int count; | |
| public QuickSet(int N) { | |
| vi = new int[N]; // Value To Index | |
| iv = new int[N]; // index To Value | |
| count = 0; | |
| } |
| cd tomcat/ | |
| ant -buildfile build.xml ide-intellij |
| import java.text.NumberFormat; | |
| import java.text.ParseException; | |
| import java.text.SimpleDateFormat; | |
| import java.util.*; | |
| public class Points { | |
| /* | |
| Fetch Rewards Coding Exercise - Backend Software Engineering | |
| What do I need to submit? |
duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| questions and tests to understand it. | |
| c src |
| Linux | |
| https://www.computerhope.com/ushort.htm | |
| Vim | |
| https://www.maketecheasier.com/vim-keyboard-shortcuts-cheatsheet/ |
| JVM hot swap |
| debug dynamically created file |
https://tomcat.apache.org/tomcat-8.5-doc/host-manager-howto.html https://tomcat.apache.org/tomcat-8.5-doc/config/host.html
https://tomcat.apache.org/tomcat-5.5-doc/config/host.html#Automatic Application Deployment