Skip to content

Instantly share code, notes, and snippets.

View CeriseGoutPelican's full-sized avatar
🏠
Working from home

Grégoire CeriseGoutPelican

🏠
Working from home
  • France
View GitHub Profile
@zenorocha
zenorocha / invite.ics
Last active September 19, 2024 15:28
Resend with iCal
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
SUMMARY:Access-A-Ride Pickup
DTSTART;TZID=America/New_York:20130802T103400
DTEND;TZID=America/New_York:20130802T110400
LOCATION:1000 Broadway Ave.\, Brooklyn
DESCRIPTION: Access-A-Ride to 900 Jay St.\, Brooklyn
STATUS:CONFIRMED
@avataru
avataru / EloquentCheatSheet.md
Last active August 20, 2024 13:54
Eloquent relationships cheat sheet
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active September 21, 2024 20:50
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example