Pinned Loading
-
overleaf/overleaf
overleaf/overleaf PublicA web-based collaborative LaTeX editor
-
-
Warn before quitting the current app...
Warn before quitting the current application in OSX 1#
2# AppleScript to quit the current front app after a warning. Useful to remap CMD+Q and stop quitting app by mistake
3#
4# 1. Open AppleScript
5# 2. Past this file
-
Easily any type to boolean in Ruby
Easily any type to boolean in Ruby 1module StringToBoolean
2def to_bool
3return true if self == true || self.strip =~ (/\A(true|t|yes|y|1)\Z/i)
4false
5end
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.