READY/IN DEVELOPMENT/HOLD
YES | NO
A few sentences describing the overall goals of the pull request's commits.
#!/bin/sh | |
# | |
# This is a git hook script to run Prettier before committing. | |
# It will reformat your code according to your Prettier configuration. | |
# | |
# To install this hook: | |
# 1. Make sure you have Prettier installed in your project: `npm install --save-dev prettier` | |
# 2. Make sure you have a Prettier configuration file (e.g., .prettierrc.js, .prettierrc.json, etc.) | |
# 3. Create a file named "pre-commit" (without any extension) in the .git/hooks directory of your repository. | |
# 4. Make the "pre-commit" file executable: `chmod +x .git/hooks/pre-commit` |
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"id": "b2d6c2e1-0f1b-4b38-bd83-771f134dc1a4", | |
"properties": { | |
"timestamp": "2024-05-17T10:00:00Z", | |
"confidence": 0.74 | |
}, |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
var fs = require('fs'); | |
var path = require('path'); | |
var atomPackagesPath = path.join(process.env.HOME, '.atom/packages'); | |
fs.readdirSync(atomPackagesPath).forEach(function(current) { | |
var packagePath = path.join(atomPackagesPath, current); | |
if (fs.statSync(packagePath).isDirectory()) { | |
var p = require(packagePath + '/package.json'); |
class MessageView | |
QUOTES: [ | |
'FUCKING SAVING MATE...' | |
'GIVE ME A MINUTE... I\'M SAVING' | |
'FILING THIS UNDER POOP' | |
'FUCK FUCKITY FUCK FUCK FUCK' | |
] |
Forked from Christy Wang's Pen CSS Record Player.
A Pen by Andrew McDowell on CodePen.
I hereby claim:
To claim this, I am signing this object: