Skip to content

Instantly share code, notes, and snippets.

View rolandorojas's full-sized avatar

Rolando Rojas rolandorojas

View GitHub Profile
@rolandorojas
rolandorojas / laravel_find_differences_between_tables.php
Created March 19, 2021 22:40
A script to compare data in two tables.
/**
* Find differences between two tables
*
* This script excludes the created_at and updated_at tables
*
* INSTRUCTIONS:
* 1. Import the source data
* 2. Create table copies of each table to compare. For example given a 'prices' table, you
* would have a 'prices' table and a 'prices_copy' table
* 3. Run the action that changes the data.
@rolandorojas
rolandorojas / tailwindcss-ie11-grid.scss
Last active November 20, 2020 13:43
Add grid support to TailwindCSS in IE11
/**
* Adds supports for CSS grids in IE-11.
*
* Unlike Prefixer's grid: autoplace property, this makes possible having an
* unknown number of rows.
*
* Note that to keep file size down, only 16 children
* are displayed in grids. If you need to increase this,
* change the $max-children value. This is a non-purgeable property.
*
@rolandorojas
rolandorojas / README.md
Created May 5, 2020 22:32 — forked from widged/README.md
Quick coloring book in SVG