Awesome List Updates on Oct 04, 2024
6 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Polars
Resources / Talks and videos
- Polars and time series | PyData 2024 ⏳ 29 min - A video that shows how to use Polars effectively for time series analysis iby @MarcoGorelli.
2. Awesome Python Data Science
Data Validation / Synthetic Data
- DataComPy (⭐470)- A library to compare Pandas, Polars, and Spark data frames. It provides stats and lets users adjust for match accuracy.
3. Awesome Git Addons
Delete branches with day-offset
$ git branchcut execute -o 7
Switched to branch 'main'
Deleted branch bugfix/test (was e2afad6).
Deleted branch too-old-branch (was 1d3f82d).
Break apart large branches into smaller ones
Assume a hypothetical project where you make changes to two software component folders in one feature-branch, you can use this tool to make that two branches with a preserved history for both.
git checkout feature-branch
./git-exfiltrate master feature-branch-extracted "component-folder/*"
The feature-branch-extracted
branch will be created with just the contents of
component-folder
from the feature-branch changes.
* e01009e (main)
|
| * ce4ca64 (feature-branch-extracted)
| | component-folder/1 | 20 +
| * f3bf092
| | component-folder/1 | 20 +
* | 4b2ebd6
|/
|
| * d4c374e (feature-branch)
| | component-folder/1 | 20 +
| | different-component-folder/2 | 100 -
| * 4724dbb
| | component-folder/1 | 20 +
| | different-component-folder/2 | 100 -
|/
* 927799f
* 219e9b2
Collect and sum the /spend <duration>
directives found in commit messages.
$ git spend sum
3 weeks 2 days 1 hour 37 minutes
4. Awesome Neovim
Remote Development / Diagnostics
- live-share.nvim (⭐163) - Provides remote collaboration capabilities from anywhere, making it ideal for pair-programming scenarios.
5. Awesome Emails
Services / Misc
- Resend - Build, test, and send transactional emails at scale.
- Heybounce - Email verification service that checks if an email exists and detects disposable emails.
6. Awesome Angular
Integrations / Google Developer Experts
- stream-chat-angular (⭐57) - Angular Chat SDK ➜ Stream Chat. Build a chat app with ease.
General / Google Developer Experts
- ngx-currency (⭐241) - Currency mask module for Angular.
Layout Components / Google Developer Experts
- ngx-bottom-sheet (⭐4) - A highly customizable and lightweight Angular service that provides a mobile-friendly bottom sheet component.
- Prev: Oct 05, 2024
- Next: Oct 03, 2024