Comment¶
pathlib.Path.glob is preferred to the
globmodule!!The list returned is not sorted.
Maven Dependencies
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Properties
<properties>
<scala.version>2.11.11</scala.version>
</properties>
Dependencies
Unit Test
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
specs
<dependency>
<groupId …Living in Charlotte
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Transportation
Scenic Spots
-
Great Smoky Mountain National Park
-
U.S. National Whitewater Center
-
Outer Banks
-
Myrtle Beach
-
Charleston, SC
Shopping
- Walmart
- Costco
- Southpark Mall
- Grand Asia Market
- Super …
Learning Resources
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
- Learn X in Y Minutes
- Education Ecosystem
- Coursera
- Video Lectures
- TED
- Speaker Deck
- Channel 9
- Welcome to BrightTALK
- W3C
- Cheat Sheet
- Cheat Sheet
- LeetCode
Online Video Tutorial …
Tips on Deno
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Add the following into the file .vscode/settings.json under the root directory of your project.
{
"deno.enable": true,
}
References
https://mp.weixin.qq.com/s …