Mercurial for Git Users
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Mercurial and Git Equivalent Commands
Mercurial source code management system
The codes used to show the status of files are:
M = modified
A = added
R = removed
C = clean
! = missing (deleted by …
Tips on Microsoft Graph APIs
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://developer.microsoft.com/graph/graph-explorer
https://learn.microsoft.com/en-us/graph/use-the-api
List Mail Folders
https://graph.microsoft.com/beta/me/mailFolders?%24skip=40
from msgraph import GraphServiceClient
from msgraph …
Tips on Matplotlib
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/legendu-net/learning/tree/master/0-programming/1-python/5-visualization/0-matplotlib
Plotting images side by side using matplotlib
Options
point/marker size: s
References
Producer Consumer Pattern in Java
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://www.youtube.com/watch?v=tEwNXnAmc9c Producer Consumer Pattern - With Java Example
Understand DSL in Kotlin
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Kotlin DSL in under an hour by Anton Arhipov
https://www.youtube.com/watch?v=0DJqr4FZ6f0
Kotlin tutorial : How to use Function Literal with Receiver in Kotlin | Kotlin 101
https://www …