Skip to content

Instantly share code, notes, and snippets.

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

Tomilayo Israel tomily1

🏠
Working from home
  • Hamilton, Ontario
  • 12:27 (UTC -04:00)
View GitHub Profile
@tomily1
tomily1 / markdown_formatter.rb
Created June 12, 2018 11:10
Markdown Formatter for rake taks
module ActionDispatch
module Routing
class MarkdownFormatter
def initialize
@buffer = []
end
def result
@buffer.join("\n")
end
@zulhfreelancer
zulhfreelancer / delete-postmaster.pid.md
Last active November 8, 2021 15:07
Postgres.app: How to delete postmaster.pid file?
$ cd ~/Library/Application\ Support/Postgres/var-10
$ \rm -f postmaster.pid

OR

$ \rm -f ~/Library/Application\ Support/Postgres/var-10/postmaster.pid