Skip to content

Instantly share code, notes, and snippets.

View AndrewStobie's full-sized avatar

Andrew Stobie AndrewStobie

View GitHub Profile
@AndrewStobie
AndrewStobie / phpcs.xml
Created April 27, 2018 14:04 — forked from paulund/phpcs.xml
PHP PSR-2 CodeSniffer Config for Laravel
<?xml version="1.0"?>
<ruleset name="Laravel Standards">
<!--
The name attribute of the ruleset tag is displayed
when running PHP_CodeSniffer with the -v command line
argument. The description tag below is not displayed anywhere
except in this file, so it can contain information for
developers who may change this file in the future.
-->
@AndrewStobie
AndrewStobie / index.html
Created August 22, 2019 12:14 — forked from scriptype/index.html
.map().join() vs .reduce() (http://jsbench.github.io/#a80c1e0e7282af6742adbbea4dfdf50a) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>.map().join() vs .reduce()</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>