Skip to content

Instantly share code, notes, and snippets.

View ReessKennedy's full-sized avatar

Reess Kennedy ReessKennedy

View GitHub Profile
@ReessKennedy
ReessKennedy / Made of Code.tmTheme
Created December 15, 2022 21:05 — forked from Mithrandir0x/Made of Code.tmTheme
Theme "Made of Code" for SublimeText2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>mkdynamic</string>
<key>name</key>
<string>Made of Code</string>
<key>settings</key>
<array>
@ReessKennedy
ReessKennedy / IFTTTDate.md
Created May 6, 2021 17:33 — forked from oscarmorrison/IFTTTDate.md
Make IFTTT Date Format play nice with Google Spreadsheets

##Date and Time

=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Date

=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Time

Notion link: _________ <-- This is the original source

Loops