Skip to content

Instantly share code, notes, and snippets.

View Sulcalibur's full-sized avatar
🕺
Pop 'n' Lock

Suleiman Leadbitter Sulcalibur

🕺
Pop 'n' Lock
View GitHub Profile
@Sulcalibur
Sulcalibur / laravel_valet_setup.md
Created December 28, 2022 23:58 — forked from bradtraversy/laravel_valet_setup.md
Laravel Valet install on mac

Laravel Valet Setup (Mac)

This will get you setup with Laravel & Valet on your Mac. Quentin Watt has a good video tutorial on getting setup here as well

Install Homebrew

Go to https://brew.sh/ and copy the command and run in your terminal

It will be something like this...

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
I am attesting that this GitHub handle sulcalibur is linked to the Tezos account tz1QkhhWe6bwVy5bfYX1RdoTKcarvWoJuWM7 for tzprofiles
sig:edsigtxG6baBsJbZH2Cpjzp3P7K9S3K827jxo4Yq8yACDYa17T2ikanh6tYyEKpvNTqapvfgYSu7V49scHKfxRn1RvhKWyRD61L
@Sulcalibur
Sulcalibur / email.html
Created September 20, 2018 15:25
Remove unwanted white lines in Outlook email
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {
border-collapse: collapse;
border-spacing: 0; }
</style>
<![endif]-->
let mix = require('laravel-mix');
let webpack = require('webpack');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel application. By default, we are compiling the Sass

Excel Snippets

// Get the domain from an email address =MID(C2, FIND("@", C2, 1) + 1, 90)

@Sulcalibur
Sulcalibur / cloudSettings
Created September 4, 2017 15:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-09-04T15:45:02.344Z","extensionVersion":"v2.8.2"}
@Sulcalibur
Sulcalibur / gulpfile.js
Created September 18, 2015 11:15
Gulp file to concat coffee script and javascript
gulp.task('scriptspre', function() {
return gulp.src([
'project/assets/scripts/scriptspre.coffee',
'bower_components/modernizr/modernizr.js'
])
.pipe(coffee())
.pipe(sourcemaps.init())
.pipe(concat('pre.js'))
.pipe(sourcemaps.write())
.pipe(gulp.dest('build/assets/js/'));

Suljam Site Content

Introduction

About Page


Notes

WordPress is So last year

@Sulcalibur
Sulcalibur / terminal
Last active August 29, 2015 14:20
Error when installing Postgres gem
✘ Sulcalibur@Ultra-Magnus ~/Sites/crumblr master ● sudo gem install pg
Building native extensions. This could take a while...
ERROR: Error installing pg:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -r ./siteconf20150501-20896-bbd4c6.rb extconf.rb
checking for pg_config... yes
Using config values from /usr/local/bin/pg_config
checking for libpq-fe.h... yes
checking for libpq/libpq-fs.h... yes