Skip to content

Instantly share code, notes, and snippets.

View mazedlx's full-sized avatar
😊
Awesome awesomeness

Christian Leo-Pernold mazedlx

😊
Awesome awesomeness
View GitHub Profile
<?php
$finder = PhpCsFixer\Finder::create()
->exclude('bootstrap/cache')
->exclude('node_modules')
->exclude('storage')
->in(__DIR__)
->notName('*.blade.php')
->notName('.phpstorm.meta.php')
->notName('_ide_*.php');
@mazedlx
mazedlx / code128.php
Last active November 12, 2021 08:20
Code128 Checksum
<?php
const START = 'Ë';
const END = 'û';
const MOD = 103;
const OFFSET = 32;
const SPECIAL_OFFSET = 68;
const PACKAGE = '06';
function calcChecksum($value)
"[php]":{
"editor.rulers": [
{
"column": 80, // spacing of 1st column from left
"color": "#555" // orange, Go Vols!
},
],
}