Skip to content

Instantly share code, notes, and snippets.

View marchershey's full-sized avatar

Marc Hershey marchershey

View GitHub Profile
@marchershey
marchershey / import-github-labels.js
Last active April 6, 2020 13:07 — forked from Isaddo/import-github-labels.js
import github labels via console command
[
{
"name": "-priority:critical",
"description": "An issue with critical priority",
"color": "ee0701"
},
{
"name": "-priority:high",
"description": "An issue with high priority",
"color": "f7f700"
@stevebauman
stevebauman / SubmissionFormRequest.php
Created October 29, 2019 16:02
A Laravel validation rule for throttling form requests.
<?php
namespace App\Http\Requests;
use App\Rules\Throttle;
use Illuminate\Foundation\Http\FormRequest;
class SubmissionFormRequest extends FormRequest
{
/**
@JensForstmann
JensForstmann / gpg-signing.md
Last active November 29, 2023 02:03 — forked from xavierfoucrier/gpg-signing.md
GPG signing with Git and Github Desktop (for Windows)
@marchershey
marchershey / README-Template.md
Created April 9, 2018 10:18 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@PurpleBooth
PurpleBooth / README-Template.md
Last active April 18, 2024 00:56
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites