Author: ACMer
VIM/VI is the most popular/favourite text editor under Linux. It is unfortunately not a WYSIWYG (What you see is what you get) editor, and therefore, you have to remember …
Agile Development Review Checklist: Feature Requests How accurate/useful were feature definitions? Was there too much detail? Too little? How might they be made more useful? Was the feature breakdown …
The purpose of the review is to find ways that we can improve the agile development process for future releases. By ‘review’, I mean taking the time to look …
EXCEL Download the Sample Excel (Dropbox) https://rot47.net/5Z The excel sheet contains several columns to update. (1) Each time you go for petrol/disel, you would need to add a new …
Count the number of prime numbers less than a non-negative number, n. Submit your solution to: https://leetcode.com/problems/count-primes/ Naive Solution The first solution is straightforward, a prime number is a …