Skip to content

Instantly share code, notes, and snippets.

View williams9438's full-sized avatar

Williams Olawale williams9438

View GitHub Profile
@williams9438
williams9438 / pint.json
Created June 21, 2023 20:34 — forked from JustSteveKing/pint.json
Laravel Pint configuration
{
"preset": "psr12",
"rules": {
"align_multiline_comment": true,
"array_indentation": true,
"array_syntax": true,
"blank_line_after_namespace": true,
"blank_line_after_opening_tag": true,
"combine_consecutive_issets": true,
"combine_consecutive_unsets": true,
@JustSteveKing
JustSteveKing / pint.json
Last active April 1, 2025 08:36
Laravel Pint configuration
{
"preset": "per",
"rules": {
"align_multiline_comment": true,
"array_indentation": true,
"array_syntax": true,
"blank_line_after_namespace": true,
"blank_line_after_opening_tag": true,
"combine_consecutive_issets": true,
"combine_consecutive_unsets": true,
@lmakarov
lmakarov / gke-fullpilot.sh
Created July 22, 2021 19:05
Create a GKE Standard cluster matching GKE Autopilot configuration (aka Fullpilot)
# Configuring gcloud
export PROJECT_ID=my-project-12345
export COMPUTE_REGION=us-central1
gcloud components update
gcloud config set project ${PROJECT_ID}
gcloud config set compute/region ${COMPUTE_REGION}
# Setting up a GKE cluster
export CLUSTER_NAME=my-cluster-1
/*
4.0.0-alpha.3
https://bootstrapcreative.com/resources/bootstrap-4-css-classes-index/
*/
.active
.alert
.alert-danger
.alert-dismissible
.alert-heading
.alert-info
/* file:///Users/henryhuman/Documents/04_Business/Bootstrap%20Creative/GitHub%20repositories/bootstrap-classes-list/bootstrap4.5.0.html */
.accordion
.active
.alert
.alert-danger
.alert-dark
.alert-dismissible
.alert-heading
.alert-info