⚡
power on.
Co-founder & CTO @ tem.
We're hiring!
- London, England
-
10:34
(UTC) - https://www.tem.energy
- in/bartlomiej-szostek
Pinned Loading
-
PostgreSQL: Get disk usage statistic...
PostgreSQL: Get disk usage statistics about all tables in all schemas. 1-- Get disk usage statistics about all tables in all schemas.
2-- Tables with high bytes/row ratio can be good candidates for normalization
3--
4-- Database Engine: PostgreSQL
5 -
Get commits between last annotated t...
Get commits between last annotated tag and HEAD. 1function gitchanges () {
2# Get commits between last annotated tag and HEAD.
3if [ ! -d ".git" ]
4then
5echo "ERROR! You have to be in a root of a git repo to run this script!"
-
Create annotated git tag in SemVer f...
Create annotated git tag in SemVer format with prepopulated release notes. 1#
2# Increment SemVer git tags without mistakes.
3#
4# For SemVer, check https://semver.org/.
5#
-
A Python CPU profiler decorator.
A Python CPU profiler decorator. 1import typing as t
2from cProfile import Profile
3from functools import wraps
4from pstats import SortKey, Stats
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.