Skip to content

Instantly share code, notes, and snippets.

View stevelacey's full-sized avatar
🚀
Shipping

Steve Lacey stevelacey

🚀
Shipping
View GitHub Profile
@Alexisgt01
Alexisgt01 / CustomTelescopePrune.php
Created July 30, 2022 15:52
Laravel Telescope - Custom prune entries by type
<?php
namespace App\Console\Commands\Telescope;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
use Laravel\Telescope\EntryType;
class CustomTelescopePrune extends Command
{
@billglover
billglover / defisheye.sh
Created May 13, 2015 05:28
De-Fisheye GoPro images
mogrify -path ./output -distort barrel '0.06335 -0.18432 -0.10618' ./*.JPG
@clemblanco
clemblanco / ST_RegexSearchMultiLine
Last active May 18, 2019 19:24
Sublime Text 2 Regex Multiline Search
<head>((?!</head>).|\n)+</head>
@stevelacey
stevelacey / counties.php
Created April 18, 2012 08:45
UK Counties Array
<?php
// Source: http://www.carronmedia.com/uk-postal-counties-list
array(
'England' => array(
'Avon',
'Bedfordshire',
'Berkshire',
'Buckinghamshire',
@ziadoz
ziadoz / awesome-php.md
Last active April 17, 2024 21:06
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.