Skip to content

Instantly share code, notes, and snippets.

View niekvandepas's full-sized avatar

Niek van de Pas niekvandepas

  • Utrecht, The Netherlands
View GitHub Profile
string meaning
------ -------
@reboot Run once, at startup.
@yearly Run once a year, "0 0 1 1 *".
@annually (same as @yearly)
@monthly Run once a month, "0 0 1 * *".
@weekly Run once a week, "0 0 * * 0".
@daily Run once a day, "0 0 * * *".
@midnight (same as @daily)
@hourly Run once an hour, "0 * * * *".
@djbrugh
djbrugh / bbedit-extra-scroll-space.sh
Created June 6, 2014 01:20
Configure BBedit to display extra scroll space at the end of the current document window. Prevents the need to edit text files at the bottom of the screen.
defaults write com.barebones.bbedit ExtraSpaceInTextViews -string "ESfp"
@MoOx
MoOx / README.md
Last active June 25, 2024 06:17
frontend project Readme example

PROJECT BLAH BLAH

Requirements

For development, you will only need Node.js installed on your environement. And please use the appropriate Editorconfig plugin for your Editor (not mandatory).

Node

Node is really easy to install & now include NPM.