- The Netherlands
- @MatthijsLubbers
Pinned Loading
-
Zsh config file
Zsh config file 1# Geinstalleerd:
2# - https://github.com/sharkdp/bat
3# - https://github.com/ohmyzsh/ohmyzsh
4# - https://github.com/romkatv/powerlevel10k
5 -
git pre-commit hook
git pre-commit hook 1#!/usr/bin/env php
23# Store in .git/hooks
45<?php
-
Global git ignore
Global git ignore 1# Run touch ~/.gitignore_global
2# Run git config --global core.excludesfile ~/.gitignore_global
34# macOS
5.DS_Store
-
Veritasium100PrisonersRiddle.php
Veritasium100PrisonersRiddle.php 1<?php
23namespace App\Console\Commands;
45use Illuminate\Console\Command;
-
mysql_snippets.sql
mysql_snippets.sql 1/* List tables by size */
2select
3table_schema as "Database",
4table_name as "Table",
5round(((data_length + index_length) / 1024 / 1024), 2) as "Size (MB)"
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.