Skip to content

Instantly share code, notes, and snippets.

View nguyenvietyen's full-sized avatar
🌏
Taking AI Global

Viet Yen Nguyen nguyenvietyen

🌏
Taking AI Global
View GitHub Profile
@alexweissman
alexweissman / BelongsToManyThrough.php
Last active May 12, 2023 07:58
Custom BelongsToManyThrough relationship for Laravel/Eloquent
<?php
/**
* UserFrosting (http://www.userfrosting.com)
*
* @link https://github.com/userfrosting/UserFrosting
* @copyright Copyright (c) 2013-2017 Alexander Weissman
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
*/
namespace UserFrosting\Sprinkle\Core\Model\Relations;
@svet-b
svet-b / bigdashboard_output.pdf
Last active June 13, 2024 08:43
PDF export of Grafana dashboard using puppeteer
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cjtu
cjtu / environment.yml
Last active March 17, 2024 03:56
OLS regression tutorial with statsmodels in Python
channels:
- conda-forge
dependencies:
- statsmodels
- numpy
- matplotlib